Kibana¶
Contents
Web Interface¶
The Kibana web interface can be found on the internal network API address at
port 5601
.
Example: http://api-int.osism.local:5601/
Search / Discover¶
https://www.elastic.co/guide/en/kibana/current/search.html
programname:"neutron-server"
Hostname:"30-10"
LogTrail¶
Your Kibana index is out of date, reset it or use the X-Pack upgrade assistant.¶

In this case the .kibana
index must be removed manually.
$ curl -X DELETE http://api-int.osism.local:9200/.kibana
{"acknowledged":true}
Then reload the Kibana application in the browser and create a new index
pattern (index pattern: flog-*
, time filter field name: @timestamp
).