Fix more typos

This commit is contained in:
Sean Whalen
2018-10-28 16:46:49 -04:00
parent 023353556b
commit 9f431a10d9
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -701,8 +701,8 @@ for more information.</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>sudo systemctl daemon-reload
sudo systemctl <span class="nb">enable</span> elasticsearch.service
sudo systemctl <span class="nb">enable</span> kibana.service
sudo service start elasticsearch
sudo service start kibana
sudo service elasticsearch start
sudo service kibana start
</pre></div>
</div>
<p>Without the commercial <a class="reference external" href="https://www.elastic.co/products/x-pack">X-Pack</a>, Kibana does not have any authentication