From 3bc09f5ea5e0fbcbfbda2851ab8ea73f18c7c435 Mon Sep 17 00:00:00 2001 From: Monica Sarbu Date: Wed, 21 Oct 2015 15:33:29 +0200 Subject: [PATCH] Use localhost as the default ES output --- docs/configuration.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration.asciidoc b/docs/configuration.asciidoc index 692ce6c744c..83ccec90075 100644 --- a/docs/configuration.asciidoc +++ b/docs/configuration.asciidoc @@ -175,7 +175,7 @@ output: enabled: true # The Elasticsearch cluster - hosts: ["http://10.45.3.2", "http://10.45.3.1/elasticsearch"] + hosts: ["http://localhost:9200"] # Comment this option if you don't want to store the topology in # Elasticsearch. The default is false. @@ -211,7 +211,7 @@ output: enabled: true # The Elasticsearch cluster - hosts: ["https://10.45.3.2", "https://10.45.3.1"] + hosts: ["https://localhost:9200"] # Comment this option if you don't want to store the topology in # Elasticsearch. The default is false. @@ -236,7 +236,7 @@ output: enabled: true # The Elasticsearch cluster - hosts: ["10.45.3.2", "10.45.3.1"] + hosts: ["localhost"] # Optional http or https. Default is http protocol: "https"