From a9bf24660f013e273d8bbe270eb430ce15ae065f Mon Sep 17 00:00:00 2001
From: a3ilson <a@3ilson.com>
Date: Thu, 2 Nov 2017 18:20:35 -0400
Subject: [PATCH] Create 01-inputs.conf

---
 01-inputs.conf | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 01-inputs.conf

diff --git a/01-inputs.conf b/01-inputs.conf
new file mode 100644
index 0000000..2ab9856
--- /dev/null
+++ b/01-inputs.conf
@@ -0,0 +1,14 @@
+#tcp syslog stream via 5140
+input {  
+  tcp {
+    type => "syslog"
+    port => 5140
+  }
+}
+#udp syslogs stream via 5140
+input {  
+  udp {
+    type => "syslog"
+    port => 5140
+  }
+}
-- 
GitLab