Skip to content

Commit 1de7471

Browse files
committed
Fix for obsolete logstash config
1 parent d6d80de commit 1de7471

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
output {
2-
elasticsearch {
3-
host => localhost
4-
protocol => "http"
5-
}
2+
elasticsearch { hosts => ["localhost:9200"] }
63
}

0 commit comments

Comments
 (0)