{ "_meta": { "documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-base.html", "ecs_version": "1.12.2" }, "template": { "mappings": { "properties": { "redis": { "properties": { "log": { "properties": { "role": { "ignore_above": 1024, "type": "keyword" } } }, "slowlog": { "properties": { "args": { "ignore_above": 1024, "type": "keyword" }, "cmd": { "ignore_above": 1024, "type": "keyword" }, "duration": { "properties": { "us": { "type": "long" } } }, "id": { "type": "long" }, "key": { "ignore_above": 1024, "type": "keyword" } } } } } } } } }