Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 6fea302

Browse files
author
Chris Wiechmann
authored
[skip ci] Troubleshooting - Top changed
1 parent d54abab commit 6fea302

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ ls -l /var/log/work
11841184
-rw-rw-r--. 1 filebeat filebeat 20972005 Jul 17 07:32 group-2_instance-1_traffic_2020-07-17-1.log
11851185
11861186
```
1187-
<p align="right"><a href="#table-of-content">Top</a></p>
1187+
<p align="right"><a href="#troubleshooting">Top</a></p>
11881188

11891189
### Check Logstash processing
11901190
Logstash writes to Stdout, hence you can view information just with:
@@ -1226,7 +1226,7 @@ When Elasticsearch is finally started:
12261226
```
12271227
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.
12281228

1229-
<p align="right"><a href="#table-of-content">Top</a></p>
1229+
<p align="right"><a href="#troubleshooting">Top</a></p>
12301230

12311231
### vm.max_map_count is too low
12321232
```
@@ -1250,7 +1250,7 @@ To check if the index mapping was applied correctly to an index execute the foll
12501250
`http://elasticsearch:9200/apigw-traffic-summary/_mapping`
12511251
then check if properties mappings defined in the configuration mentioned above have been applied to the index.
12521252

1253-
<p align="right"><a href="#table-of-content">Top</a></p>
1253+
<p align="right"><a href="#troubleshooting">Top</a></p>
12541254

12551255
### Check API-Builder processing
12561256
The API-Builder docker container is running
@@ -1281,7 +1281,7 @@ Using elastic search query body: {"index":"logstash-openlog","body":{"query":{"b
12811281
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:
12821282
![Kibana Dev-Console][img8]
12831283

1284-
<p align="right"><a href="#table-of-content">Top</a></p>
1284+
<p align="right"><a href="#troubleshooting">Top</a></p>
12851285

12861286
### ILM Rollover alias error
12871287
If the solution is configured with different regions, you may see the following error in Kibana or in the Elasticsearch logs:
@@ -1305,7 +1305,7 @@ PUT /apigw-trace-messages-eu-000001/_settings
13051305
}
13061306
```
13071307

1308-
<p align="right"><a href="#table-of-content">Top</a></p>
1308+
<p align="right"><a href="#troubleshooting">Top</a></p>
13091309

13101310
### Check Caching
13111311

@@ -1345,7 +1345,7 @@ If you connect to the API Builder using a hostname other than `apibuilder4elasti
13451345
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).
13461346
Another reason might be a missing or expired license for the Admin-Node-Manager. Please see: https://support.axway.com/kb/178766/language/en
13471347

1348-
<p align="right"><a href="#table-of-content">Top</a></p>
1348+
<p align="right"><a href="#troubleshooting">Top</a></p>
13491349

13501350
### Filebeat - Failed to publish events
13511351

@@ -1376,7 +1376,7 @@ If the __API-Status history__ and __API-Gateway status history__ in the Quarterl
13761376

13771377
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.
13781378

1379-
<p align="right"><a href="#table-of-content">Top</a></p>
1379+
<p align="right"><a href="#troubleshooting">Top</a></p>
13801380

13811381
## FAQ
13821382

0 commit comments

Comments
 (0)