Private IP adress on a map #9498
Replies: 1 comment 1 reply
-
You can use the https://www.elastic.co/guide/en/elasticsearch/reference/current/set-processor.html |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to add some map visualisation to the kibana dashboard. However the issue i'm facing is with internal IP address (private as in RFC 1918).
On the web I've found Logstash configuration to modify the geoIP fields of private IP addresses (for example here), but from the Documentation , the parsing needs to be done in ElasticSearch and I don't know where to d o it.
Where can I tell ES to add the geoIP data for interal private IP addresses?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions