Add details about Elastic Search dependency

No Elastic Search dependency is mentioned in the guide for Logstash up to this point. This would be good for those who are getting started to Log Stash without knowing much about Elastic Search and unaware that it isn't already packages along with the install of Logstash.

Fixes #10852
This commit is contained in:
Jeff 2019-06-11 09:44:37 -04:00 committed by João Duarte
parent b519dc1e1e
commit a1e806d2c5

View file

@ -23,7 +23,7 @@ Then, run logstash and specify the configuration file with the `-f` flag.
bin/logstash -f logstash-simple.conf bin/logstash -f logstash-simple.conf
---------------------------------- ----------------------------------
Et voilà! Logstash reads the specified configuration file and outputs to both Elasticsearch and stdout. Before we Et voilà! Logstash reads the specified configuration file and outputs to both Elasticsearch and stdout. Note that if you see a message in stdout that reads "Elasticsearch Unreachable" that you will need to make sure Elasticsearch is installed and up and reachable on port 9200. Before we
move on to some <<config-examples,more complex examples>>, let's take a closer look at what's in a config file. move on to some <<config-examples,more complex examples>>, let's take a closer look at what's in a config file.
[[configuration-file-structure]] [[configuration-file-structure]]