From c846729fc6ea0db39ec9ea2496cc55a00bbcfdd7 Mon Sep 17 00:00:00 2001 From: Tomas Mozes Date: Mon, 7 Dec 2015 13:29:57 +0100 Subject: app-admin/filebeat-bin: new ebuild --- app-admin/filebeat-bin/files/filebeat.yml.example | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app-admin/filebeat-bin/files/filebeat.yml.example (limited to 'app-admin/filebeat-bin/files/filebeat.yml.example') 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" -- cgit v1.2.3