latest logstash with logstash-filter-ip2region
logstash:ip2region with logstash-filter-ip2region
logstash:loki with Loki output plugin
Dockerfile is here: peytonyip/Dockerfile
example:
...
filter {
ip2region {
source => "client_ip"
database => "/path/to/ip2region.db"
#
remove_field => [ "region" ]
}
}
...
Content type
Image
Digest
Size
403.5 MB
Last updated
over 4 years ago
docker pull peytonyip/logstash