We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d80de commit 1de7471Copy full SHA for 1de7471
conf/logstash/output-elasticsearch.conf
@@ -1,6 +1,3 @@
1
output {
2
- elasticsearch {
3
- host => localhost
4
- protocol => "http"
5
- }
+ elasticsearch { hosts => ["localhost:9200"] }
6
}
0 commit comments