From 9f431a10d94928fb57cf783853fa885dc4f5bbdb Mon Sep 17 00:00:00 2001
From: Sean Whalen
Date: Sun, 28 Oct 2018 16:46:49 -0400
Subject: [PATCH] Fix more typos
---
_sources/index.rst.txt | 4 ++--
index.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt
index 0b98f60..05072f8 100644
--- a/_sources/index.rst.txt
+++ b/_sources/index.rst.txt
@@ -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
diff --git a/index.html b/index.html
index 1726588..fea04f3 100644
--- a/index.html
+++ b/index.html
@@ -701,8 +701,8 @@ for more information.
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