From f9606eb5ae83762de4e3f240376e7644684e8a40 Mon Sep 17 00:00:00 2001 From: 9S <strrrn@gmail.com> Date: Thu, 19 Sep 2019 11:51:28 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 326cd84..7425c57 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The result will look like this: # HOW TO USE ### LOGSTASH HOST -1. copy "/conf.d/20-dns-syslog.conf" to your logstash folder (usually ```/etc/logstash/```) +1. copy ```/conf.d/20-dns-syslog.conf``` to your logstash folder (usually ```/etc/logstash/```) 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