I have configured the geoLite2 Database in logstash.
geoip {
default_database_type => 'City'
database => '/usr/share/logstash/GeoLite2-City/GeoLite2-City.mmdb'
source => "src"
target => "src_geoip"
}
Is there a way to update this Database automatically?
If so, I need your help please.