From 519592ab5e25fa1600a9b77f3e094a140fba6341 Mon Sep 17 00:00:00 2001 From: Bernhard Mallinger <bernhard.mallinger@eox.at> Date: Tue, 8 Sep 2020 10:10:17 +0200 Subject: [PATCH] Add logging setup to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 25b18d12..27616d17 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab