From eaccba1b74b6806b03ec30580e44e814e5f14c74 Mon Sep 17 00:00:00 2001 From: Mephisto Date: Sun, 21 Feb 2021 18:29:57 +0100 Subject: [PATCH] License Key template --- Docker/graylog/getGeo.sh | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Docker/graylog/getGeo.sh b/Docker/graylog/getGeo.sh index 5c78edd..119e888 100644 --- a/Docker/graylog/getGeo.sh +++ b/Docker/graylog/getGeo.sh @@ -1,2 +1,2 @@ -curl -o /etc/graylog/server/mm.tar.gz 'https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&license_key=BmvuNbtVQPvsHYNj&suffix=tar.gz' +curl -o /etc/graylog/server/mm.tar.gz 'https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&license_key=&suffix=tar.gz' tar zxvf /etc/graylog/server/mm.tar.gz -C /etc/graylog/server/ --strip-components=1 diff --git a/README.md b/README.md index c12b01c..f29b57d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# pfSense Analytics + This Project aims to give you better insight of what's going on your pfSense Firewall. It's based on some heavylifting alrerady done by devopstales and opc40772. Since it still was a bit clumsy and outdated I wrapped some docker-compose glue around it, to make it a little bit easier to get up and running. It should work hasslefree with a current Linux that has docker and docker-compose. Thanks as well to MatthewJSalerno for some Streamlining of the Graylog provisioning Process. I have recently updated the whole stack to utilize Graylog 4 and Elasticsearch 7 and Grafana 7. I don't include any directions for Upgrading GL3/ES6 to GL4/ES7. @@ -207,7 +209,7 @@ Once this procedure is done, we don't need Cerebro for daily work, so it could b We will now prepare Pfsense to send logs to graylog and for this in Status/System Logs/ Settings we will modify the options that will allow us to do so. -We go to the Remote Logging Options section and in Remote log servers we specify the ip address and the port prefixed in the content pack in the pfsense input of graylog that in this case 5442. +We go to the Remote Logging Options section and in Remote lo7g servers we specify the ip address and the port prefixed in the content pack in the pfsense input of graylog that in this case 5442. ![Pfsense](https://www.sysadminsdecuba.com/wp-content/uploads/2018/04/Pfsene-log-settings-1024x329.png)