diff --git a/docs/static/configuration.asciidoc b/docs/static/configuration.asciidoc index 07d8e0c46..e3519aecd 100644 --- a/docs/static/configuration.asciidoc +++ b/docs/static/configuration.asciidoc @@ -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 <>, let's take a closer look at what's in a config file. [[configuration-file-structure]]