Hi
I used syslog to send log to logstash ( logstash 7.10)
I used this grok in logstash.conf
#####################
geoip {
source => "source.ip"
target => "source.geo"
}
geoip {
source => "destination.ip"
target => "destination.geo"
}
#################################
But I don't have source/destination.geo.location, Just these fields had been made.
source.geo.continent_code
source.geo.country_code2
source.geo.country_code3
source.geo.country_name
source.geo.ip
source.geo.latitude
source.geo.location.lat
source.geo.location.lon
source.geo.longitude
source.geo.timezone
How can I create destination.geo.location & source.geo.location