Skip to content

Instantly share code, notes, and snippets.

@ggnanasekaran77
Last active September 25, 2021 00:11
Show Gist options
  • Save ggnanasekaran77/a28a3b397466f36cbeeadb59b2d48220 to your computer and use it in GitHub Desktop.
Save ggnanasekaran77/a28a3b397466f36cbeeadb59b2d48220 to your computer and use it in GitHub Desktop.
esk-geoip-pipeline.json
PUT _ingest/pipeline/geoip
{
"description" : "Add geoip info",
"processors" : [
{
"geoip" : {
"field" : "RemoteIP"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment