PUT _index_template/pfelk-haproxy { "version": 8, "priority": 90, "template": { "mappings": { "_source": { "excludes": [], "includes": [], "enabled": true }, "_routing": { "required": false }, "dynamic": true, "numeric_detection": false, "date_detection": false, "dynamic_templates": [], "properties": { "haproxy": { "type": "object", "properties": { "backend_name": { "eager_global_ordinals": false, "norms": false, "index": true, "store": false, "type": "keyword", "index_options": "docs", "split_queries_on_whitespace": false, "doc_values": true, "fields": { "text": { "type": "text" } } }, "backend_queue": { "type": "long" }, "bytes_read": { "type": "long" }, "connections": { "type": "object", "properties": { "active": { "type": "long" }, "backend": { "type": "long" }, "frontend": { "type": "long" }, "retries": { "type": "long" }, "server": { "type": "long" } } }, "frontend_name": { "eager_global_ordinals": false, "norms": false, "index": true, "store": false, "type": "keyword", "index_options": "docs", "split_queries_on_whitespace": false, "doc_values": true, "fields": { "text": { "type": "text" } } }, "http": { "type": "object", "properties": { "request": { "type": "object", "properties": { "captured_cookie": { "type": "text", "fields": { "keyword": { "type": "keyword" } } } } }, "response": { "type": "object", "properties": { "captured_cookie": { "type": "text", "fields": { "keyword": { "type": "keyword" } } } } } } }, "mode": { "type": "keyword" }, "server_name": { "eager_global_ordinals": false, "norms": false, "index": true, "store": false, "type": "keyword", "index_options": "docs", "split_queries_on_whitespace": false, "doc_values": true, "fields": { "text": { "type": "text" } } }, "server_queue": { "type": "long" }, "termination_state": { "eager_global_ordinals": false, "norms": false, "index": true, "store": false, "type": "keyword", "index_options": "docs", "split_queries_on_whitespace": false, "doc_values": true, "fields": { "text": { "type": "text" } } }, "time_backend_connect": { "type": "long" }, "time_queue": { "type": "long" }, "timestamp": { "format": "strict_date_optional_time||epoch_millis||dd/MMM/yyyy:HH:mm:ss.SSS", "index": true, "ignore_malformed": false, "store": false, "type": "date", "doc_values": true } } } } } }, "index_patterns": [ "pfelk-haproxy-*" ], "composed_of": [ "pfelk-settings", "pfelk-mappings-ecs" ], "_meta": { "description": "default haproxy indexes installed by pfelk", "managed": true } }