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.
Copy file name to clipboardExpand all lines: README.md
+25-5Lines changed: 25 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -136,11 +136,20 @@ Make sure, the Filebeat Harvester is started on the Open-Traffic-Files:
136
136
```
137
137
INFO log/harvester.go:251 Harvester started for file: /var/log/work/group-2_instance-1_traffic.log
138
138
```
139
-
The following error means, Logstash is not running or reachable:
139
+
The following error means, Logstash is not running or reachable (Or just not yet fully started):
140
140
```
141
141
ERROR pipeline/output.go:100 Failed to connect to backoff(async(tcp://logstash:5044)): lookup logstash on 127.0.0.11:53: no such host
142
142
```
143
-
General note: You don't see Filebeat telling you, when it is successfully processing your log-files. When the Harvester process is started and you don't see any errors, you can assume your files are processed.
143
+
General note: You don't see Filebeat telling you, when it is successfully processing your log-files. When the Harvester process is started and you don't see any errors, you can assume your files are processed.
144
+
If the Filebeat-Harvester doesn't start, you may validate that the Open-Traffic-Event log files are visible by checking the following directory within the running container:
145
+
```
146
+
ls -l /var/log/work
147
+
-rw-rw-r--. 1 filebeat filebeat 2941509 Aug 13 12:38 group-2_instance-1_traffic.log
When using the API-Gateway Traffic-Monitor and having the Admin-Node-Manager re-configured you see how API-Builder is processing the requests:
203
+
When using the API-Gateway Traffic-Monitor to monitor requests and having the Admin-Node-Manager re-configured you should see how API-Builder is processing the requests:
If you do not see any requests arriving in the API builder, the ANM may not be able to reach the API builder listen socket.
210
+
It is important to know that traffic information will still appear in this case, because in this case the OPSDB will be used. You should therefore check the ANM trace log.
In case you see the following message logged, please check the API-Builder process is running and reachable from the ANM.
215
+
```
216
+
logged Failure at 08.13.2020 05:46:09,730 with log description: Failed in calling policy shortcut
217
+
```
218
+
199
219
#### Check queries send to ElasticSearch
200
-
In oder to see the queries that are send to ElasticSearch by API-Builder you need to run the Docker-Container with `LOG_LEVEL=debug`. This gives you in the console of the API-Builder the following output:
220
+
In oder to see queries that are send to ElasticSearch by API-Builder you need to run the Docker-Container with `LOG_LEVEL=debug`. You can activate debug in the docker-compose.yml. This gives you in the console of the API-Builder the following output:
201
221
```
202
222
Using elastic search query body: {"index":"logstash-openlog","body":{"query":{"bool":{"must":[{"range":{"timestampOriginal":{"gt":1587541496568}}},{"term":{"processInfo.serviceId":"instance-1"}}]}}},"size":"1000","sort":""}
0 commit comments