Skip to content

Commit

Permalink
Add details about Elastic Search dependency
Browse files Browse the repository at this point in the history
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 elastic#10852
  • Loading branch information
jpierson authored and jsvd committed Jun 11, 2019
1 parent b477869 commit dfb90ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/static/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Then, run logstash and specify the configuration file with the `-f` flag.
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.

[[configuration-file-structure]]
Expand Down

0 comments on commit dfb90ff

Please sign in to comment.