create a pipeline to extract GEO Info from monitor.ip
PUT _ingest/pipeline/
{
"description": "Adds Geo Info to monitor.ip",
"processors": [
{
"geoip": {
"field": "monitor.ip",
"target_field": "monitor.geo"