Skip to content

Instantly share code, notes, and snippets.

@quoeamaster
Created September 10, 2022 06:25
Show Gist options
  • Save quoeamaster/4d92e14ab33978d90cc96b4a26f5c96a to your computer and use it in GitHub Desktop.
Save quoeamaster/4d92e14ab33978d90cc96b4a26f5c96a to your computer and use it in GitHub Desktop.
geoip_001.json
POST _ingest/pipeline/_simulate
{
"pipeline": {
"processors": [
{
"geoip": {
"field": "location"
}
}
]
},
"docs": [
{
"_source": {
"location": "8.8.8.8"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment