{ "_meta": { "documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-error.html", "ecs_version": "1.12.2" }, "template": { "mappings": { "properties": { "error": { "properties": { "code": { "ignore_above": 1024, "type": "keyword" }, "id": { "ignore_above": 1024, "type": "keyword" }, "message": { "type": "match_only_text" }, "stack_trace": { "fields": { "text": { "type": "match_only_text" } }, "type": "wildcard" }, "type": { "ignore_above": 1024, "type": "keyword" } } } } } } }