Skip to content

Commit

Permalink
Use localhost as the default ES output
Browse files Browse the repository at this point in the history
  • Loading branch information
monicasarbu committed Oct 21, 2015
1 parent 0bad043 commit d743ba0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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"
Expand Down

0 comments on commit d743ba0

Please sign in to comment.