{ "_meta": { "documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-destination.html", "ecs_version": "1.12.2" }, "template": { "mappings": { "properties": { "destination": { "properties": { "ip": { "type": "ip", "fields": { "keyword": { "type": "keyword" } } }, "port": { "type": "long", "fields": { "keyword": { "type": "keyword" } } } } } } } } }