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

Commit 3fceab0

Browse files
author
Chris Wiechmann
committed
[skip ci] New troubleshooting inspect ANM Traffic
1 parent 15e2157 commit 3fceab0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -972,13 +972,17 @@ If you see the following or similar error message during processing of events th
972972
```
973973

974974
### Check ANM
975-
If the admin node manager, i.e. the traffic monitor UI, does not fetch the data from Elasticsearch via API builder, it is recommended to check the ANM trace file.
975+
If the Admin-Node-Manager, i.e. the Traffic-Monitor UI, does not fetch the data from Elasticsearch via API-Builder, it is recommended to check the ANM trace file.
976976
Possibly errors like the following are logged there:
977977
```
978978
ERROR 07/Dec/2020:01:43:19.769 [262e:27ebcd5f0601b4bda7f620b5] java exception:
979979
java.lang.RuntimeException: java.net.URISyntaxException: Illegal character in path at index 0: [invalid field]/api/elk/v1/api/router/service/instance-1/ops/search?format=json&field=leg&value=0&count=1000&ago=24h&protocol=http
980980
```
981-
In this case, the environment variable: [API_BUILDER_URL](#admin-node-manager) is not set for the ANM process.
981+
In this case, the environment variable: [API_BUILDER_URL](#admin-node-manager) is not set for the ANM process.
982+
983+
It can also be useful to use the Developer tools (Network monitor) in your browser (e.g. [Chrome](https://developer.chrome.com/docs/devtools/network/reference/) or [Firefox](https://developer.mozilla.org/en-US/docs/Tools/Network_Monitor)) to check the result of API requests in the Traffic Monitor. This way you can directly see the error when the API-Builder could not perform the request.
984+
Here is an example:
985+
![ANM Traffic-Monitor Network](imgs/anm-troubleshoot-network-response.png)
982986

983987
### Check Elasticsearch processing
984988
It takes a while until Elasticsearch is finally started and reports it with the following line:
25.2 KB
Loading

0 commit comments

Comments
 (0)