{ "_meta": { "documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-tracing.html", "ecs_version": "1.12.2" }, "template": { "mappings": { "properties": { "span": { "properties": { "id": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "type": "match_only_text" } } } } }, "trace": { "properties": { "id": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "type": "match_only_text" } } } } }, "transaction": { "properties": { "id": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "type": "match_only_text" } } } } } } } } }