Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 91dc9b07 authored by 9S's avatar 9S Committed by GitHub
Browse files

logstash configuration pattern file path mismatch in doc

edited README.MD as fix for #21
parent 64d13021
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment