448 lines
11 KiB
JSON
448 lines
11 KiB
JSON
{
|
|
"template": ".marvel*",
|
|
"settings": {
|
|
"number_of_shards": 1,
|
|
"number_of_replicas": 1,
|
|
"analysis": {
|
|
"analyzer": {
|
|
"default": {
|
|
"type": "standard",
|
|
"stopwords": "_none_"
|
|
}
|
|
}
|
|
},
|
|
"mapper.dynamic": true,
|
|
"marvel.index_format": 6
|
|
},
|
|
"mappings": {
|
|
"_default_": {
|
|
"dynamic_templates": [
|
|
{
|
|
"string_fields": {
|
|
"match": "*",
|
|
"match_mapping_type": "string",
|
|
"mapping": {
|
|
"type": "multi_field",
|
|
"fields": {
|
|
"{name}": {
|
|
"type": "string",
|
|
"index": "analyzed",
|
|
"omit_norms": true
|
|
},
|
|
"raw": {
|
|
"type": "string",
|
|
"index": "not_analyzed",
|
|
"ignore_above": 256
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"node_stats": {
|
|
"properties": {
|
|
"breakers": {
|
|
"properties": {
|
|
"fielddata": {
|
|
"properties": {
|
|
"estimated_size_in_bytes": {
|
|
"type": "long"
|
|
},
|
|
"tripped": {
|
|
"type": "long"
|
|
},
|
|
"limit_size_in_bytes": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"request": {
|
|
"properties": {
|
|
"estimated_size_in_bytes": {
|
|
"type": "long"
|
|
},
|
|
"tripped": {
|
|
"type": "long"
|
|
},
|
|
"limit_size_in_bytes": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"parent": {
|
|
"properties": {
|
|
"estimated_size_in_bytes": {
|
|
"type": "long"
|
|
},
|
|
"tripped": {
|
|
"type": "long"
|
|
},
|
|
"limit_size_in_bytes": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"fs": {
|
|
"properties": {
|
|
"total": {
|
|
"properties": {
|
|
"disk_io_op": {
|
|
"type": "long"
|
|
},
|
|
"disk_reads": {
|
|
"type": "long"
|
|
},
|
|
"disk_writes": {
|
|
"type": "long"
|
|
},
|
|
"disk_io_size_in_bytes": {
|
|
"type": "long"
|
|
},
|
|
"disk_read_size_in_bytes": {
|
|
"type": "long"
|
|
},
|
|
"disk_write_size_in_bytes": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"jvm": {
|
|
"properties": {
|
|
"buffer_pools": {
|
|
"properties": {
|
|
"direct": {
|
|
"properties": {
|
|
"used_in_bytes": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"mapped": {
|
|
"properties": {
|
|
"used_in_bytes": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"gc": {
|
|
"properties": {
|
|
"collectors": {
|
|
"properties": {
|
|
"young": {
|
|
"properties": {
|
|
"collection_count": {
|
|
"type": "long"
|
|
},
|
|
"collection_time_in_millis": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"old": {
|
|
"properties": {
|
|
"collection_count": {
|
|
"type": "long"
|
|
},
|
|
"collection_time_in_millis": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"indices": {
|
|
"properties": {
|
|
"indexing": {
|
|
"properties": {
|
|
"throttle_time_in_millis": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"percolate": {
|
|
"properties": {
|
|
"total": {
|
|
"type": "long"
|
|
},
|
|
"time_in_millis": {
|
|
"type": "long"
|
|
},
|
|
"queries": {
|
|
"type": "long"
|
|
},
|
|
"memory_size_in_bytes": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"segments": {
|
|
"properties": {
|
|
"index_writer_memory_in_bytes": {
|
|
"type": "long"
|
|
},
|
|
"version_map_memory_in_bytes": {
|
|
"type": "long"
|
|
},
|
|
"index_writer_max_memory_in_bytes": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"query_cache": {
|
|
"properties": {
|
|
"memory_size_in_bytes": {
|
|
"type": "long"
|
|
},
|
|
"evictions": {
|
|
"type": "long"
|
|
},
|
|
"hit_count": {
|
|
"type": "long"
|
|
},
|
|
"miss_count": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"os": {
|
|
"properties": {
|
|
"load_average": {
|
|
"properties": {
|
|
"1m": {
|
|
"type": "float"
|
|
},
|
|
"5m": {
|
|
"type": "float"
|
|
},
|
|
"15m": {
|
|
"type": "float"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"thread_pool": {
|
|
"properties": {
|
|
"listener": {
|
|
"properties": {
|
|
"threads": {
|
|
"type": "long"
|
|
},
|
|
"rejected": {
|
|
"type": "long"
|
|
},
|
|
"completed": {
|
|
"type": "long"
|
|
},
|
|
"queue": {
|
|
"type": "long"
|
|
},
|
|
"largest": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"index_stats": {
|
|
"properties": {
|
|
"index": {
|
|
"type": "multi_field",
|
|
"fields": {
|
|
"index": {
|
|
"type": "string",
|
|
"norms": {
|
|
"enabled": false
|
|
}
|
|
},
|
|
"raw": {
|
|
"type": "string",
|
|
"index": "not_analyzed",
|
|
"norms": {
|
|
"enabled": false
|
|
},
|
|
"index_options": "docs",
|
|
"include_in_all": false,
|
|
"ignore_above": 256
|
|
}
|
|
}
|
|
},
|
|
"total": {
|
|
"properties": {
|
|
"fielddata": {
|
|
"properties": {
|
|
"memory_size_in_bytes": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"indexing": {
|
|
"properties": {
|
|
"throttle_time_in_millis": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"merges": {
|
|
"properties": {
|
|
"total_size_in_bytes": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"percolate": {
|
|
"properties": {
|
|
"total": {
|
|
"type": "long"
|
|
},
|
|
"time_in_millis": {
|
|
"type": "long"
|
|
},
|
|
"queries": {
|
|
"type": "long"
|
|
},
|
|
"memory_size_in_bytes": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"search": {
|
|
"properties": {
|
|
"query": {
|
|
"properties": {
|
|
"query_total": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"segments": {
|
|
"properties": {
|
|
"index_writer_memory_in_bytes": {
|
|
"type": "long"
|
|
},
|
|
"version_map_memory_in_bytes": {
|
|
"type": "long"
|
|
},
|
|
"index_writer_max_memory_in_bytes": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"query_cache": {
|
|
"properties": {
|
|
"memory_size_in_bytes": {
|
|
"type": "long"
|
|
},
|
|
"evictions": {
|
|
"type": "long"
|
|
},
|
|
"hit_count": {
|
|
"type": "long"
|
|
},
|
|
"miss_count": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"primaries": {
|
|
"properties": {
|
|
"docs": {
|
|
"properties": {
|
|
"count": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"indexing": {
|
|
"properties": {
|
|
"index_total": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cluster_event": {},
|
|
"shard_event": {},
|
|
"indices_stats": {
|
|
"properties": {
|
|
"primaries": {
|
|
"properties": {
|
|
"indexing": {
|
|
"properties": {
|
|
"index_total": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"docs": {
|
|
"properties": {
|
|
"count": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"total": {
|
|
"properties": {
|
|
"search": {
|
|
"properties": {
|
|
"query_total": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cluster_stats": {},
|
|
"index_event": {},
|
|
"node_event": {},
|
|
"routing_event": {},
|
|
"cluster_state": {
|
|
"properties": {
|
|
"blocks": {
|
|
"type": "object",
|
|
"enabled": false
|
|
},
|
|
"nodes": {
|
|
"type": "object",
|
|
"enabled": false
|
|
},
|
|
"routing_nodes": {
|
|
"type": "object",
|
|
"enabled": false
|
|
},
|
|
"routing_table": {
|
|
"type": "object",
|
|
"enabled": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|