From 96073ec19d71907a4e4f049993f1aa0bc984884e Mon Sep 17 00:00:00 2001 From: Bastian Maeuser Date: Thu, 7 Nov 2019 20:44:21 +0100 Subject: [PATCH] Dashboard Update, Doc Update --- README.md | 2 +- provisioning/dashboards/firewall.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dc1fe90..32f3a69 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ your Graylog Instance on http://localhost:9000. Let's see if we can login with u # 2. Initial Index creation -We now have to create the Indices in Elasticsearch for the pfSense logs in System / Indices +Next we have to create the Indices in Elasticsearch for the pfSense logs in System / Indices ![Indices](https://www.sysadminsdecuba.com/wp-content/uploads/2018/04/Indice-Pfsense-606x1024.png) diff --git a/provisioning/dashboards/firewall.json b/provisioning/dashboards/firewall.json index 4e37121..5afb379 100644 --- a/provisioning/dashboards/firewall.json +++ b/provisioning/dashboards/firewall.json @@ -76,7 +76,7 @@ "gnetId": 5420, "graphTooltip": 0, "id": null, - "iteration": 1573150312454, + "iteration": 1573150312463, "links": [], "panels": [ { @@ -443,12 +443,12 @@ "type": "raw_document" } ], - "query": "iface:$iface AND dest_port:$dport", + "query": "iface:$iface AND dest_port:$dport action:$action", "refId": "A", "timeField": "timestamp" } ], - "title": "Real time logs by iface:$iface", + "title": "Real time logs by iface:$iface ", "transform": "json", "type": "table" }, @@ -1369,5 +1369,5 @@ "timezone": "browser", "title": "Firewall Logs", "uid": "000000030", - "version": 83 + "version": 86 }