diff --git a/Changes b/Changes index b3e2822..6219ecd 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,9 @@ Revision history for Search-ESsearcher -0.4.3 2021-11-04/03:45 - -Remove mutate from geoip on fail2ban. This removes the need for mappings in Elasticsearch. +0.4.3 2021-11-04/04:00 + -Remove mutate from geoip on fail2ban. + This removes the need for mappings in Elasticsearch. + -Add back in GeoIP for Postfix. 0.4.2 2021-10-21/23:15 - Include logstash examples. diff --git a/logstash/README.md b/logstash/README.md index 18847b3..6f96bd7 100644 --- a/logstash/README.md +++ b/logstash/README.md @@ -13,3 +13,5 @@ These come from 51-filter-postfix-aggregate.conf is set to off by default as in testing I found it to be buggy. It will often times result in lines being skipped. + +This one does have GeoIP processing though.