From c088d19da4bc7283a19d05a0e05521eedd59f113 Mon Sep 17 00:00:00 2001 From: debadair Date: Thu, 29 Oct 2015 11:38:56 -0700 Subject: [PATCH] Fixed YAML error in config. Closes elastic/elasticsearch#896 Original commit: elastic/x-pack-elasticsearch@7056bd5315a9ceb3bd034fe7ed26218f71b84a1a --- .../public/configuring-clients-integrations/marvel.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shield/docs/public/configuring-clients-integrations/marvel.asciidoc b/shield/docs/public/configuring-clients-integrations/marvel.asciidoc index 5e026cd8c19..76b1f24f235 100644 --- a/shield/docs/public/configuring-clients-integrations/marvel.asciidoc +++ b/shield/docs/public/configuring-clients-integrations/marvel.asciidoc @@ -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