Sign inSign up

peytonyip/logstash

By peytonyip

Updated over 4 years ago

Image
0

50K+

peytonyip/logstash repository overview

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" ]
  }
}
...

Tag summary

Content type

Image

Digest

Size

403.5 MB

Last updated

over 4 years ago

docker pull peytonyip/logstash