You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2022. It is now read-only.
Logstash writes to Stdout, hence you can view information just with:
@@ -1226,7 +1226,7 @@ When Elasticsearch is finally started:
1226
1226
```
1227
1227
Status YELLOW is expected when running Elasticsearch on a single node, as it cannot achieve the desired replicas. You may use Kibana Development tools or curl to get additional information.
@@ -1281,7 +1281,7 @@ Using elastic search query body: {"index":"logstash-openlog","body":{"query":{"b
1281
1281
This helps you to further analyze if ElasticSearch is returning the correct information for instance using the Kibana development console. Example sending the same request using the Kibana Development console:
@@ -1345,7 +1345,7 @@ If you connect to the API Builder using a hostname other than `apibuilder4elasti
1345
1345
To solve the problem you can create a [remote host](https://docs.axway.com/bundle/axway-open-docs/page/docs/apim_policydev/apigw_gw_instances/general_remote_hosts/index.html) and disable the hostname validation (`Verify server’s certificate matches requested hostname`). Or you can use your own matching keys & [certificates](#custom-certificates).
1346
1346
Another reason might be a missing or expired license for the Admin-Node-Manager. Please see: https://support.axway.com/kb/178766/language/en
@@ -1376,7 +1376,7 @@ If the __API-Status history__ and __API-Gateway status history__ in the Quarterl
1376
1376
1377
1377
The main cause of this problem is the way the `http.status` field is indexed, which was changed in the update to version 3.4.0. If no documents have been received after the upgrade and initial creation of the transformation job, the transformation does not correctly index the `http.status.keyword` field.
0 commit comments