From 99f086dce5d7934edeef6808556bd6a4632bddc3 Mon Sep 17 00:00:00 2001
From: a3ilson <a@3ilson.com>
Date: Sun, 25 Aug 2019 13:02:46 -0400
Subject: [PATCH] Update README.md

---
 README.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index b3a4240..67f7bd4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## Welcome to pfSense + ELK
+## Welcome to (pfSense/OpnSense) + ELK
 
 You can view installation guide guide on [3ilson.org YouTube Channel ](https://www.youtube.com/3ilsonorg).
 
@@ -76,7 +76,7 @@ sudo wget https://raw.githubusercontent.com/a3ilson/pfelk/master/10-syslog.conf
 ```
 
 ```
-sudo wget https://raw.githubusercontent.com/a3ilson/pfelk/master/11-pfsense.conf
+sudo wget https://raw.githubusercontent.com/a3ilson/pfelk/master/11-pf.conf
 ```
 
 ```
@@ -95,7 +95,7 @@ cd /etc/logstash/conf.d/patterns/
 
 ### 14. Download the following configuration file
 ```
-sudo wget https://raw.githubusercontent.com/a3ilson/pfelk/master/pfsense_2_4_2.grok
+sudo wget https://raw.githubusercontent.com/a3ilson/pfelk/master/pfv100.grok
 ```
 
 ### 15. Edit (10-syslog.conf)arkdown
@@ -103,20 +103,20 @@ sudo wget https://raw.githubusercontent.com/a3ilson/pfelk/master/pfsense_2_4_2.g
 sudo nano /etc/logstash/conf.d/10-syslog.conf
 ```
 
-### 16. Revise/Update w/pfsense IP address (10-syslog.conf)
+### 16. Revise/Update w/pf IP address (10-syslog.conf)
 ```
 Change line 3; the "if [host]..." should point to your pfSense IP address
 Change line 9 to point to your second PfSense IP address or comment out
 ```
 
-### 17. Edit (11-pfsense.conf)
+### 17. Edit (11-pf.conf)
 ```
-sudo nano /etc/logstash/conf.d/11-pfsense.conf
+sudo nano /etc/logstash/conf.d/11-pf.conf
 ```
 
 ### 18. Resive/Update timezone
 ```
-Change line 12 to the same timezone as your phSense configruation
+Change line 12 to the same timezone as your ph configruation
 _Note if the timezone is offset or mismatched, you may not see any logs_
 ```
 
-- 
GitLab