We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c09b9 commit 3d23ad3Copy full SHA for 3d23ad3
logstash.conf
@@ -0,0 +1,9 @@
1
+input { syslog { } }
2
+
3
+filter {
4
5
+}
6
7
+output {
8
+ elasticsearch { hosts => ["localhost:9200"] }
9
0 commit comments