Missing commands in wiki HowTo install ELK Stack

In the first section of the “HowTo install ELK-Stack” there are some commands missing I think.

After installing the repo there must be 3 commands more:

yum -y install elasticsearch

systemctl start elasticsearch
systemctl enable elastcsearch

2 Likes

Wiki fixed.

Could this apply to the howto?

[quote]You will want to restrict outside access to your Elasticsearch instance (port 9200), so outsiders can’t read your data or shutdown your Elasticsearch cluster through the HTTP API. Find the line that specifies network.host, uncomment it, and replace its value with “localhost”

Source[/quote]

2 Likes