Skip to content

Commit 7b9877a

Browse files
jpiersonjsvd
authored andcommitted
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
1 parent 87fdc17 commit 7b9877a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/static/configuration.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Then, run logstash and specify the configuration file with the `-f` flag.
2323
bin/logstash -f logstash-simple.conf
2424
----------------------------------
2525

26-
Et voilà! Logstash reads the specified configuration file and outputs to both Elasticsearch and stdout. Before we
26+
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
2727
move on to some <<config-examples,more complex examples>>, let's take a closer look at what's in a config file.
2828

2929
[[configuration-file-structure]]

0 commit comments

Comments
 (0)