From 7da5263cc433f2307f853240f79b37b3a7a6481a Mon Sep 17 00:00:00 2001
From: Andrew <a@3ilson.com>
Date: Sun, 29 Sep 2019 11:09:08 -0400
Subject: [PATCH] Update README.md

---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 365f235..0f560ca 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ You can view installation guide guide on [3ilson.org YouTube Channel](https://ww
 
 ### Prerequisites
 - Ubuntu Server v18.04+
-- pfSense v2.4.4+ or OPNsense 19.7.3+
+- pfSense v2.4.4+ or OPNsense 19.7.4+
 
 # Preparation
 
@@ -101,16 +101,16 @@ cd /etc/logstash/conf.d
 
 ### 14. Download the following configuration files
 ```
-sudo wget https://raw.githubusercontent.com/a3ilson/pfelk/master/01-inputs.conf
+sudo wget https://raw.githubusercontent.com/a3ilson/pfelk/master/conf.d/01-inputs.conf
 ```
 ```
-sudo wget https://raw.githubusercontent.com/a3ilson/pfelk/master/05-syslog.conf
+sudo wget https://raw.githubusercontent.com/a3ilson/pfelk/master/conf.d/05-syslog.conf
 ```
 ```
-sudo wget https://raw.githubusercontent.com/a3ilson/pfelk/master/10-pf.conf
+sudo wget https://raw.githubusercontent.com/a3ilson/pfelk/master/conf.d/10-pf.conf
 ```
 ```
-sudo wget https://raw.githubusercontent.com/a3ilson/pfelk/master/50-outputs.conf
+sudo wget https://raw.githubusercontent.com/a3ilson/pfelk/master/conf.d/50-outputs.conf
 ```
 
 ### 15. Make Patterns Folder
@@ -125,7 +125,7 @@ cd /etc/logstash/conf.d/patterns/
 
 ### 17. Download the following configuration file
 ```
-sudo wget https://raw.githubusercontent.com/a3ilson/pfelk/master/pf-09.2019.grok
+sudo wget https://raw.githubusercontent.com/a3ilson/pfelk/master/conf.d/patterns/pf-09.2019.grok
 ```
 
 ### 18. Edit (05-syslog.conf)
-- 
GitLab