Skip to content

Commit

Permalink
Use only one logstash instance in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
monicasarbu committed Oct 21, 2015
1 parent 48143ae commit 0bad043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -443,13 +443,13 @@ output:
logstash:
enabled: true
hosts: ["localhost:5044", "localhost:5045"]
hosts: ["localhost:5044"]
# configure index prefix name
index: mybeat
# configure logstash plugin to loadbalance events between the logstash instances
loadbalance: true
loadbalance: false
tls:
# disable tls for testing (TLS must be disabled in logstash too)
Expand Down

0 comments on commit 0bad043

Please sign in to comment.