EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit b14ec7e4 authored by Bernhard Mallinger's avatar Bernhard Mallinger
Browse files

Add logging setup to README

parent 24aa3190
No related branches found
No related tags found
1 merge request!17Resolve "Integrate ELK stack with Fluentd"
This commit is part of merge request !17. Comments created here will be created in the context of that merge request.
......@@ -209,6 +209,16 @@ docker volume rm vhr18-pvs_cache-db
docker volume rm vhr18-pvs_instance-data
```
### Setup logging
To access the logs, navigate to http://localhost:5601 . Ignore all of the fancy enterprise capabilities and select Kibana > Discover in the hamburger menu.
On first run, you need to define an index pattern to select the data source for kibana in elastic search.
Since we only have fluentd, you can just use `*` as index pattern.
Select `@timestamp` as time field
([see also](https://www.elastic.co/guide/en/kibana/current/tutorial-define-index.html)).
# Documentation
## Installation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment