diff --git a/README.md b/README.md index 87a4c51..0ee7f78 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ NOTE: This tool is broken with Docker 1.4, see the following issue: https://github.com/docker/docker/pull/9631. I recommend the use of the Docker 1.3.x with this tool. -Run a local ELK (Elasticseach, Logstash, Kibana) stack with Fig and Docker. +Run the ELK (Elasticseach, Logstash, Kibana) stack with Fig and Docker. This aims to give you the ability to quickly test your logstash filters and how the data can be processed in Kibana. diff --git a/logstash-conf/logstash.conf b/logstash-conf/logstash.conf index 061d8e5..f223907 100644 --- a/logstash-conf/logstash.conf +++ b/logstash-conf/logstash.conf @@ -1,7 +1,7 @@ input { tcp { - port => 5000 - } + port => 5000 + } } # Add your filters here