From 490b6f4700cd82f061ba6da350b5d2c1ba84d0ae Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Sun, 28 Oct 2018 16:43:51 -0400 Subject: [PATCH] Fix more documentation typos --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 0b98f60..05072f8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -577,8 +577,8 @@ To set up visual dashboards of DMARC data, install Elasticsearch and Kibana. sudo systemctl daemon-reload sudo systemctl enable elasticsearch.service sudo systemctl enable kibana.service - sudo service start elasticsearch - sudo service start kibana + sudo service elasticsearch start + sudo service kibana start Without the commercial X-Pack_, Kibana does not have any authentication mechanism of its own. You can use nginx as a reverse proxy that provides basic