aboutsummaryrefslogtreecommitdiffstats
path: root/tools/docker/results/logstash/pipeline/02-beats-input.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/docker/results/logstash/pipeline/02-beats-input.conf')
-rw-r--r--tools/docker/results/logstash/pipeline/02-beats-input.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/docker/results/logstash/pipeline/02-beats-input.conf b/tools/docker/results/logstash/pipeline/02-beats-input.conf
new file mode 100644
index 00000000..a00d3f5b
--- /dev/null
+++ b/tools/docker/results/logstash/pipeline/02-beats-input.conf
@@ -0,0 +1,6 @@
+input {
+ beats {
+ port => 5044
+ ssl => false
+ }
+}