From feb144fdfe18a08d47d5e019d4979626a449e1f0 Mon Sep 17 00:00:00 2001 From: "Zane C. Bowers-Hadley" Date: Thu, 4 Nov 2021 04:01:24 -0500 Subject: [PATCH] ready to release 0.4.3 --- Changes | 6 ++++-- logstash/README.md | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) 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.