-
Notifications
You must be signed in to change notification settings - Fork 209
Logging
When using docker-compose to launch Abixent Platform you can use ELK stack (Elasticsearch, Logstash and Kibana) to browse logs from all components.
All components required to run ELK stack should be already running, as they are a part of docker-compose configuration.
You need to however initialize Kibana by opening http://localhost:5601 and choosing @timestamp field from a list.
If you encounter error with connecting to Elasticsearch (especially if you're running it on linux) please see this for potential solution.
After all has been set up you can start browsing your logs. Select Discover from left panel and see logs collected from Abixen Platform components running as docker containers.
You can also choose only some fields - raw log messages are stored in messages field. Try to add it to list of selected fields and you will notice that only timestamp with raw log message is available.
Looking up specific keyword is available using search bar where you specify field you want search (e.g. message) or skip it and it will search in all of available (including metadata fields describing containers).
Time ranges and refresh interval can be changed using options from upper right corner menu.