From 3a9fcd7d8b4921bf3172d9171a5d5349b8c5e9c8 Mon Sep 17 00:00:00 2001 From: 9S <strrrn@gmail.com> Date: Thu, 19 Sep 2019 12:28:27 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8efb50f..efb03e8 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,10 @@ it should say ```ok``` on every step. } ``` 24. as a precaution restart the whole elk stack -```systemctl restart logstash +``` +systemctl restart logstash systemctl restart elasticsearch -systemctl restart kibana``` +systemctl restart kibana +``` You should then be able to see your new dashboard and visualizations. -- GitLab