Quote strings in Logstash pipeline config

Closes #408
This commit is contained in:
Antoine Cotten 2019-06-28 23:28:46 +02:00
parent 253f4b5083
commit e8c473ea67
No known key found for this signature in database
GPG Key ID: 94637E68D4A79DD0
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ input {
output { output {
elasticsearch { elasticsearch {
hosts => "elasticsearch:9200" hosts => "elasticsearch:9200"
user => elastic user => "elastic"
password => changeme password => "changeme"
} }
} }