From 91dc9b072ae292b71366ed6445495c954cc7afdd Mon Sep 17 00:00:00 2001 From: 9S <strrrn@gmail.com> Date: Fri, 11 Oct 2019 09:09:23 +0200 Subject: [PATCH] logstash configuration pattern file path mismatch in doc edited README.MD as fix for #21 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44e391c..e14aae8 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,13 @@ The result will look like this: ### LOGSTASH HOST 1. Download the files from Elk-hole repo -2. From the downloaded files, copy ```20-dns-syslog.conf``` and the ```/patterns``` folder to your logstash system. Place them both in ```/etc/logstash/conf.d/```. +2. From the downloaded files, copy ```20-dns-syslog.conf``` to ```/etc/logstash/conf.d/``` and ```/patterns``` to ```/etc/logstash/``` to your logstash system. Your files should be like this: ```/etc/logstash/conf.d/20-dns-syslog.conf``` -```/etc/logstash/con.d/patterns/dns``` +```/etc/logstash/patterns/dns``` If you have other files in this folder make sure to properly edit the input/output/filter sections to avoid matching our filebeat dns logs in these files which may be processed earlier. For testing purposes you can name your conf files like so: -- GitLab