Fixed YAML error in config. Closes elastic/elasticsearch#896

Original commit: elastic/x-pack-elasticsearch@7056bd5315
This commit is contained in:
debadair 2015-10-29 11:38:56 -07:00
parent fa49b5c62f
commit c088d19da4
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ For example:
marvel.agent.exporters:
id1:
type: http
host: [http://es-mon1:9200, http://es-mon2:9200]
host: ["http://es-mon1:9200", "http://es-mon2:9200"]
auth:
username: agent-user
password: password
@ -100,7 +100,7 @@ For example:
marvel.agent.exporters:
id1:
type: http
host: [ https://es-mon1:9200, https://es-mon2:9200]
host: ["https://es-mon1:9200", "https://es-mon2:9200"]
auth:
username: agent-user