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, 14 insertions, 0 deletions
diff --git a/app-admin/filebeat-bin/files/filebeat.yml.example b/app-admin/filebeat-bin/files/filebeat.yml.example
new file mode 100644
index 000000000000..06c599cc6f37
--- /dev/null
+++ b/app-admin/filebeat-bin/files/filebeat.yml.example
@@ -0,0 +1,14 @@
+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"