From 38b11d3ae5a1cc526ef5c5b6d69c393bf627c24a Mon Sep 17 00:00:00 2001 From: Arash Hatami Date: Mon, 10 Nov 2025 14:10:07 +0330 Subject: [PATCH 1/2] fix: typo of GeoLite Signed-off-by: Arash Hatami --- pipeline/filters/geoip2-filter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/filters/geoip2-filter.md b/pipeline/filters/geoip2-filter.md index 0fbbe7e85..a28ed6f51 100644 --- a/pipeline/filters/geoip2-filter.md +++ b/pipeline/filters/geoip2-filter.md @@ -34,7 +34,7 @@ pipeline: filters: - name: geoip2 match: '*' - database: GioLite2-City.mmdb + database: GoeLite2-City.mmdb lookup_key: remote_addr record: - country remote_addr %{country.names.en} From 819a8068142ace12d24699f2514811a99d9cd5c6 Mon Sep 17 00:00:00 2001 From: Arash Hatami Date: Mon, 10 Nov 2025 14:18:37 +0330 Subject: [PATCH 2/2] fix: typo of GeoLite Signed-off-by: Arash Hatami --- pipeline/filters/geoip2-filter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/filters/geoip2-filter.md b/pipeline/filters/geoip2-filter.md index a28ed6f51..0eba3a6f2 100644 --- a/pipeline/filters/geoip2-filter.md +++ b/pipeline/filters/geoip2-filter.md @@ -34,7 +34,7 @@ pipeline: filters: - name: geoip2 match: '*' - database: GoeLite2-City.mmdb + database: GeoLite2-City.mmdb lookup_key: remote_addr record: - country remote_addr %{country.names.en}