summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/filebeat-bin/files/filebeat.yml.example')
-rw-r--r--app-admin/filebeat-bin/files/filebeat.yml.example14
1 files changed, 0 insertions, 14 deletions
diff --git a/app-admin/filebeat-bin/files/filebeat.yml.example b/app-admin/filebeat-bin/files/filebeat.yml.example
deleted file mode 100644
index 06c599cc6f37..000000000000
--- a/app-admin/filebeat-bin/files/filebeat.yml.example
+++ /dev/null
@@ -1,14 +0,0 @@
-filebeat:
- prospectors:
- -
- paths:
- - /var/log/*.log
- - /var/log/debug
- - /var/log/messages
- - /var/log/syslog
- input_type: log
-
-output:
- elasticsearch:
- hosts: ["localhost:9200"]
- index: "logstash"