From ecdc12d4d8b2b54430266f0fde3667888eaf1f54 Mon Sep 17 00:00:00 2001 From: Baptiste Bouchereau Date: Mon, 1 Feb 2021 16:13:33 +0100 Subject: [PATCH] Details --- docker-elk/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-elk/README.md b/docker-elk/README.md index 314d0b5..79e2188 100644 --- a/docker-elk/README.md +++ b/docker-elk/README.md @@ -25,10 +25,12 @@ docker-compose -f docker-compose-full-stack.yml up -d 4. Browse `http://localhost:5601/`. You might have to wait a few minutes while Kibana set things up. You can then click on '**Explore on my own**'. -5. Then browse `http://localhost:8085/`. The http request will trigger some logs to be send to elasticsearch. +5. Then browse `http://localhost:8085/`. You should see this page : ![Screenshot nginx page](nginx-page.png "Screenshot nginx page") +The http request will trigger some logs to be send to elasticsearch. + 6. Come back to kibana at `http://localhost:5601/`. In the left panel, click on **Discover** under the **Kibana section** and create a new **index pattern**. You should see the filebeat index appearing in the select box. In the **Index pattern name** text field, type **filebeat-*** ![First step of the kibana index creation](kibana-index-creation-step-1.png "First step of the kibana index creation")