{ "_meta": { "documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-agent.html", "ecs_version": "1.12.2" }, "template": { "mappings": { "properties": { "agent": { "properties": { "build": { "properties": { "original": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "type": "match_only_text" } } } } }, "ephemeral_id": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "type": "match_only_text" } } }, "id": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "type": "match_only_text" } } }, "name": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "type": "match_only_text" } } }, "type": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "type": "match_only_text" } } }, "version": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "type": "match_only_text" } } } } } } } } }