{ "_meta": { "documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-registry.html", "ecs_version": "1.12.2" }, "template": { "mappings": { "properties": { "registry": { "properties": { "data": { "properties": { "bytes": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "type": "match_only_text" } } }, "strings": { "type": "wildcard" }, "type": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "type": "match_only_text" } } } } }, "hive": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "type": "match_only_text" } } }, "key": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "type": "match_only_text" } } }, "path": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "type": "match_only_text" } } }, "value": { "ignore_above": 1024, "type": "keyword", "fields": { "text": { "type": "match_only_text" } } } } } } } } }