Fixed YAML error in config. Closes elastic/elasticsearch#896
Original commit: elastic/x-pack-elasticsearch@7056bd5315
This commit is contained in:
parent
fa49b5c62f
commit
c088d19da4
|
@ -80,7 +80,7 @@ For example:
|
||||||
marvel.agent.exporters:
|
marvel.agent.exporters:
|
||||||
id1:
|
id1:
|
||||||
type: http
|
type: http
|
||||||
host: [http://es-mon1:9200, http://es-mon2:9200]
|
host: ["http://es-mon1:9200", "http://es-mon2:9200"]
|
||||||
auth:
|
auth:
|
||||||
username: agent-user
|
username: agent-user
|
||||||
password: password
|
password: password
|
||||||
|
@ -100,7 +100,7 @@ For example:
|
||||||
marvel.agent.exporters:
|
marvel.agent.exporters:
|
||||||
id1:
|
id1:
|
||||||
type: http
|
type: http
|
||||||
host: [ https://es-mon1:9200, https://es-mon2:9200]
|
host: ["https://es-mon1:9200", "https://es-mon2:9200"]
|
||||||
|
|
||||||
auth:
|
auth:
|
||||||
username: agent-user
|
username: agent-user
|
||||||
|
|
Loading…
Reference in New Issue