From dfcb999cbeefa96174cb70e1a293879cdac5384d Mon Sep 17 00:00:00 2001 From: 9S <strrrn@gmail.com> Date: Thu, 19 Sep 2019 08:31:11 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index af9ee33..8c418eb 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,12 @@ The result will look like this: 1.1 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: /conf.d/20-dns-syslog.conf + /conf.d/30-other1.conf + /conf.d/40-other2.conf + This makes sure that /conf.d/20-dns-syslog.conf is beeing processed at the beginning. 2. customize "ELASTICSEARCHHOST:PORT" in the output section at the bottom of the file -- GitLab