Quote strings in Logstash pipeline config

Closes #408
parent 253f4b50
......@@ -9,7 +9,7 @@ input {
output {
elasticsearch {
hosts => "elasticsearch:9200"
user => elastic
password => changeme
user => "elastic"
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