Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pipeline/filters/geoip2-filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pipeline:
filters:
- name: geoip2
match: '*'
database: GioLite2-City.mmdb
database: GeoLite2-City.mmdb
lookup_key: remote_addr
record:
- country remote_addr %{country.names.en}
Expand Down