Quote strings in Logstash pipeline config

Closes #408
parent 253f4b50
...@@ -9,7 +9,7 @@ input { ...@@ -9,7 +9,7 @@ input {
output { output {
elasticsearch { elasticsearch {
hosts => "elasticsearch:9200" hosts => "elasticsearch:9200"
user => elastic user => "elastic"
password => changeme password => "changeme"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment