Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reedzhao/efc5b095d9846efdeea19c272b2be60b to your computer and use it in GitHub Desktop.
Save reedzhao/efc5b095d9846efdeea19c272b2be60b to your computer and use it in GitHub Desktop.
ES GC loop
This file has been truncated, but you can view the full file.
GET /_stats?include_segment_file_sizes&level=shards
```
{
"_shards": {
"total": 155,
"successful": 78,
"failed": 0
},
"_all": {
"primaries": {
"docs": {
"count": 6801796,
"deleted": 612009
},
"store": {
"size_in_bytes": 3071360151
},
"indexing": {
"index_total": 38466,
"index_time_in_millis": 470907,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 7257,
"time_in_millis": 11573,
"exists_total": 7257,
"exists_time_in_millis": 11573,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 125764,
"query_time_in_millis": 725037,
"query_current": 0,
"fetch_total": 140136,
"fetch_time_in_millis": 1189004,
"fetch_current": 0,
"scroll_total": 30,
"scroll_time_in_millis": 660224,
"scroll_current": 0,
"suggest_total": 140530,
"suggest_time_in_millis": 418005,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 271,
"total_time_in_millis": 666039,
"total_docs": 370318,
"total_size_in_bytes": 245284503,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 1635778560
},
"refresh": {
"total": 3049,
"total_time_in_millis": 677735,
"listeners": 0
},
"flush": {
"total": 188,
"total_time_in_millis": 37390
},
"warmer": {
"current": 0,
"total": 2702,
"total_time_in_millis": 6639
},
"query_cache": {
"memory_size_in_bytes": 344,
"total_count": 80,
"hit_count": 0,
"miss_count": 80,
"cache_size": 8,
"cache_count": 8,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 4192,
"evictions": 0
},
"completion": {
"size_in_bytes": 148650880
},
"segments": {
"count": 492,
"memory_in_bytes": 159811111,
"terms_memory_in_bytes": 154923515,
"stored_fields_memory_in_bytes": 1072480,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 251520,
"points_memory_in_bytes": 1000052,
"doc_values_memory_in_bytes": 2563544,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 60696,
"max_unsafe_auto_id_timestamp": 1525340357544,
"file_sizes": {
"nvd": {
"size_in_bytes": 11133198,
"description": "Norms"
},
"fdx": {
"size_in_bytes": 937461,
"description": "Field Index"
},
"dii": {
"size_in_bytes": 111727,
"description": "Points"
},
"cmp": {
"size_in_bytes": 7569,
"description": "Others"
},
"si": {
"size_in_bytes": 64522,
"description": "Segment Info"
},
"pos": {
"size_in_bytes": 87436536,
"description": "Positions"
},
"dim": {
"size_in_bytes": 405260406,
"description": "Points"
},
"liv": {
"size_in_bytes": 554423,
"description": "Live Documents"
},
"tip": {
"size_in_bytes": 2358711,
"description": "Term Index"
},
"tim": {
"size_in_bytes": 156380278,
"description": "Term Dictionary"
},
"dvm": {
"size_in_bytes": 5360908,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 1583745399,
"description": "Field Data"
},
"nvm": {
"size_in_bytes": 148718,
"description": "Norms"
},
"doc": {
"size_in_bytes": 36554690,
"description": "Frequencies"
},
"lkp": {
"size_in_bytes": 148433620,
"description": "Others"
},
"pay": {
"size_in_bytes": 26305,
"description": "Payloads"
},
"fnm": {
"size_in_bytes": 5053183,
"description": "Fields"
},
"dvd": {
"size_in_bytes": 468865355,
"description": "DocValues"
}
}
},
"translog": {
"operations": 4748,
"size_in_bytes": 2864515,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 3354
},
"request_cache": {
"memory_size_in_bytes": 9380,
"evictions": 0,
"hit_count": 26555,
"miss_count": 17
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 6801796,
"deleted": 612009
},
"store": {
"size_in_bytes": 3071360151
},
"indexing": {
"index_total": 38466,
"index_time_in_millis": 470907,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 7257,
"time_in_millis": 11573,
"exists_total": 7257,
"exists_time_in_millis": 11573,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 125764,
"query_time_in_millis": 725037,
"query_current": 0,
"fetch_total": 140136,
"fetch_time_in_millis": 1189004,
"fetch_current": 0,
"scroll_total": 30,
"scroll_time_in_millis": 660224,
"scroll_current": 0,
"suggest_total": 140530,
"suggest_time_in_millis": 418005,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 271,
"total_time_in_millis": 666039,
"total_docs": 370318,
"total_size_in_bytes": 245284503,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 1635778560
},
"refresh": {
"total": 3049,
"total_time_in_millis": 677735,
"listeners": 0
},
"flush": {
"total": 188,
"total_time_in_millis": 37390
},
"warmer": {
"current": 0,
"total": 2702,
"total_time_in_millis": 6639
},
"query_cache": {
"memory_size_in_bytes": 344,
"total_count": 80,
"hit_count": 0,
"miss_count": 80,
"cache_size": 8,
"cache_count": 8,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 4192,
"evictions": 0
},
"completion": {
"size_in_bytes": 148650880
},
"segments": {
"count": 492,
"memory_in_bytes": 159811111,
"terms_memory_in_bytes": 154923515,
"stored_fields_memory_in_bytes": 1072480,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 251520,
"points_memory_in_bytes": 1000052,
"doc_values_memory_in_bytes": 2563544,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 60696,
"max_unsafe_auto_id_timestamp": 1525340357544,
"file_sizes": {
"pay": {
"size_in_bytes": 26305,
"description": "Payloads"
},
"dii": {
"size_in_bytes": 111727,
"description": "Points"
},
"fdt": {
"size_in_bytes": 1583745399,
"description": "Field Data"
},
"cmp": {
"size_in_bytes": 7569,
"description": "Others"
},
"tim": {
"size_in_bytes": 156380278,
"description": "Term Dictionary"
},
"dim": {
"size_in_bytes": 405260406,
"description": "Points"
},
"liv": {
"size_in_bytes": 554423,
"description": "Live Documents"
},
"dvd": {
"size_in_bytes": 468865355,
"description": "DocValues"
},
"lkp": {
"size_in_bytes": 148433620,
"description": "Others"
},
"fdx": {
"size_in_bytes": 937461,
"description": "Field Index"
},
"nvm": {
"size_in_bytes": 148718,
"description": "Norms"
},
"si": {
"size_in_bytes": 64522,
"description": "Segment Info"
},
"pos": {
"size_in_bytes": 87436536,
"description": "Positions"
},
"tip": {
"size_in_bytes": 2358711,
"description": "Term Index"
},
"doc": {
"size_in_bytes": 36554690,
"description": "Frequencies"
},
"nvd": {
"size_in_bytes": 11133198,
"description": "Norms"
},
"dvm": {
"size_in_bytes": 5360908,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 5053183,
"description": "Fields"
}
}
},
"translog": {
"operations": 4748,
"size_in_bytes": 2864515,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 3354
},
"request_cache": {
"memory_size_in_bytes": 9380,
"evictions": 0,
"hit_count": 26555,
"miss_count": 17
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
}
},
"indices": {
".triggered_watches": {
"primaries": {
"docs": {
"count": 0,
"deleted": 0
},
"store": {
"size_in_bytes": 11195135
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 4,
"total_time_in_millis": 19,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 40
},
"warmer": {
"current": 0,
"total": 1,
"total_time_in_millis": 1
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 0,
"memory_in_bytes": 0,
"terms_memory_in_bytes": 0,
"stored_fields_memory_in_bytes": 0,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 0,
"doc_values_memory_in_bytes": 0,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 0,
"deleted": 0
},
"store": {
"size_in_bytes": 11195135
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 4,
"total_time_in_millis": 19,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 40
},
"warmer": {
"current": 0,
"total": 1,
"total_time_in_millis": 1
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 0,
"memory_in_bytes": 0,
"terms_memory_in_bytes": 0,
"stored_fields_memory_in_bytes": 0,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 0,
"doc_values_memory_in_bytes": 0,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 0,
"deleted": 0
},
"store": {
"size_in_bytes": 11195135
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 4,
"total_time_in_millis": 19,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 40
},
"warmer": {
"current": 0,
"total": 1,
"total_time_in_millis": 1
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 0,
"memory_in_bytes": 0,
"terms_memory_in_bytes": 0,
"stored_fields_memory_in_bytes": 0,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 0,
"doc_values_memory_in_bytes": 0,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcQA==",
"generation": 26,
"user_data": {
"local_checkpoint": "513913",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "v-LF8IMZTjikoLnOO9wl-g",
"history_uuid": "fBXNQi2lSraJAeVf9C-BFA",
"sync_id": "iaXLuwWWRImjkaEVMRfmsQ",
"translog_generation": "31",
"max_seq_no": "513913"
},
"num_docs": 0
},
"seq_no": {
"max_seq_no": 513913,
"local_checkpoint": 513913,
"global_checkpoint": 513913
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.02.02": {
"primaries": {
"docs": {
"count": 9758,
"deleted": 0
},
"store": {
"size_in_bytes": 8142798
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 155,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 609
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 135482,
"terms_memory_in_bytes": 112191,
"stored_fields_memory_in_bytes": 8624,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11392,
"points_memory_in_bytes": 439,
"doc_values_memory_in_bytes": 2836,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1648,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvm": {
"size_in_bytes": 55683,
"description": "DocValues"
},
"nvm": {
"size_in_bytes": 6477,
"description": "Norms"
},
"fdx": {
"size_in_bytes": 6484,
"description": "Field Index"
},
"dim": {
"size_in_bytes": 201647,
"description": "Points"
},
"dvd": {
"size_in_bytes": 516875,
"description": "DocValues"
},
"dii": {
"size_in_bytes": 816,
"description": "Points"
},
"pos": {
"size_in_bytes": 8298,
"description": "Positions"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fnm": {
"size_in_bytes": 92816,
"description": "Fields"
},
"tim": {
"size_in_bytes": 386828,
"description": "Term Dictionary"
},
"nvd": {
"size_in_bytes": 188751,
"description": "Norms"
},
"fdt": {
"size_in_bytes": 6480005,
"description": "Field Data"
},
"doc": {
"size_in_bytes": 176369,
"description": "Frequencies"
},
"tip": {
"size_in_bytes": 13380,
"description": "Term Index"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 9758,
"deleted": 0
},
"store": {
"size_in_bytes": 8142798
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 155,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 609
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 135482,
"terms_memory_in_bytes": 112191,
"stored_fields_memory_in_bytes": 8624,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11392,
"points_memory_in_bytes": 439,
"doc_values_memory_in_bytes": 2836,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1648,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dii": {
"size_in_bytes": 816,
"description": "Points"
},
"nvm": {
"size_in_bytes": 6477,
"description": "Norms"
},
"dvd": {
"size_in_bytes": 516875,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 6484,
"description": "Field Index"
},
"tim": {
"size_in_bytes": 386828,
"description": "Term Dictionary"
},
"fnm": {
"size_in_bytes": 92816,
"description": "Fields"
},
"nvd": {
"size_in_bytes": 188751,
"description": "Norms"
},
"tip": {
"size_in_bytes": 13380,
"description": "Term Index"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dim": {
"size_in_bytes": 201647,
"description": "Points"
},
"dvm": {
"size_in_bytes": 55683,
"description": "DocValues"
},
"pos": {
"size_in_bytes": 8298,
"description": "Positions"
},
"doc": {
"size_in_bytes": 176369,
"description": "Frequencies"
},
"fdt": {
"size_in_bytes": 6480005,
"description": "Field Data"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 9758,
"deleted": 0
},
"store": {
"size_in_bytes": 8142798
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 155,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 609
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 135482,
"terms_memory_in_bytes": 112191,
"stored_fields_memory_in_bytes": 8624,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11392,
"points_memory_in_bytes": 439,
"doc_values_memory_in_bytes": 2836,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1648,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdx": {
"size_in_bytes": 6484,
"description": "Field Index"
},
"dvm": {
"size_in_bytes": 55683,
"description": "DocValues"
},
"tip": {
"size_in_bytes": 13380,
"description": "Term Index"
},
"doc": {
"size_in_bytes": 176369,
"description": "Frequencies"
},
"fdt": {
"size_in_bytes": 6480005,
"description": "Field Data"
},
"pos": {
"size_in_bytes": 8298,
"description": "Positions"
},
"dvd": {
"size_in_bytes": 516875,
"description": "DocValues"
},
"nvm": {
"size_in_bytes": 6477,
"description": "Norms"
},
"dim": {
"size_in_bytes": 201647,
"description": "Points"
},
"tim": {
"size_in_bytes": 386828,
"description": "Term Dictionary"
},
"dii": {
"size_in_bytes": 816,
"description": "Points"
},
"fnm": {
"size_in_bytes": 92816,
"description": "Fields"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"nvd": {
"size_in_bytes": 188751,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcjA==",
"generation": 25,
"user_data": {
"local_checkpoint": "5421",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "Mx7z_fM_Ti65USgxzPgSGg",
"history_uuid": "DdxnvqbvR2WBsyYVKaHz4Q",
"sync_id": "01-yzUtwRPWkvkrqdISCzA",
"translog_generation": "27",
"max_seq_no": "5421"
},
"num_docs": 9758
},
"seq_no": {
"max_seq_no": 5421,
"local_checkpoint": 5421,
"global_checkpoint": 5421
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.02.01": {
"primaries": {
"docs": {
"count": 12933,
"deleted": 0
},
"store": {
"size_in_bytes": 10480729
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 156,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 2
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 128
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 8,
"memory_in_bytes": 120560,
"terms_memory_in_bytes": 97694,
"stored_fields_memory_in_bytes": 10200,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 9984,
"points_memory_in_bytes": 506,
"doc_values_memory_in_bytes": 2176,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1992,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dii": {
"size_in_bytes": 721,
"description": "Points"
},
"doc": {
"size_in_bytes": 230824,
"description": "Frequencies"
},
"dvd": {
"size_in_bytes": 555698,
"description": "DocValues"
},
"dvm": {
"size_in_bytes": 48072,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 80711,
"description": "Fields"
},
"pos": {
"size_in_bytes": 8388,
"description": "Positions"
},
"nvd": {
"size_in_bytes": 193366,
"description": "Norms"
},
"tim": {
"size_in_bytes": 496312,
"description": "Term Dictionary"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"nvm": {
"size_in_bytes": 5684,
"description": "Norms"
},
"dim": {
"size_in_bytes": 260799,
"description": "Points"
},
"tip": {
"size_in_bytes": 12002,
"description": "Term Index"
},
"fdt": {
"size_in_bytes": 8572571,
"description": "Field Data"
},
"fdx": {
"size_in_bytes": 8141,
"description": "Field Index"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 12933,
"deleted": 0
},
"store": {
"size_in_bytes": 10480729
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 156,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 2
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 128
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 8,
"memory_in_bytes": 120560,
"terms_memory_in_bytes": 97694,
"stored_fields_memory_in_bytes": 10200,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 9984,
"points_memory_in_bytes": 506,
"doc_values_memory_in_bytes": 2176,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1992,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdt": {
"size_in_bytes": 8572571,
"description": "Field Data"
},
"dvd": {
"size_in_bytes": 555698,
"description": "DocValues"
},
"pos": {
"size_in_bytes": 8388,
"description": "Positions"
},
"nvm": {
"size_in_bytes": 5684,
"description": "Norms"
},
"dim": {
"size_in_bytes": 260799,
"description": "Points"
},
"tim": {
"size_in_bytes": 496312,
"description": "Term Dictionary"
},
"fdx": {
"size_in_bytes": 8141,
"description": "Field Index"
},
"dvm": {
"size_in_bytes": 48072,
"description": "DocValues"
},
"nvd": {
"size_in_bytes": 193366,
"description": "Norms"
},
"doc": {
"size_in_bytes": 230824,
"description": "Frequencies"
},
"tip": {
"size_in_bytes": 12002,
"description": "Term Index"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dii": {
"size_in_bytes": 721,
"description": "Points"
},
"fnm": {
"size_in_bytes": 80711,
"description": "Fields"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 12933,
"deleted": 0
},
"store": {
"size_in_bytes": 10480729
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 156,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 2
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 128
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 8,
"memory_in_bytes": 120560,
"terms_memory_in_bytes": 97694,
"stored_fields_memory_in_bytes": 10200,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 9984,
"points_memory_in_bytes": 506,
"doc_values_memory_in_bytes": 2176,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1992,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"tip": {
"size_in_bytes": 12002,
"description": "Term Index"
},
"dim": {
"size_in_bytes": 260799,
"description": "Points"
},
"fnm": {
"size_in_bytes": 80711,
"description": "Fields"
},
"fdt": {
"size_in_bytes": 8572571,
"description": "Field Data"
},
"dvm": {
"size_in_bytes": 48072,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 8141,
"description": "Field Index"
},
"dii": {
"size_in_bytes": 721,
"description": "Points"
},
"tim": {
"size_in_bytes": 496312,
"description": "Term Dictionary"
},
"pos": {
"size_in_bytes": 8388,
"description": "Positions"
},
"nvm": {
"size_in_bytes": 5684,
"description": "Norms"
},
"doc": {
"size_in_bytes": 230824,
"description": "Frequencies"
},
"dvd": {
"size_in_bytes": 555698,
"description": "DocValues"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"nvd": {
"size_in_bytes": 193366,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcjQ==",
"generation": 25,
"user_data": {
"local_checkpoint": "7186",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "fJ43VMmNSwe2VhzaMZDorw",
"history_uuid": "fRMOOifyQjqVYIjA0jg-qA",
"sync_id": "Xyxaz2LvS0WZ6FVKYUkU9g",
"translog_generation": "27",
"max_seq_no": "7186"
},
"num_docs": 12933
},
"seq_no": {
"max_seq_no": 7186,
"local_checkpoint": 7186,
"global_checkpoint": 7186
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.31": {
"primaries": {
"docs": {
"count": 12936,
"deleted": 0
},
"store": {
"size_in_bytes": 10297997
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 242,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 116
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 1,
"memory_in_bytes": 27344,
"terms_memory_in_bytes": 16150,
"stored_fields_memory_in_bytes": 8152,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 1408,
"points_memory_in_bytes": 414,
"doc_values_memory_in_bytes": 1220,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1664,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dii": {
"size_in_bytes": 107,
"description": "Points"
},
"doc": {
"size_in_bytes": 230574,
"description": "Frequencies"
},
"fdt": {
"size_in_bytes": 8552975,
"description": "Field Data"
},
"pos": {
"size_in_bytes": 7887,
"description": "Positions"
},
"dim": {
"size_in_bytes": 257888,
"description": "Points"
},
"dvd": {
"size_in_bytes": 550367,
"description": "DocValues"
},
"nvd": {
"size_in_bytes": 192435,
"description": "Norms"
},
"dvm": {
"size_in_bytes": 8139,
"description": "DocValues"
},
"nvm": {
"size_in_bytes": 793,
"description": "Norms"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"tim": {
"size_in_bytes": 471161,
"description": "Term Dictionary"
},
"tip": {
"size_in_bytes": 3101,
"description": "Term Index"
},
"fnm": {
"size_in_bytes": 13930,
"description": "Fields"
},
"fdx": {
"size_in_bytes": 7703,
"description": "Field Index"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 12936,
"deleted": 0
},
"store": {
"size_in_bytes": 10297997
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 242,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 116
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 1,
"memory_in_bytes": 27344,
"terms_memory_in_bytes": 16150,
"stored_fields_memory_in_bytes": 8152,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 1408,
"points_memory_in_bytes": 414,
"doc_values_memory_in_bytes": 1220,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1664,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdt": {
"size_in_bytes": 8552975,
"description": "Field Data"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dii": {
"size_in_bytes": 107,
"description": "Points"
},
"nvd": {
"size_in_bytes": 192435,
"description": "Norms"
},
"nvm": {
"size_in_bytes": 793,
"description": "Norms"
},
"fnm": {
"size_in_bytes": 13930,
"description": "Fields"
},
"doc": {
"size_in_bytes": 230574,
"description": "Frequencies"
},
"tim": {
"size_in_bytes": 471161,
"description": "Term Dictionary"
},
"pos": {
"size_in_bytes": 7887,
"description": "Positions"
},
"dvm": {
"size_in_bytes": 8139,
"description": "DocValues"
},
"tip": {
"size_in_bytes": 3101,
"description": "Term Index"
},
"dvd": {
"size_in_bytes": 550367,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 7703,
"description": "Field Index"
},
"dim": {
"size_in_bytes": 257888,
"description": "Points"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 12936,
"deleted": 0
},
"store": {
"size_in_bytes": 10297997
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 242,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 116
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 1,
"memory_in_bytes": 27344,
"terms_memory_in_bytes": 16150,
"stored_fields_memory_in_bytes": 8152,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 1408,
"points_memory_in_bytes": 414,
"doc_values_memory_in_bytes": 1220,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1664,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dii": {
"size_in_bytes": 107,
"description": "Points"
},
"nvd": {
"size_in_bytes": 192435,
"description": "Norms"
},
"dvd": {
"size_in_bytes": 550367,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 230574,
"description": "Frequencies"
},
"nvm": {
"size_in_bytes": 793,
"description": "Norms"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"tip": {
"size_in_bytes": 3101,
"description": "Term Index"
},
"dim": {
"size_in_bytes": 257888,
"description": "Points"
},
"pos": {
"size_in_bytes": 7887,
"description": "Positions"
},
"fdt": {
"size_in_bytes": 8552975,
"description": "Field Data"
},
"tim": {
"size_in_bytes": 471161,
"description": "Term Dictionary"
},
"fnm": {
"size_in_bytes": 13930,
"description": "Fields"
},
"fdx": {
"size_in_bytes": 7703,
"description": "Field Index"
},
"dvm": {
"size_in_bytes": 8139,
"description": "DocValues"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKckA==",
"generation": 25,
"user_data": {
"local_checkpoint": "7187",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "rzcgFCstS1yrYtrOniic8w",
"history_uuid": "m-qv51PEQk6faN79WNbDag",
"sync_id": "--BWb_aaTqSmZCdfAa0JdA",
"translog_generation": "27",
"max_seq_no": "7187"
},
"num_docs": 12936
},
"seq_no": {
"max_seq_no": 7187,
"local_checkpoint": 7187,
"global_checkpoint": 7187
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
"dev_community": {
"primaries": {
"docs": {
"count": 1264,
"deleted": 251
},
"store": {
"size_in_bytes": 229859
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 1,
"query_time_in_millis": 5,
"query_current": 0,
"fetch_total": 1,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 263,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 34
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 2,
"memory_in_bytes": 3989,
"terms_memory_in_bytes": 3136,
"stored_fields_memory_in_bytes": 640,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 64,
"points_memory_in_bytes": 13,
"doc_values_memory_in_bytes": 136,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"nvd": {
"size_in_bytes": 1310,
"description": "Norms"
},
"fdt": {
"size_in_bytes": 59178,
"description": "Field Data"
},
"fnm": {
"size_in_bytes": 1468,
"description": "Fields"
},
"doc": {
"size_in_bytes": 21806,
"description": "Frequencies"
},
"dim": {
"size_in_bytes": 3309,
"description": "Points"
},
"fdx": {
"size_in_bytes": 200,
"description": "Field Index"
},
"nvm": {
"size_in_bytes": 100,
"description": "Norms"
},
"dvm": {
"size_in_bytes": 962,
"description": "DocValues"
},
"dvd": {
"size_in_bytes": 22336,
"description": "DocValues"
},
"pos": {
"size_in_bytes": 21847,
"description": "Positions"
},
"tim": {
"size_in_bytes": 92873,
"description": "Term Dictionary"
},
"tip": {
"size_in_bytes": 2191,
"description": "Term Index"
},
"dii": {
"size_in_bytes": 140,
"description": "Points"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 1264,
"deleted": 251
},
"store": {
"size_in_bytes": 229859
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 1,
"query_time_in_millis": 5,
"query_current": 0,
"fetch_total": 1,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 263,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 34
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 2,
"memory_in_bytes": 3989,
"terms_memory_in_bytes": 3136,
"stored_fields_memory_in_bytes": 640,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 64,
"points_memory_in_bytes": 13,
"doc_values_memory_in_bytes": 136,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"nvd": {
"size_in_bytes": 1310,
"description": "Norms"
},
"doc": {
"size_in_bytes": 21806,
"description": "Frequencies"
},
"tip": {
"size_in_bytes": 2191,
"description": "Term Index"
},
"tim": {
"size_in_bytes": 92873,
"description": "Term Dictionary"
},
"fnm": {
"size_in_bytes": 1468,
"description": "Fields"
},
"dii": {
"size_in_bytes": 140,
"description": "Points"
},
"fdt": {
"size_in_bytes": 59178,
"description": "Field Data"
},
"nvm": {
"size_in_bytes": 100,
"description": "Norms"
},
"pos": {
"size_in_bytes": 21847,
"description": "Positions"
},
"dvd": {
"size_in_bytes": 22336,
"description": "DocValues"
},
"dvm": {
"size_in_bytes": 962,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 3309,
"description": "Points"
},
"fdx": {
"size_in_bytes": 200,
"description": "Field Index"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 1264,
"deleted": 251
},
"store": {
"size_in_bytes": 229859
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 1,
"query_time_in_millis": 5,
"query_current": 0,
"fetch_total": 1,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 263,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 34
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 2,
"memory_in_bytes": 3989,
"terms_memory_in_bytes": 3136,
"stored_fields_memory_in_bytes": 640,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 64,
"points_memory_in_bytes": 13,
"doc_values_memory_in_bytes": 136,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"tim": {
"size_in_bytes": 92873,
"description": "Term Dictionary"
},
"fdt": {
"size_in_bytes": 59178,
"description": "Field Data"
},
"fdx": {
"size_in_bytes": 200,
"description": "Field Index"
},
"dim": {
"size_in_bytes": 3309,
"description": "Points"
},
"dvm": {
"size_in_bytes": 962,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 21806,
"description": "Frequencies"
},
"fnm": {
"size_in_bytes": 1468,
"description": "Fields"
},
"dvd": {
"size_in_bytes": 22336,
"description": "DocValues"
},
"pos": {
"size_in_bytes": 21847,
"description": "Positions"
},
"dii": {
"size_in_bytes": 140,
"description": "Points"
},
"tip": {
"size_in_bytes": 2191,
"description": "Term Index"
},
"nvd": {
"size_in_bytes": 1310,
"description": "Norms"
},
"nvm": {
"size_in_bytes": 100,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcqg==",
"generation": 29,
"user_data": {
"local_checkpoint": "3765",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "4kklGLgySUyCXljX62tonw",
"history_uuid": "d9x3G52bQmemimW0No8AFQ",
"sync_id": "DduAw4XGTr2sZmKF7ikVnQ",
"translog_generation": "29",
"max_seq_no": "3765"
},
"num_docs": 1264
},
"seq_no": {
"max_seq_no": 3765,
"local_checkpoint": 3765,
"global_checkpoint": 3765
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
"prd_address_origin": {
"primaries": {
"docs": {
"count": 665496,
"deleted": 217126
},
"store": {
"size_in_bytes": 168408244
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 159,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 4
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 2
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 13,
"memory_in_bytes": 279727,
"terms_memory_in_bytes": 173973,
"stored_fields_memory_in_bytes": 100504,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 4366,
"doc_values_memory_in_bytes": 884,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fnm": {
"size_in_bytes": 9083,
"description": "Fields"
},
"fdt": {
"size_in_bytes": 153561967,
"description": "Field Data"
},
"doc": {
"size_in_bytes": 1430,
"description": "Frequencies"
},
"dii": {
"size_in_bytes": 921,
"description": "Points"
},
"dim": {
"size_in_bytes": 1984099,
"description": "Points"
},
"dvm": {
"size_in_bytes": 5447,
"description": "DocValues"
},
"liv": {
"size_in_bytes": 75419,
"description": "Live Documents"
},
"dvd": {
"size_in_bytes": 6095607,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 6397365,
"description": "Term Dictionary"
},
"fdx": {
"size_in_bytes": 94696,
"description": "Field Index"
},
"si": {
"size_in_bytes": 1659,
"description": "Segment Info"
},
"tip": {
"size_in_bytes": 171577,
"description": "Term Index"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 665496,
"deleted": 217126
},
"store": {
"size_in_bytes": 168408244
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 159,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 4
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 2
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 13,
"memory_in_bytes": 279727,
"terms_memory_in_bytes": 173973,
"stored_fields_memory_in_bytes": 100504,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 4366,
"doc_values_memory_in_bytes": 884,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdt": {
"size_in_bytes": 153561967,
"description": "Field Data"
},
"doc": {
"size_in_bytes": 1430,
"description": "Frequencies"
},
"liv": {
"size_in_bytes": 75419,
"description": "Live Documents"
},
"dii": {
"size_in_bytes": 921,
"description": "Points"
},
"dvd": {
"size_in_bytes": 6095607,
"description": "DocValues"
},
"si": {
"size_in_bytes": 1659,
"description": "Segment Info"
},
"dim": {
"size_in_bytes": 1984099,
"description": "Points"
},
"fdx": {
"size_in_bytes": 94696,
"description": "Field Index"
},
"tip": {
"size_in_bytes": 171577,
"description": "Term Index"
},
"dvm": {
"size_in_bytes": 5447,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 6397365,
"description": "Term Dictionary"
},
"fnm": {
"size_in_bytes": 9083,
"description": "Fields"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 665496,
"deleted": 217126
},
"store": {
"size_in_bytes": 168408244
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 159,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 4
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 2
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 13,
"memory_in_bytes": 279727,
"terms_memory_in_bytes": 173973,
"stored_fields_memory_in_bytes": 100504,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 4366,
"doc_values_memory_in_bytes": 884,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fnm": {
"size_in_bytes": 9083,
"description": "Fields"
},
"dvm": {
"size_in_bytes": 5447,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 6397365,
"description": "Term Dictionary"
},
"dim": {
"size_in_bytes": 1984099,
"description": "Points"
},
"fdt": {
"size_in_bytes": 153561967,
"description": "Field Data"
},
"doc": {
"size_in_bytes": 1430,
"description": "Frequencies"
},
"dii": {
"size_in_bytes": 921,
"description": "Points"
},
"liv": {
"size_in_bytes": 75419,
"description": "Live Documents"
},
"dvd": {
"size_in_bytes": 6095607,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 94696,
"description": "Field Index"
},
"si": {
"size_in_bytes": 1659,
"description": "Segment Info"
},
"tip": {
"size_in_bytes": 171577,
"description": "Term Index"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcjg==",
"generation": 27,
"user_data": {
"local_checkpoint": "1316406",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "O9hXoYhMRFi0zaMsJM5wzA",
"history_uuid": "ep7pU61FTJaOLSzbCPOgLQ",
"sync_id": "CVFH0Q4OTwSdp16SHSNMoA",
"translog_generation": "40",
"max_seq_no": "1316406"
},
"num_docs": 665496
},
"seq_no": {
"max_seq_no": 1316406,
"local_checkpoint": 1316406,
"global_checkpoint": 1316406
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2017.12.31": {
"primaries": {
"docs": {
"count": 10064,
"deleted": 0
},
"store": {
"size_in_bytes": 10311917
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 127,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 3
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 15
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 1,
"memory_in_bytes": 26163,
"terms_memory_in_bytes": 16182,
"stored_fields_memory_in_bytes": 7504,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 1408,
"points_memory_in_bytes": 369,
"doc_values_memory_in_bytes": 700,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1304,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdt": {
"size_in_bytes": 8688318,
"description": "Field Data"
},
"dvd": {
"size_in_bytes": 501475,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 233169,
"description": "Points"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"pos": {
"size_in_bytes": 7646,
"description": "Positions"
},
"tip": {
"size_in_bytes": 3133,
"description": "Term Index"
},
"nvm": {
"size_in_bytes": 793,
"description": "Norms"
},
"nvd": {
"size_in_bytes": 182223,
"description": "Norms"
},
"dii": {
"size_in_bytes": 102,
"description": "Points"
},
"doc": {
"size_in_bytes": 191463,
"description": "Frequencies"
},
"dvm": {
"size_in_bytes": 7565,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 13822,
"description": "Fields"
},
"fdx": {
"size_in_bytes": 7041,
"description": "Field Index"
},
"tim": {
"size_in_bytes": 474230,
"description": "Term Dictionary"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 10064,
"deleted": 0
},
"store": {
"size_in_bytes": 10311917
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 127,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 3
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 15
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 1,
"memory_in_bytes": 26163,
"terms_memory_in_bytes": 16182,
"stored_fields_memory_in_bytes": 7504,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 1408,
"points_memory_in_bytes": 369,
"doc_values_memory_in_bytes": 700,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1304,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"tip": {
"size_in_bytes": 3133,
"description": "Term Index"
},
"fnm": {
"size_in_bytes": 13822,
"description": "Fields"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"tim": {
"size_in_bytes": 474230,
"description": "Term Dictionary"
},
"dii": {
"size_in_bytes": 102,
"description": "Points"
},
"fdx": {
"size_in_bytes": 7041,
"description": "Field Index"
},
"nvd": {
"size_in_bytes": 182223,
"description": "Norms"
},
"fdt": {
"size_in_bytes": 8688318,
"description": "Field Data"
},
"dvd": {
"size_in_bytes": 501475,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 233169,
"description": "Points"
},
"doc": {
"size_in_bytes": 191463,
"description": "Frequencies"
},
"dvm": {
"size_in_bytes": 7565,
"description": "DocValues"
},
"pos": {
"size_in_bytes": 7646,
"description": "Positions"
},
"nvm": {
"size_in_bytes": 793,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 10064,
"deleted": 0
},
"store": {
"size_in_bytes": 10311917
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 127,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 3
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 15
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 1,
"memory_in_bytes": 26163,
"terms_memory_in_bytes": 16182,
"stored_fields_memory_in_bytes": 7504,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 1408,
"points_memory_in_bytes": 369,
"doc_values_memory_in_bytes": 700,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1304,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"pos": {
"size_in_bytes": 7646,
"description": "Positions"
},
"tim": {
"size_in_bytes": 474230,
"description": "Term Dictionary"
},
"dii": {
"size_in_bytes": 102,
"description": "Points"
},
"dvd": {
"size_in_bytes": 501475,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 13822,
"description": "Fields"
},
"dim": {
"size_in_bytes": 233169,
"description": "Points"
},
"dvm": {
"size_in_bytes": 7565,
"description": "DocValues"
},
"tip": {
"size_in_bytes": 3133,
"description": "Term Index"
},
"fdt": {
"size_in_bytes": 8688318,
"description": "Field Data"
},
"doc": {
"size_in_bytes": 191463,
"description": "Frequencies"
},
"nvd": {
"size_in_bytes": 182223,
"description": "Norms"
},
"nvm": {
"size_in_bytes": 793,
"description": "Norms"
},
"fdx": {
"size_in_bytes": 7041,
"description": "Field Index"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcsg==",
"generation": 25,
"user_data": {
"local_checkpoint": "7191",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "ElkxTGDvR3mYcXg_3RsfWg",
"history_uuid": "qMKcH5X_QwCYLCmlJOliOg",
"sync_id": "H7rF7uqFQTm2_QvQHAOTwg",
"translog_generation": "27",
"max_seq_no": "7191"
},
"num_docs": 10064
},
"seq_no": {
"max_seq_no": 7191,
"local_checkpoint": 7191,
"global_checkpoint": 7191
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2017.12.30": {
"primaries": {
"docs": {
"count": 10064,
"deleted": 0
},
"store": {
"size_in_bytes": 10529650
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 154,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 110
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 3,
"memory_in_bytes": 50354,
"terms_memory_in_bytes": 37122,
"stored_fields_memory_in_bytes": 8104,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 3712,
"points_memory_in_bytes": 396,
"doc_values_memory_in_bytes": 1020,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1400,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"tim": {
"size_in_bytes": 480646,
"description": "Term Dictionary"
},
"nvm": {
"size_in_bytes": 2115,
"description": "Norms"
},
"nvd": {
"size_in_bytes": 182337,
"description": "Norms"
},
"dvm": {
"size_in_bytes": 17875,
"description": "DocValues"
},
"dvd": {
"size_in_bytes": 503412,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 7216,
"description": "Field Index"
},
"fdt": {
"size_in_bytes": 8861353,
"description": "Field Data"
},
"dim": {
"size_in_bytes": 232071,
"description": "Points"
},
"dii": {
"size_in_bytes": 278,
"description": "Points"
},
"fnm": {
"size_in_bytes": 31056,
"description": "Fields"
},
"tip": {
"size_in_bytes": 5511,
"description": "Term Index"
},
"doc": {
"size_in_bytes": 195185,
"description": "Frequencies"
},
"pos": {
"size_in_bytes": 7800,
"description": "Positions"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 10064,
"deleted": 0
},
"store": {
"size_in_bytes": 10529650
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 154,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 110
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 3,
"memory_in_bytes": 50354,
"terms_memory_in_bytes": 37122,
"stored_fields_memory_in_bytes": 8104,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 3712,
"points_memory_in_bytes": 396,
"doc_values_memory_in_bytes": 1020,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1400,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvd": {
"size_in_bytes": 503412,
"description": "DocValues"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fdx": {
"size_in_bytes": 7216,
"description": "Field Index"
},
"nvm": {
"size_in_bytes": 2115,
"description": "Norms"
},
"dim": {
"size_in_bytes": 232071,
"description": "Points"
},
"pos": {
"size_in_bytes": 7800,
"description": "Positions"
},
"dii": {
"size_in_bytes": 278,
"description": "Points"
},
"tim": {
"size_in_bytes": 480646,
"description": "Term Dictionary"
},
"fdt": {
"size_in_bytes": 8861353,
"description": "Field Data"
},
"doc": {
"size_in_bytes": 195185,
"description": "Frequencies"
},
"tip": {
"size_in_bytes": 5511,
"description": "Term Index"
},
"dvm": {
"size_in_bytes": 17875,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 31056,
"description": "Fields"
},
"nvd": {
"size_in_bytes": 182337,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 10064,
"deleted": 0
},
"store": {
"size_in_bytes": 10529650
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 154,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 110
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 3,
"memory_in_bytes": 50354,
"terms_memory_in_bytes": 37122,
"stored_fields_memory_in_bytes": 8104,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 3712,
"points_memory_in_bytes": 396,
"doc_values_memory_in_bytes": 1020,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1400,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvm": {
"size_in_bytes": 17875,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 232071,
"description": "Points"
},
"tim": {
"size_in_bytes": 480646,
"description": "Term Dictionary"
},
"pos": {
"size_in_bytes": 7800,
"description": "Positions"
},
"doc": {
"size_in_bytes": 195185,
"description": "Frequencies"
},
"tip": {
"size_in_bytes": 5511,
"description": "Term Index"
},
"dvd": {
"size_in_bytes": 503412,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 7216,
"description": "Field Index"
},
"fdt": {
"size_in_bytes": 8861353,
"description": "Field Data"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fnm": {
"size_in_bytes": 31056,
"description": "Fields"
},
"nvd": {
"size_in_bytes": 182337,
"description": "Norms"
},
"dii": {
"size_in_bytes": 278,
"description": "Points"
},
"nvm": {
"size_in_bytes": 2115,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcuA==",
"generation": 26,
"user_data": {
"local_checkpoint": "7191",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "-XOQQ_h8TJKu9eqDCLa5AA",
"history_uuid": "PUIUSZmeRrK-UUZCFxMFcA",
"sync_id": "Htq66s6sSaqnVsVrZqfsZQ",
"translog_generation": "29",
"max_seq_no": "7191"
},
"num_docs": 10064
},
"seq_no": {
"max_seq_no": 7191,
"local_checkpoint": 7191,
"global_checkpoint": 7191
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.30": {
"primaries": {
"docs": {
"count": 12935,
"deleted": 0
},
"store": {
"size_in_bytes": 10479047
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 86,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 3
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 89
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 6,
"memory_in_bytes": 96204,
"terms_memory_in_bytes": 76866,
"stored_fields_memory_in_bytes": 9136,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 7680,
"points_memory_in_bytes": 482,
"doc_values_memory_in_bytes": 2040,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1896,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fnm": {
"size_in_bytes": 63593,
"description": "Fields"
},
"fdx": {
"size_in_bytes": 7514,
"description": "Field Index"
},
"tip": {
"size_in_bytes": 9736,
"description": "Term Index"
},
"dim": {
"size_in_bytes": 260009,
"description": "Points"
},
"tim": {
"size_in_bytes": 489649,
"description": "Term Dictionary"
},
"pos": {
"size_in_bytes": 8240,
"description": "Positions"
},
"nvm": {
"size_in_bytes": 4362,
"description": "Norms"
},
"dvd": {
"size_in_bytes": 554627,
"description": "DocValues"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fdt": {
"size_in_bytes": 8613137,
"description": "Field Data"
},
"dvm": {
"size_in_bytes": 37902,
"description": "DocValues"
},
"dii": {
"size_in_bytes": 549,
"description": "Points"
},
"nvd": {
"size_in_bytes": 193254,
"description": "Norms"
},
"doc": {
"size_in_bytes": 230893,
"description": "Frequencies"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 12935,
"deleted": 0
},
"store": {
"size_in_bytes": 10479047
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 86,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 3
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 89
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 6,
"memory_in_bytes": 96204,
"terms_memory_in_bytes": 76866,
"stored_fields_memory_in_bytes": 9136,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 7680,
"points_memory_in_bytes": 482,
"doc_values_memory_in_bytes": 2040,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1896,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fnm": {
"size_in_bytes": 63593,
"description": "Fields"
},
"nvd": {
"size_in_bytes": 193254,
"description": "Norms"
},
"dii": {
"size_in_bytes": 549,
"description": "Points"
},
"dvd": {
"size_in_bytes": 554627,
"description": "DocValues"
},
"tip": {
"size_in_bytes": 9736,
"description": "Term Index"
},
"tim": {
"size_in_bytes": 489649,
"description": "Term Dictionary"
},
"pos": {
"size_in_bytes": 8240,
"description": "Positions"
},
"doc": {
"size_in_bytes": 230893,
"description": "Frequencies"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dvm": {
"size_in_bytes": 37902,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 7514,
"description": "Field Index"
},
"fdt": {
"size_in_bytes": 8613137,
"description": "Field Data"
},
"nvm": {
"size_in_bytes": 4362,
"description": "Norms"
},
"dim": {
"size_in_bytes": 260009,
"description": "Points"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 12935,
"deleted": 0
},
"store": {
"size_in_bytes": 10479047
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 86,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 3
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 89
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 6,
"memory_in_bytes": 96204,
"terms_memory_in_bytes": 76866,
"stored_fields_memory_in_bytes": 9136,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 7680,
"points_memory_in_bytes": 482,
"doc_values_memory_in_bytes": 2040,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1896,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"nvd": {
"size_in_bytes": 193254,
"description": "Norms"
},
"dim": {
"size_in_bytes": 260009,
"description": "Points"
},
"tim": {
"size_in_bytes": 489649,
"description": "Term Dictionary"
},
"fdt": {
"size_in_bytes": 8613137,
"description": "Field Data"
},
"pos": {
"size_in_bytes": 8240,
"description": "Positions"
},
"doc": {
"size_in_bytes": 230893,
"description": "Frequencies"
},
"dii": {
"size_in_bytes": 549,
"description": "Points"
},
"dvm": {
"size_in_bytes": 37902,
"description": "DocValues"
},
"tip": {
"size_in_bytes": 9736,
"description": "Term Index"
},
"dvd": {
"size_in_bytes": 554627,
"description": "DocValues"
},
"nvm": {
"size_in_bytes": 4362,
"description": "Norms"
},
"fdx": {
"size_in_bytes": 7514,
"description": "Field Index"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fnm": {
"size_in_bytes": 63593,
"description": "Fields"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcjw==",
"generation": 25,
"user_data": {
"local_checkpoint": "7186",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "9xGhA7qbSDC16ygdBFZrmg",
"history_uuid": "4qSOG4NLRue7O05itlPkSw",
"sync_id": "kmuKnZMxTfCZgEVwurGDyA",
"translog_generation": "27",
"max_seq_no": "7186"
},
"num_docs": 12935
},
"seq_no": {
"max_seq_no": 7186,
"local_checkpoint": 7186,
"global_checkpoint": 7186
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.27": {
"primaries": {
"docs": {
"count": 12936,
"deleted": 0
},
"store": {
"size_in_bytes": 10069204
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 120,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 43
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 7,
"memory_in_bytes": 108762,
"terms_memory_in_bytes": 87184,
"stored_fields_memory_in_bytes": 10144,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 8832,
"points_memory_in_bytes": 494,
"doc_values_memory_in_bytes": 2108,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1944,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"tip": {
"size_in_bytes": 10773,
"description": "Term Index"
},
"doc": {
"size_in_bytes": 233035,
"description": "Frequencies"
},
"fdx": {
"size_in_bytes": 8308,
"description": "Field Index"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dvd": {
"size_in_bytes": 555190,
"description": "DocValues"
},
"dii": {
"size_in_bytes": 635,
"description": "Points"
},
"nvm": {
"size_in_bytes": 5023,
"description": "Norms"
},
"dim": {
"size_in_bytes": 262405,
"description": "Points"
},
"nvd": {
"size_in_bytes": 193313,
"description": "Norms"
},
"pos": {
"size_in_bytes": 8349,
"description": "Positions"
},
"tim": {
"size_in_bytes": 493074,
"description": "Term Dictionary"
},
"fnm": {
"size_in_bytes": 72152,
"description": "Fields"
},
"dvm": {
"size_in_bytes": 42987,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 8177449,
"description": "Field Data"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 12936,
"deleted": 0
},
"store": {
"size_in_bytes": 10069204
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 120,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 43
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 7,
"memory_in_bytes": 108762,
"terms_memory_in_bytes": 87184,
"stored_fields_memory_in_bytes": 10144,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 8832,
"points_memory_in_bytes": 494,
"doc_values_memory_in_bytes": 2108,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1944,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdt": {
"size_in_bytes": 8177449,
"description": "Field Data"
},
"dii": {
"size_in_bytes": 635,
"description": "Points"
},
"dvm": {
"size_in_bytes": 42987,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 262405,
"description": "Points"
},
"nvm": {
"size_in_bytes": 5023,
"description": "Norms"
},
"doc": {
"size_in_bytes": 233035,
"description": "Frequencies"
},
"fnm": {
"size_in_bytes": 72152,
"description": "Fields"
},
"tim": {
"size_in_bytes": 493074,
"description": "Term Dictionary"
},
"fdx": {
"size_in_bytes": 8308,
"description": "Field Index"
},
"dvd": {
"size_in_bytes": 555190,
"description": "DocValues"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"nvd": {
"size_in_bytes": 193313,
"description": "Norms"
},
"tip": {
"size_in_bytes": 10773,
"description": "Term Index"
},
"pos": {
"size_in_bytes": 8349,
"description": "Positions"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 12936,
"deleted": 0
},
"store": {
"size_in_bytes": 10069204
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 120,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 43
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 7,
"memory_in_bytes": 108762,
"terms_memory_in_bytes": 87184,
"stored_fields_memory_in_bytes": 10144,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 8832,
"points_memory_in_bytes": 494,
"doc_values_memory_in_bytes": 2108,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1944,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"pos": {
"size_in_bytes": 8349,
"description": "Positions"
},
"fnm": {
"size_in_bytes": 72152,
"description": "Fields"
},
"dii": {
"size_in_bytes": 635,
"description": "Points"
},
"dvd": {
"size_in_bytes": 555190,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 233035,
"description": "Frequencies"
},
"dvm": {
"size_in_bytes": 42987,
"description": "DocValues"
},
"nvm": {
"size_in_bytes": 5023,
"description": "Norms"
},
"nvd": {
"size_in_bytes": 193313,
"description": "Norms"
},
"fdt": {
"size_in_bytes": 8177449,
"description": "Field Data"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"tim": {
"size_in_bytes": 493074,
"description": "Term Dictionary"
},
"tip": {
"size_in_bytes": 10773,
"description": "Term Index"
},
"dim": {
"size_in_bytes": 262405,
"description": "Points"
},
"fdx": {
"size_in_bytes": 8308,
"description": "Field Index"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKckw==",
"generation": 25,
"user_data": {
"local_checkpoint": "7187",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "9BEscNJXR9apKEw-RBQr-A",
"history_uuid": "nznzUifiQ6eI_xfeNoFBgw",
"sync_id": "X0RZieNfQHa0sAapnTbseQ",
"translog_generation": "27",
"max_seq_no": "7187"
},
"num_docs": 12936
},
"seq_no": {
"max_seq_no": 7187,
"local_checkpoint": 7187,
"global_checkpoint": 7187
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.26": {
"primaries": {
"docs": {
"count": 12932,
"deleted": 0
},
"store": {
"size_in_bytes": 10456038
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 136,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 105
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 7,
"memory_in_bytes": 108818,
"terms_memory_in_bytes": 87232,
"stored_fields_memory_in_bytes": 9664,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 8832,
"points_memory_in_bytes": 494,
"doc_values_memory_in_bytes": 2596,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1944,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"tip": {
"size_in_bytes": 10821,
"description": "Term Index"
},
"fdx": {
"size_in_bytes": 7835,
"description": "Field Index"
},
"tim": {
"size_in_bytes": 492965,
"description": "Term Dictionary"
},
"doc": {
"size_in_bytes": 230761,
"description": "Frequencies"
},
"pos": {
"size_in_bytes": 8279,
"description": "Positions"
},
"fnm": {
"size_in_bytes": 72152,
"description": "Fields"
},
"fdt": {
"size_in_bytes": 8568766,
"description": "Field Data"
},
"nvm": {
"size_in_bytes": 5023,
"description": "Norms"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dii": {
"size_in_bytes": 635,
"description": "Points"
},
"nvd": {
"size_in_bytes": 193307,
"description": "Norms"
},
"dvd": {
"size_in_bytes": 555145,
"description": "DocValues"
},
"dvm": {
"size_in_bytes": 43459,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 260379,
"description": "Points"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 12932,
"deleted": 0
},
"store": {
"size_in_bytes": 10456038
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 136,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 105
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 7,
"memory_in_bytes": 108818,
"terms_memory_in_bytes": 87232,
"stored_fields_memory_in_bytes": 9664,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 8832,
"points_memory_in_bytes": 494,
"doc_values_memory_in_bytes": 2596,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1944,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"doc": {
"size_in_bytes": 230761,
"description": "Frequencies"
},
"fdx": {
"size_in_bytes": 7835,
"description": "Field Index"
},
"pos": {
"size_in_bytes": 8279,
"description": "Positions"
},
"fdt": {
"size_in_bytes": 8568766,
"description": "Field Data"
},
"nvd": {
"size_in_bytes": 193307,
"description": "Norms"
},
"dim": {
"size_in_bytes": 260379,
"description": "Points"
},
"dvm": {
"size_in_bytes": 43459,
"description": "DocValues"
},
"dvd": {
"size_in_bytes": 555145,
"description": "DocValues"
},
"dii": {
"size_in_bytes": 635,
"description": "Points"
},
"tip": {
"size_in_bytes": 10821,
"description": "Term Index"
},
"tim": {
"size_in_bytes": 492965,
"description": "Term Dictionary"
},
"nvm": {
"size_in_bytes": 5023,
"description": "Norms"
},
"fnm": {
"size_in_bytes": 72152,
"description": "Fields"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 12932,
"deleted": 0
},
"store": {
"size_in_bytes": 10456038
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 136,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 105
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 7,
"memory_in_bytes": 108818,
"terms_memory_in_bytes": 87232,
"stored_fields_memory_in_bytes": 9664,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 8832,
"points_memory_in_bytes": 494,
"doc_values_memory_in_bytes": 2596,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1944,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dim": {
"size_in_bytes": 260379,
"description": "Points"
},
"pos": {
"size_in_bytes": 8279,
"description": "Positions"
},
"doc": {
"size_in_bytes": 230761,
"description": "Frequencies"
},
"nvd": {
"size_in_bytes": 193307,
"description": "Norms"
},
"nvm": {
"size_in_bytes": 5023,
"description": "Norms"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dii": {
"size_in_bytes": 635,
"description": "Points"
},
"dvm": {
"size_in_bytes": 43459,
"description": "DocValues"
},
"tip": {
"size_in_bytes": 10821,
"description": "Term Index"
},
"dvd": {
"size_in_bytes": 555145,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 492965,
"description": "Term Dictionary"
},
"fdt": {
"size_in_bytes": 8568766,
"description": "Field Data"
},
"fdx": {
"size_in_bytes": 7835,
"description": "Field Index"
},
"fnm": {
"size_in_bytes": 72152,
"description": "Fields"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKclA==",
"generation": 25,
"user_data": {
"local_checkpoint": "7185",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "vXGRlMPRTf-yBDX-gU6DCQ",
"history_uuid": "j03w2lBuSMu1cZpHRZJAdw",
"sync_id": "WxUpJjMiS3aH8UwCsufcpw",
"translog_generation": "27",
"max_seq_no": "7185"
},
"num_docs": 12932
},
"seq_no": {
"max_seq_no": 7185,
"local_checkpoint": 7185,
"global_checkpoint": 7185
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.25": {
"primaries": {
"docs": {
"count": 12933,
"deleted": 0
},
"store": {
"size_in_bytes": 10222121
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 222,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 100
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 3,
"memory_in_bytes": 55833,
"terms_memory_in_bytes": 41301,
"stored_fields_memory_in_bytes": 8880,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 3968,
"points_memory_in_bytes": 440,
"doc_values_memory_in_bytes": 1244,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1752,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"pos": {
"size_in_bytes": 8005,
"description": "Positions"
},
"fdx": {
"size_in_bytes": 7961,
"description": "Field Index"
},
"doc": {
"size_in_bytes": 231840,
"description": "Frequencies"
},
"dvm": {
"size_in_bytes": 20121,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 8425471,
"description": "Field Data"
},
"dvd": {
"size_in_bytes": 552471,
"description": "DocValues"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dim": {
"size_in_bytes": 258665,
"description": "Points"
},
"tim": {
"size_in_bytes": 479191,
"description": "Term Dictionary"
},
"nvm": {
"size_in_bytes": 2247,
"description": "Norms"
},
"tip": {
"size_in_bytes": 5852,
"description": "Term Index"
},
"dii": {
"size_in_bytes": 283,
"description": "Points"
},
"nvd": {
"size_in_bytes": 192849,
"description": "Norms"
},
"fnm": {
"size_in_bytes": 34370,
"description": "Fields"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 12933,
"deleted": 0
},
"store": {
"size_in_bytes": 10222121
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 222,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 100
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 3,
"memory_in_bytes": 55833,
"terms_memory_in_bytes": 41301,
"stored_fields_memory_in_bytes": 8880,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 3968,
"points_memory_in_bytes": 440,
"doc_values_memory_in_bytes": 1244,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1752,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdx": {
"size_in_bytes": 7961,
"description": "Field Index"
},
"fnm": {
"size_in_bytes": 34370,
"description": "Fields"
},
"dim": {
"size_in_bytes": 258665,
"description": "Points"
},
"dii": {
"size_in_bytes": 283,
"description": "Points"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"doc": {
"size_in_bytes": 231840,
"description": "Frequencies"
},
"nvd": {
"size_in_bytes": 192849,
"description": "Norms"
},
"tim": {
"size_in_bytes": 479191,
"description": "Term Dictionary"
},
"fdt": {
"size_in_bytes": 8425471,
"description": "Field Data"
},
"pos": {
"size_in_bytes": 8005,
"description": "Positions"
},
"tip": {
"size_in_bytes": 5852,
"description": "Term Index"
},
"dvd": {
"size_in_bytes": 552471,
"description": "DocValues"
},
"dvm": {
"size_in_bytes": 20121,
"description": "DocValues"
},
"nvm": {
"size_in_bytes": 2247,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 12933,
"deleted": 0
},
"store": {
"size_in_bytes": 10222121
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 222,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 100
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 3,
"memory_in_bytes": 55833,
"terms_memory_in_bytes": 41301,
"stored_fields_memory_in_bytes": 8880,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 3968,
"points_memory_in_bytes": 440,
"doc_values_memory_in_bytes": 1244,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1752,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dim": {
"size_in_bytes": 258665,
"description": "Points"
},
"doc": {
"size_in_bytes": 231840,
"description": "Frequencies"
},
"pos": {
"size_in_bytes": 8005,
"description": "Positions"
},
"dvd": {
"size_in_bytes": 552471,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 8425471,
"description": "Field Data"
},
"dii": {
"size_in_bytes": 283,
"description": "Points"
},
"nvd": {
"size_in_bytes": 192849,
"description": "Norms"
},
"tip": {
"size_in_bytes": 5852,
"description": "Term Index"
},
"tim": {
"size_in_bytes": 479191,
"description": "Term Dictionary"
},
"fnm": {
"size_in_bytes": 34370,
"description": "Fields"
},
"nvm": {
"size_in_bytes": 2247,
"description": "Norms"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fdx": {
"size_in_bytes": 7961,
"description": "Field Index"
},
"dvm": {
"size_in_bytes": 20121,
"description": "DocValues"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKckQ==",
"generation": 25,
"user_data": {
"local_checkpoint": "7186",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "LxQpKp1fSJCfLKO8d8vUKQ",
"history_uuid": "M95aa5kRSfynCuvrWALS5w",
"sync_id": "o-SBOQIWRZqkIJc8Jj1NwQ",
"translog_generation": "27",
"max_seq_no": "7186"
},
"num_docs": 12933
},
"seq_no": {
"max_seq_no": 7186,
"local_checkpoint": 7186,
"global_checkpoint": 7186
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.24": {
"primaries": {
"docs": {
"count": 12935,
"deleted": 0
},
"store": {
"size_in_bytes": 10205959
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 70,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 130
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 7,
"memory_in_bytes": 108834,
"terms_memory_in_bytes": 87136,
"stored_fields_memory_in_bytes": 10264,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 8832,
"points_memory_in_bytes": 494,
"doc_values_memory_in_bytes": 2108,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1944,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdx": {
"size_in_bytes": 8449,
"description": "Field Index"
},
"dvm": {
"size_in_bytes": 42987,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 8315825,
"description": "Field Data"
},
"dii": {
"size_in_bytes": 635,
"description": "Points"
},
"nvm": {
"size_in_bytes": 5023,
"description": "Norms"
},
"pos": {
"size_in_bytes": 8317,
"description": "Positions"
},
"tim": {
"size_in_bytes": 493058,
"description": "Term Dictionary"
},
"dim": {
"size_in_bytes": 260418,
"description": "Points"
},
"doc": {
"size_in_bytes": 233360,
"description": "Frequencies"
},
"fnm": {
"size_in_bytes": 72152,
"description": "Fields"
},
"nvd": {
"size_in_bytes": 193311,
"description": "Norms"
},
"tip": {
"size_in_bytes": 10725,
"description": "Term Index"
},
"dvd": {
"size_in_bytes": 555188,
"description": "DocValues"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 12935,
"deleted": 0
},
"store": {
"size_in_bytes": 10205959
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 70,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 130
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 7,
"memory_in_bytes": 108834,
"terms_memory_in_bytes": 87136,
"stored_fields_memory_in_bytes": 10264,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 8832,
"points_memory_in_bytes": 494,
"doc_values_memory_in_bytes": 2108,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1944,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"tip": {
"size_in_bytes": 10725,
"description": "Term Index"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fdt": {
"size_in_bytes": 8315825,
"description": "Field Data"
},
"nvm": {
"size_in_bytes": 5023,
"description": "Norms"
},
"doc": {
"size_in_bytes": 233360,
"description": "Frequencies"
},
"fnm": {
"size_in_bytes": 72152,
"description": "Fields"
},
"dvd": {
"size_in_bytes": 555188,
"description": "DocValues"
},
"nvd": {
"size_in_bytes": 193311,
"description": "Norms"
},
"tim": {
"size_in_bytes": 493058,
"description": "Term Dictionary"
},
"dvm": {
"size_in_bytes": 42987,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 8449,
"description": "Field Index"
},
"dii": {
"size_in_bytes": 635,
"description": "Points"
},
"dim": {
"size_in_bytes": 260418,
"description": "Points"
},
"pos": {
"size_in_bytes": 8317,
"description": "Positions"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 12935,
"deleted": 0
},
"store": {
"size_in_bytes": 10205959
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 70,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 130
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 7,
"memory_in_bytes": 108834,
"terms_memory_in_bytes": 87136,
"stored_fields_memory_in_bytes": 10264,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 8832,
"points_memory_in_bytes": 494,
"doc_values_memory_in_bytes": 2108,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1944,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dim": {
"size_in_bytes": 260418,
"description": "Points"
},
"fdx": {
"size_in_bytes": 8449,
"description": "Field Index"
},
"doc": {
"size_in_bytes": 233360,
"description": "Frequencies"
},
"fdt": {
"size_in_bytes": 8315825,
"description": "Field Data"
},
"fnm": {
"size_in_bytes": 72152,
"description": "Fields"
},
"tip": {
"size_in_bytes": 10725,
"description": "Term Index"
},
"dvm": {
"size_in_bytes": 42987,
"description": "DocValues"
},
"dii": {
"size_in_bytes": 635,
"description": "Points"
},
"tim": {
"size_in_bytes": 493058,
"description": "Term Dictionary"
},
"pos": {
"size_in_bytes": 8317,
"description": "Positions"
},
"dvd": {
"size_in_bytes": 555188,
"description": "DocValues"
},
"nvd": {
"size_in_bytes": 193311,
"description": "Norms"
},
"nvm": {
"size_in_bytes": 5023,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcmw==",
"generation": 25,
"user_data": {
"local_checkpoint": "7186",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "LNBIkhqtTHWNNZHTaW_t7Q",
"history_uuid": "tys6NzuRRgyxzCjHsADBuA",
"sync_id": "f5s5OeAiQeWYH5o7_2x0CQ",
"translog_generation": "27",
"max_seq_no": "7186"
},
"num_docs": 12935
},
"seq_no": {
"max_seq_no": 7186,
"local_checkpoint": 7186,
"global_checkpoint": 7186
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.23": {
"primaries": {
"docs": {
"count": 12930,
"deleted": 0
},
"store": {
"size_in_bytes": 10279068
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 107,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 41
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 137807,
"terms_memory_in_bytes": 112335,
"stored_fields_memory_in_bytes": 10720,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11392,
"points_memory_in_bytes": 524,
"doc_values_memory_in_bytes": 2836,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 2040,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dim": {
"size_in_bytes": 261286,
"description": "Points"
},
"dvm": {
"size_in_bytes": 55683,
"description": "DocValues"
},
"dvd": {
"size_in_bytes": 556981,
"description": "DocValues"
},
"nvm": {
"size_in_bytes": 6477,
"description": "Norms"
},
"nvd": {
"size_in_bytes": 193687,
"description": "Norms"
},
"tip": {
"size_in_bytes": 13524,
"description": "Term Index"
},
"doc": {
"size_in_bytes": 232740,
"description": "Frequencies"
},
"dii": {
"size_in_bytes": 816,
"description": "Points"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"tim": {
"size_in_bytes": 500458,
"description": "Term Dictionary"
},
"fdx": {
"size_in_bytes": 8437,
"description": "Field Index"
},
"fdt": {
"size_in_bytes": 8339365,
"description": "Field Data"
},
"fnm": {
"size_in_bytes": 92816,
"description": "Fields"
},
"pos": {
"size_in_bytes": 8429,
"description": "Positions"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 12930,
"deleted": 0
},
"store": {
"size_in_bytes": 10279068
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 107,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 41
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 137807,
"terms_memory_in_bytes": 112335,
"stored_fields_memory_in_bytes": 10720,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11392,
"points_memory_in_bytes": 524,
"doc_values_memory_in_bytes": 2836,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 2040,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvd": {
"size_in_bytes": 556981,
"description": "DocValues"
},
"nvm": {
"size_in_bytes": 6477,
"description": "Norms"
},
"nvd": {
"size_in_bytes": 193687,
"description": "Norms"
},
"dim": {
"size_in_bytes": 261286,
"description": "Points"
},
"tip": {
"size_in_bytes": 13524,
"description": "Term Index"
},
"fdt": {
"size_in_bytes": 8339365,
"description": "Field Data"
},
"dii": {
"size_in_bytes": 816,
"description": "Points"
},
"tim": {
"size_in_bytes": 500458,
"description": "Term Dictionary"
},
"dvm": {
"size_in_bytes": 55683,
"description": "DocValues"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"pos": {
"size_in_bytes": 8429,
"description": "Positions"
},
"doc": {
"size_in_bytes": 232740,
"description": "Frequencies"
},
"fdx": {
"size_in_bytes": 8437,
"description": "Field Index"
},
"fnm": {
"size_in_bytes": 92816,
"description": "Fields"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 12930,
"deleted": 0
},
"store": {
"size_in_bytes": 10279068
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 107,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 41
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 137807,
"terms_memory_in_bytes": 112335,
"stored_fields_memory_in_bytes": 10720,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11392,
"points_memory_in_bytes": 524,
"doc_values_memory_in_bytes": 2836,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 2040,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dii": {
"size_in_bytes": 816,
"description": "Points"
},
"dim": {
"size_in_bytes": 261286,
"description": "Points"
},
"fdx": {
"size_in_bytes": 8437,
"description": "Field Index"
},
"pos": {
"size_in_bytes": 8429,
"description": "Positions"
},
"doc": {
"size_in_bytes": 232740,
"description": "Frequencies"
},
"tip": {
"size_in_bytes": 13524,
"description": "Term Index"
},
"nvd": {
"size_in_bytes": 193687,
"description": "Norms"
},
"dvd": {
"size_in_bytes": 556981,
"description": "DocValues"
},
"nvm": {
"size_in_bytes": 6477,
"description": "Norms"
},
"dvm": {
"size_in_bytes": 55683,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 500458,
"description": "Term Dictionary"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fnm": {
"size_in_bytes": 92816,
"description": "Fields"
},
"fdt": {
"size_in_bytes": 8339365,
"description": "Field Data"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcmQ==",
"generation": 25,
"user_data": {
"local_checkpoint": "7185",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "nNbSkYPuR0yASDSKMGAaCg",
"history_uuid": "PQIE74osT_e6Qv333bHpRw",
"sync_id": "dJFE5Pv_RDy_2pZYOowsHA",
"translog_generation": "27",
"max_seq_no": "7185"
},
"num_docs": 12930
},
"seq_no": {
"max_seq_no": 7185,
"local_checkpoint": 7185,
"global_checkpoint": 7185
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.22": {
"primaries": {
"docs": {
"count": 12936,
"deleted": 0
},
"store": {
"size_in_bytes": 9881767
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 71,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 212
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 73016,
"terms_memory_in_bytes": 55990,
"stored_fields_memory_in_bytes": 9288,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 5376,
"points_memory_in_bytes": 458,
"doc_values_memory_in_bytes": 1904,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1808,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"nvd": {
"size_in_bytes": 193142,
"description": "Norms"
},
"fdx": {
"size_in_bytes": 8152,
"description": "Field Index"
},
"pos": {
"size_in_bytes": 8118,
"description": "Positions"
},
"tim": {
"size_in_bytes": 482977,
"description": "Term Dictionary"
},
"dim": {
"size_in_bytes": 259237,
"description": "Points"
},
"dvm": {
"size_in_bytes": 27732,
"description": "DocValues"
},
"tip": {
"size_in_bytes": 7422,
"description": "Term Index"
},
"nvm": {
"size_in_bytes": 3040,
"description": "Norms"
},
"dii": {
"size_in_bytes": 377,
"description": "Points"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fnm": {
"size_in_bytes": 46475,
"description": "Fields"
},
"doc": {
"size_in_bytes": 232340,
"description": "Frequencies"
},
"fdt": {
"size_in_bytes": 8055486,
"description": "Field Data"
},
"dvd": {
"size_in_bytes": 553545,
"description": "DocValues"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 12936,
"deleted": 0
},
"store": {
"size_in_bytes": 9881767
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 71,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 212
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 73016,
"terms_memory_in_bytes": 55990,
"stored_fields_memory_in_bytes": 9288,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 5376,
"points_memory_in_bytes": 458,
"doc_values_memory_in_bytes": 1904,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1808,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvm": {
"size_in_bytes": 27732,
"description": "DocValues"
},
"pos": {
"size_in_bytes": 8118,
"description": "Positions"
},
"dii": {
"size_in_bytes": 377,
"description": "Points"
},
"tip": {
"size_in_bytes": 7422,
"description": "Term Index"
},
"tim": {
"size_in_bytes": 482977,
"description": "Term Dictionary"
},
"fdx": {
"size_in_bytes": 8152,
"description": "Field Index"
},
"dvd": {
"size_in_bytes": 553545,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 46475,
"description": "Fields"
},
"nvm": {
"size_in_bytes": 3040,
"description": "Norms"
},
"dim": {
"size_in_bytes": 259237,
"description": "Points"
},
"nvd": {
"size_in_bytes": 193142,
"description": "Norms"
},
"fdt": {
"size_in_bytes": 8055486,
"description": "Field Data"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"doc": {
"size_in_bytes": 232340,
"description": "Frequencies"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 12936,
"deleted": 0
},
"store": {
"size_in_bytes": 9881767
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 71,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 212
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 73016,
"terms_memory_in_bytes": 55990,
"stored_fields_memory_in_bytes": 9288,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 5376,
"points_memory_in_bytes": 458,
"doc_values_memory_in_bytes": 1904,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1808,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvm": {
"size_in_bytes": 27732,
"description": "DocValues"
},
"tip": {
"size_in_bytes": 7422,
"description": "Term Index"
},
"dii": {
"size_in_bytes": 377,
"description": "Points"
},
"dim": {
"size_in_bytes": 259237,
"description": "Points"
},
"fdt": {
"size_in_bytes": 8055486,
"description": "Field Data"
},
"nvd": {
"size_in_bytes": 193142,
"description": "Norms"
},
"tim": {
"size_in_bytes": 482977,
"description": "Term Dictionary"
},
"doc": {
"size_in_bytes": 232340,
"description": "Frequencies"
},
"pos": {
"size_in_bytes": 8118,
"description": "Positions"
},
"nvm": {
"size_in_bytes": 3040,
"description": "Norms"
},
"dvd": {
"size_in_bytes": 553545,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 8152,
"description": "Field Index"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fnm": {
"size_in_bytes": 46475,
"description": "Fields"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcmg==",
"generation": 25,
"user_data": {
"local_checkpoint": "7187",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "gQS1_VTSQ7-I5Xr6SP8ryw",
"history_uuid": "Xc6iVzUmT1KOsJPw6ujXZw",
"sync_id": "6OhJdndiTLCyRUwOIfzqFA",
"translog_generation": "27",
"max_seq_no": "7187"
},
"num_docs": 12936
},
"seq_no": {
"max_seq_no": 7187,
"local_checkpoint": 7187,
"global_checkpoint": 7187
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.21": {
"primaries": {
"docs": {
"count": 12936,
"deleted": 0
},
"store": {
"size_in_bytes": 10029330
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 178,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 3
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 117
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 142372,
"terms_memory_in_bytes": 116562,
"stored_fields_memory_in_bytes": 10384,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11648,
"points_memory_in_bytes": 526,
"doc_values_memory_in_bytes": 3252,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 2040,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dim": {
"size_in_bytes": 261394,
"description": "Points"
},
"doc": {
"size_in_bytes": 233602,
"description": "Frequencies"
},
"nvm": {
"size_in_bytes": 6609,
"description": "Norms"
},
"pos": {
"size_in_bytes": 8503,
"description": "Positions"
},
"fdt": {
"size_in_bytes": 8079925,
"description": "Field Data"
},
"dvd": {
"size_in_bytes": 558084,
"description": "DocValues"
},
"tip": {
"size_in_bytes": 13913,
"description": "Term Index"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dii": {
"size_in_bytes": 819,
"description": "Points"
},
"fdx": {
"size_in_bytes": 8110,
"description": "Field Index"
},
"nvd": {
"size_in_bytes": 193999,
"description": "Norms"
},
"tim": {
"size_in_bytes": 501858,
"description": "Term Dictionary"
},
"dvm": {
"size_in_bytes": 58007,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 96138,
"description": "Fields"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 12936,
"deleted": 0
},
"store": {
"size_in_bytes": 10029330
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 178,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 3
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 117
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 142372,
"terms_memory_in_bytes": 116562,
"stored_fields_memory_in_bytes": 10384,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11648,
"points_memory_in_bytes": 526,
"doc_values_memory_in_bytes": 3252,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 2040,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdt": {
"size_in_bytes": 8079925,
"description": "Field Data"
},
"fnm": {
"size_in_bytes": 96138,
"description": "Fields"
},
"nvd": {
"size_in_bytes": 193999,
"description": "Norms"
},
"doc": {
"size_in_bytes": 233602,
"description": "Frequencies"
},
"tip": {
"size_in_bytes": 13913,
"description": "Term Index"
},
"dim": {
"size_in_bytes": 261394,
"description": "Points"
},
"dii": {
"size_in_bytes": 819,
"description": "Points"
},
"dvd": {
"size_in_bytes": 558084,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 8110,
"description": "Field Index"
},
"nvm": {
"size_in_bytes": 6609,
"description": "Norms"
},
"dvm": {
"size_in_bytes": 58007,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 501858,
"description": "Term Dictionary"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"pos": {
"size_in_bytes": 8503,
"description": "Positions"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 12936,
"deleted": 0
},
"store": {
"size_in_bytes": 10029330
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 178,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 3
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 117
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 142372,
"terms_memory_in_bytes": 116562,
"stored_fields_memory_in_bytes": 10384,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11648,
"points_memory_in_bytes": 526,
"doc_values_memory_in_bytes": 3252,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 2040,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"tim": {
"size_in_bytes": 501858,
"description": "Term Dictionary"
},
"fnm": {
"size_in_bytes": 96138,
"description": "Fields"
},
"nvm": {
"size_in_bytes": 6609,
"description": "Norms"
},
"fdx": {
"size_in_bytes": 8110,
"description": "Field Index"
},
"dii": {
"size_in_bytes": 819,
"description": "Points"
},
"dim": {
"size_in_bytes": 261394,
"description": "Points"
},
"dvd": {
"size_in_bytes": 558084,
"description": "DocValues"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fdt": {
"size_in_bytes": 8079925,
"description": "Field Data"
},
"pos": {
"size_in_bytes": 8503,
"description": "Positions"
},
"tip": {
"size_in_bytes": 13913,
"description": "Term Index"
},
"dvm": {
"size_in_bytes": 58007,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 233602,
"description": "Frequencies"
},
"nvd": {
"size_in_bytes": 193999,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKclg==",
"generation": 25,
"user_data": {
"local_checkpoint": "7187",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "pZvo1lAIRNiEDp917Ic9Dw",
"history_uuid": "cyNzgCQfQziiTqHQZoGl3Q",
"sync_id": "eVCj_jDpTDCSi6hq6bYQaQ",
"translog_generation": "27",
"max_seq_no": "7187"
},
"num_docs": 12936
},
"seq_no": {
"max_seq_no": 7187,
"local_checkpoint": 7187,
"global_checkpoint": 7187
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.20": {
"primaries": {
"docs": {
"count": 12930,
"deleted": 0
},
"store": {
"size_in_bytes": 10161591
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 82,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 32
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 6,
"memory_in_bytes": 96556,
"terms_memory_in_bytes": 76770,
"stored_fields_memory_in_bytes": 9584,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 7680,
"points_memory_in_bytes": 482,
"doc_values_memory_in_bytes": 2040,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1896,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdx": {
"size_in_bytes": 8001,
"description": "Field Index"
},
"fdt": {
"size_in_bytes": 8293460,
"description": "Field Data"
},
"nvm": {
"size_in_bytes": 4362,
"description": "Norms"
},
"doc": {
"size_in_bytes": 230989,
"description": "Frequencies"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"nvd": {
"size_in_bytes": 193248,
"description": "Norms"
},
"tip": {
"size_in_bytes": 9640,
"description": "Term Index"
},
"fnm": {
"size_in_bytes": 63593,
"description": "Fields"
},
"dvm": {
"size_in_bytes": 37902,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 489577,
"description": "Term Dictionary"
},
"dii": {
"size_in_bytes": 549,
"description": "Points"
},
"dvd": {
"size_in_bytes": 554583,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 261907,
"description": "Points"
},
"pos": {
"size_in_bytes": 8198,
"description": "Positions"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 12930,
"deleted": 0
},
"store": {
"size_in_bytes": 10161591
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 82,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 32
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 6,
"memory_in_bytes": 96556,
"terms_memory_in_bytes": 76770,
"stored_fields_memory_in_bytes": 9584,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 7680,
"points_memory_in_bytes": 482,
"doc_values_memory_in_bytes": 2040,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1896,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"doc": {
"size_in_bytes": 230989,
"description": "Frequencies"
},
"nvd": {
"size_in_bytes": 193248,
"description": "Norms"
},
"dim": {
"size_in_bytes": 261907,
"description": "Points"
},
"tip": {
"size_in_bytes": 9640,
"description": "Term Index"
},
"fdx": {
"size_in_bytes": 8001,
"description": "Field Index"
},
"fnm": {
"size_in_bytes": 63593,
"description": "Fields"
},
"dvm": {
"size_in_bytes": 37902,
"description": "DocValues"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dvd": {
"size_in_bytes": 554583,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 8293460,
"description": "Field Data"
},
"tim": {
"size_in_bytes": 489577,
"description": "Term Dictionary"
},
"dii": {
"size_in_bytes": 549,
"description": "Points"
},
"pos": {
"size_in_bytes": 8198,
"description": "Positions"
},
"nvm": {
"size_in_bytes": 4362,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 12930,
"deleted": 0
},
"store": {
"size_in_bytes": 10161591
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 82,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 32
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 6,
"memory_in_bytes": 96556,
"terms_memory_in_bytes": 76770,
"stored_fields_memory_in_bytes": 9584,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 7680,
"points_memory_in_bytes": 482,
"doc_values_memory_in_bytes": 2040,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1896,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"pos": {
"size_in_bytes": 8198,
"description": "Positions"
},
"fdx": {
"size_in_bytes": 8001,
"description": "Field Index"
},
"tim": {
"size_in_bytes": 489577,
"description": "Term Dictionary"
},
"fnm": {
"size_in_bytes": 63593,
"description": "Fields"
},
"nvm": {
"size_in_bytes": 4362,
"description": "Norms"
},
"doc": {
"size_in_bytes": 230989,
"description": "Frequencies"
},
"dii": {
"size_in_bytes": 549,
"description": "Points"
},
"tip": {
"size_in_bytes": 9640,
"description": "Term Index"
},
"dvm": {
"size_in_bytes": 37902,
"description": "DocValues"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fdt": {
"size_in_bytes": 8293460,
"description": "Field Data"
},
"dvd": {
"size_in_bytes": 554583,
"description": "DocValues"
},
"nvd": {
"size_in_bytes": 193248,
"description": "Norms"
},
"dim": {
"size_in_bytes": 261907,
"description": "Points"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcmA==",
"generation": 25,
"user_data": {
"local_checkpoint": "7185",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "fjrGcVY1RJ2uBemTpTW3vg",
"history_uuid": "WFOKziZ_RHm1kLuzW0v5gA",
"sync_id": "PYR9_UgPQsqd8wA5RDtaZg",
"translog_generation": "27",
"max_seq_no": "7185"
},
"num_docs": 12930
},
"seq_no": {
"max_seq_no": 7185,
"local_checkpoint": 7185,
"global_checkpoint": 7185
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.29": {
"primaries": {
"docs": {
"count": 12930,
"deleted": 0
},
"store": {
"size_in_bytes": 10259226
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 128,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 185
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 2,
"memory_in_bytes": 39310,
"terms_memory_in_bytes": 26708,
"stored_fields_memory_in_bytes": 8368,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 2560,
"points_memory_in_bytes": 426,
"doc_values_memory_in_bytes": 1248,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1712,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dii": {
"size_in_bytes": 193,
"description": "Points"
},
"fnm": {
"size_in_bytes": 22489,
"description": "Fields"
},
"dvm": {
"size_in_bytes": 13184,
"description": "DocValues"
},
"dvd": {
"size_in_bytes": 550864,
"description": "DocValues"
},
"nvm": {
"size_in_bytes": 1454,
"description": "Norms"
},
"fdt": {
"size_in_bytes": 8493047,
"description": "Field Data"
},
"dim": {
"size_in_bytes": 258193,
"description": "Points"
},
"tip": {
"size_in_bytes": 4378,
"description": "Term Index"
},
"pos": {
"size_in_bytes": 7890,
"description": "Positions"
},
"fdx": {
"size_in_bytes": 7670,
"description": "Field Index"
},
"doc": {
"size_in_bytes": 231028,
"description": "Frequencies"
},
"tim": {
"size_in_bytes": 474486,
"description": "Term Dictionary"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"nvd": {
"size_in_bytes": 192484,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 12930,
"deleted": 0
},
"store": {
"size_in_bytes": 10259226
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 128,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 185
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 2,
"memory_in_bytes": 39310,
"terms_memory_in_bytes": 26708,
"stored_fields_memory_in_bytes": 8368,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 2560,
"points_memory_in_bytes": 426,
"doc_values_memory_in_bytes": 1248,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1712,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdt": {
"size_in_bytes": 8493047,
"description": "Field Data"
},
"dvd": {
"size_in_bytes": 550864,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 474486,
"description": "Term Dictionary"
},
"pos": {
"size_in_bytes": 7890,
"description": "Positions"
},
"nvm": {
"size_in_bytes": 1454,
"description": "Norms"
},
"dim": {
"size_in_bytes": 258193,
"description": "Points"
},
"dii": {
"size_in_bytes": 193,
"description": "Points"
},
"doc": {
"size_in_bytes": 231028,
"description": "Frequencies"
},
"fdx": {
"size_in_bytes": 7670,
"description": "Field Index"
},
"dvm": {
"size_in_bytes": 13184,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 22489,
"description": "Fields"
},
"nvd": {
"size_in_bytes": 192484,
"description": "Norms"
},
"tip": {
"size_in_bytes": 4378,
"description": "Term Index"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 12930,
"deleted": 0
},
"store": {
"size_in_bytes": 10259226
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 128,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 185
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 2,
"memory_in_bytes": 39310,
"terms_memory_in_bytes": 26708,
"stored_fields_memory_in_bytes": 8368,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 2560,
"points_memory_in_bytes": 426,
"doc_values_memory_in_bytes": 1248,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1712,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdt": {
"size_in_bytes": 8493047,
"description": "Field Data"
},
"dii": {
"size_in_bytes": 193,
"description": "Points"
},
"dvd": {
"size_in_bytes": 550864,
"description": "DocValues"
},
"pos": {
"size_in_bytes": 7890,
"description": "Positions"
},
"tim": {
"size_in_bytes": 474486,
"description": "Term Dictionary"
},
"fnm": {
"size_in_bytes": 22489,
"description": "Fields"
},
"dim": {
"size_in_bytes": 258193,
"description": "Points"
},
"tip": {
"size_in_bytes": 4378,
"description": "Term Index"
},
"nvm": {
"size_in_bytes": 1454,
"description": "Norms"
},
"doc": {
"size_in_bytes": 231028,
"description": "Frequencies"
},
"fdx": {
"size_in_bytes": 7670,
"description": "Field Index"
},
"nvd": {
"size_in_bytes": 192484,
"description": "Norms"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dvm": {
"size_in_bytes": 13184,
"description": "DocValues"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKclQ==",
"generation": 25,
"user_data": {
"local_checkpoint": "7185",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "hW-brHefSQS2ZtyELOqXhQ",
"history_uuid": "VWxUpSn0QLmsI-5OBNtVsg",
"sync_id": "ttSWkPptRZOMWEY58CB0DQ",
"translog_generation": "27",
"max_seq_no": "7185"
},
"num_docs": 12930
},
"seq_no": {
"max_seq_no": 7185,
"local_checkpoint": 7185,
"global_checkpoint": 7185
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.28": {
"primaries": {
"docs": {
"count": 12934,
"deleted": 0
},
"store": {
"size_in_bytes": 10027348
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 117,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 25
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 1,
"memory_in_bytes": 26976,
"terms_memory_in_bytes": 16150,
"stored_fields_memory_in_bytes": 8296,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 1408,
"points_memory_in_bytes": 414,
"doc_values_memory_in_bytes": 708,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1664,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dim": {
"size_in_bytes": 257888,
"description": "Points"
},
"tim": {
"size_in_bytes": 471025,
"description": "Term Dictionary"
},
"dvm": {
"size_in_bytes": 7643,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 231383,
"description": "Frequencies"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dii": {
"size_in_bytes": 107,
"description": "Points"
},
"dvd": {
"size_in_bytes": 550336,
"description": "DocValues"
},
"nvd": {
"size_in_bytes": 192431,
"description": "Norms"
},
"fdt": {
"size_in_bytes": 8282089,
"description": "Field Data"
},
"nvm": {
"size_in_bytes": 793,
"description": "Norms"
},
"tip": {
"size_in_bytes": 3101,
"description": "Term Index"
},
"fnm": {
"size_in_bytes": 13930,
"description": "Fields"
},
"pos": {
"size_in_bytes": 7823,
"description": "Positions"
},
"fdx": {
"size_in_bytes": 7862,
"description": "Field Index"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 12934,
"deleted": 0
},
"store": {
"size_in_bytes": 10027348
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 117,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 25
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 1,
"memory_in_bytes": 26976,
"terms_memory_in_bytes": 16150,
"stored_fields_memory_in_bytes": 8296,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 1408,
"points_memory_in_bytes": 414,
"doc_values_memory_in_bytes": 708,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1664,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"nvd": {
"size_in_bytes": 192431,
"description": "Norms"
},
"dii": {
"size_in_bytes": 107,
"description": "Points"
},
"fdt": {
"size_in_bytes": 8282089,
"description": "Field Data"
},
"fdx": {
"size_in_bytes": 7862,
"description": "Field Index"
},
"doc": {
"size_in_bytes": 231383,
"description": "Frequencies"
},
"tip": {
"size_in_bytes": 3101,
"description": "Term Index"
},
"nvm": {
"size_in_bytes": 793,
"description": "Norms"
},
"fnm": {
"size_in_bytes": 13930,
"description": "Fields"
},
"tim": {
"size_in_bytes": 471025,
"description": "Term Dictionary"
},
"pos": {
"size_in_bytes": 7823,
"description": "Positions"
},
"dvm": {
"size_in_bytes": 7643,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 257888,
"description": "Points"
},
"dvd": {
"size_in_bytes": 550336,
"description": "DocValues"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 12934,
"deleted": 0
},
"store": {
"size_in_bytes": 10027348
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 117,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 25
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 1,
"memory_in_bytes": 26976,
"terms_memory_in_bytes": 16150,
"stored_fields_memory_in_bytes": 8296,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 1408,
"points_memory_in_bytes": 414,
"doc_values_memory_in_bytes": 708,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1664,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"pos": {
"size_in_bytes": 7823,
"description": "Positions"
},
"doc": {
"size_in_bytes": 231383,
"description": "Frequencies"
},
"nvm": {
"size_in_bytes": 793,
"description": "Norms"
},
"fdt": {
"size_in_bytes": 8282089,
"description": "Field Data"
},
"nvd": {
"size_in_bytes": 192431,
"description": "Norms"
},
"tim": {
"size_in_bytes": 471025,
"description": "Term Dictionary"
},
"dvm": {
"size_in_bytes": 7643,
"description": "DocValues"
},
"dvd": {
"size_in_bytes": 550336,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 13930,
"description": "Fields"
},
"fdx": {
"size_in_bytes": 7862,
"description": "Field Index"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dii": {
"size_in_bytes": 107,
"description": "Points"
},
"tip": {
"size_in_bytes": 3101,
"description": "Term Index"
},
"dim": {
"size_in_bytes": 257888,
"description": "Points"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKckg==",
"generation": 25,
"user_data": {
"local_checkpoint": "7185",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "in8bNFsURouOkDZ3nYOOaw",
"history_uuid": "8v9HMk91TleaH7oReXHA9A",
"sync_id": "vQFSog0-SOyZiZB9vBtFrQ",
"translog_generation": "27",
"max_seq_no": "7185"
},
"num_docs": 12934
},
"seq_no": {
"max_seq_no": 7185,
"local_checkpoint": 7185,
"global_checkpoint": 7185
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".monitoring-kibana-6-2018.05.03": {
"primaries": {
"docs": {
"count": 2733,
"deleted": 0
},
"store": {
"size_in_bytes": 905515
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 25,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 8
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 3,
"memory_in_bytes": 15585,
"terms_memory_in_bytes": 10322,
"stored_fields_memory_in_bytes": 1024,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 451,
"doc_values_memory_in_bytes": 3788,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": 1525340356855,
"file_sizes": {
"tim": {
"size_in_bytes": 58559,
"description": "Term Dictionary"
},
"dim": {
"size_in_bytes": 272483,
"description": "Points"
},
"dii": {
"size_in_bytes": 416,
"description": "Points"
},
"doc": {
"size_in_bytes": 3159,
"description": "Frequencies"
},
"fdx": {
"size_in_bytes": 353,
"description": "Field Index"
},
"si": {
"size_in_bytes": 570,
"description": "Segment Info"
},
"dvm": {
"size_in_bytes": 15419,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 264007,
"description": "Field Data"
},
"fnm": {
"size_in_bytes": 16781,
"description": "Fields"
},
"tip": {
"size_in_bytes": 1609,
"description": "Term Index"
},
"dvd": {
"size_in_bytes": 270091,
"description": "DocValues"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 2733,
"deleted": 0
},
"store": {
"size_in_bytes": 905515
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 25,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 8
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 3,
"memory_in_bytes": 15585,
"terms_memory_in_bytes": 10322,
"stored_fields_memory_in_bytes": 1024,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 451,
"doc_values_memory_in_bytes": 3788,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": 1525340356855,
"file_sizes": {
"dvm": {
"size_in_bytes": 15419,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 3159,
"description": "Frequencies"
},
"fdt": {
"size_in_bytes": 264007,
"description": "Field Data"
},
"dvd": {
"size_in_bytes": 270091,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 353,
"description": "Field Index"
},
"tim": {
"size_in_bytes": 58559,
"description": "Term Dictionary"
},
"tip": {
"size_in_bytes": 1609,
"description": "Term Index"
},
"si": {
"size_in_bytes": 570,
"description": "Segment Info"
},
"dim": {
"size_in_bytes": 272483,
"description": "Points"
},
"fnm": {
"size_in_bytes": 16781,
"description": "Fields"
},
"dii": {
"size_in_bytes": 416,
"description": "Points"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 2733,
"deleted": 0
},
"store": {
"size_in_bytes": 905515
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 25,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 8
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 3,
"memory_in_bytes": 15585,
"terms_memory_in_bytes": 10322,
"stored_fields_memory_in_bytes": 1024,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 451,
"doc_values_memory_in_bytes": 3788,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": 1525340356855,
"file_sizes": {
"dvm": {
"size_in_bytes": 15419,
"description": "DocValues"
},
"tip": {
"size_in_bytes": 1609,
"description": "Term Index"
},
"fdx": {
"size_in_bytes": 353,
"description": "Field Index"
},
"fnm": {
"size_in_bytes": 16781,
"description": "Fields"
},
"fdt": {
"size_in_bytes": 264007,
"description": "Field Data"
},
"tim": {
"size_in_bytes": 58559,
"description": "Term Dictionary"
},
"dii": {
"size_in_bytes": 416,
"description": "Points"
},
"doc": {
"size_in_bytes": 3159,
"description": "Frequencies"
},
"dvd": {
"size_in_bytes": 270091,
"description": "DocValues"
},
"si": {
"size_in_bytes": 570,
"description": "Segment Info"
},
"dim": {
"size_in_bytes": 272483,
"description": "Points"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcTA==",
"generation": 9,
"user_data": {
"local_checkpoint": "2732",
"max_unsafe_auto_id_timestamp": "1525340356855",
"translog_uuid": "YUd9E8Q0TDexccy7nLnKvA",
"history_uuid": "txPBDlVfQQ-aOvG1v1L0WQ",
"sync_id": "yh-wnprhSzmZHtgXYf4owg",
"translog_generation": "12",
"max_seq_no": "2732"
},
"num_docs": 2733
},
"seq_no": {
"max_seq_no": 2732,
"local_checkpoint": 2732,
"global_checkpoint": 2732
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.16": {
"primaries": {
"docs": {
"count": 12937,
"deleted": 0
},
"store": {
"size_in_bytes": 10552336
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 193,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 36
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 137349,
"terms_memory_in_bytes": 112383,
"stored_fields_memory_in_bytes": 10208,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11392,
"points_memory_in_bytes": 530,
"doc_values_memory_in_bytes": 2836,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 2040,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvd": {
"size_in_bytes": 557065,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 7910,
"description": "Field Index"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fdt": {
"size_in_bytes": 8610690,
"description": "Field Data"
},
"fnm": {
"size_in_bytes": 92816,
"description": "Fields"
},
"dii": {
"size_in_bytes": 816,
"description": "Points"
},
"dim": {
"size_in_bytes": 264466,
"description": "Points"
},
"nvd": {
"size_in_bytes": 193697,
"description": "Norms"
},
"tip": {
"size_in_bytes": 13572,
"description": "Term Index"
},
"pos": {
"size_in_bytes": 8535,
"description": "Positions"
},
"tim": {
"size_in_bytes": 500629,
"description": "Term Dictionary"
},
"doc": {
"size_in_bytes": 231611,
"description": "Frequencies"
},
"dvm": {
"size_in_bytes": 55683,
"description": "DocValues"
},
"nvm": {
"size_in_bytes": 6477,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 12937,
"deleted": 0
},
"store": {
"size_in_bytes": 10552336
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 193,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 36
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 137349,
"terms_memory_in_bytes": 112383,
"stored_fields_memory_in_bytes": 10208,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11392,
"points_memory_in_bytes": 530,
"doc_values_memory_in_bytes": 2836,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 2040,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"doc": {
"size_in_bytes": 231611,
"description": "Frequencies"
},
"tip": {
"size_in_bytes": 13572,
"description": "Term Index"
},
"fdt": {
"size_in_bytes": 8610690,
"description": "Field Data"
},
"pos": {
"size_in_bytes": 8535,
"description": "Positions"
},
"dvm": {
"size_in_bytes": 55683,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 500629,
"description": "Term Dictionary"
},
"nvm": {
"size_in_bytes": 6477,
"description": "Norms"
},
"dvd": {
"size_in_bytes": 557065,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 7910,
"description": "Field Index"
},
"dii": {
"size_in_bytes": 816,
"description": "Points"
},
"dim": {
"size_in_bytes": 264466,
"description": "Points"
},
"fnm": {
"size_in_bytes": 92816,
"description": "Fields"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"nvd": {
"size_in_bytes": 193697,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 12937,
"deleted": 0
},
"store": {
"size_in_bytes": 10552336
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 193,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 36
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 137349,
"terms_memory_in_bytes": 112383,
"stored_fields_memory_in_bytes": 10208,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11392,
"points_memory_in_bytes": 530,
"doc_values_memory_in_bytes": 2836,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 2040,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dim": {
"size_in_bytes": 264466,
"description": "Points"
},
"fnm": {
"size_in_bytes": 92816,
"description": "Fields"
},
"fdx": {
"size_in_bytes": 7910,
"description": "Field Index"
},
"dvm": {
"size_in_bytes": 55683,
"description": "DocValues"
},
"tip": {
"size_in_bytes": 13572,
"description": "Term Index"
},
"pos": {
"size_in_bytes": 8535,
"description": "Positions"
},
"dvd": {
"size_in_bytes": 557065,
"description": "DocValues"
},
"nvd": {
"size_in_bytes": 193697,
"description": "Norms"
},
"doc": {
"size_in_bytes": 231611,
"description": "Frequencies"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"tim": {
"size_in_bytes": 500629,
"description": "Term Dictionary"
},
"dii": {
"size_in_bytes": 816,
"description": "Points"
},
"nvm": {
"size_in_bytes": 6477,
"description": "Norms"
},
"fdt": {
"size_in_bytes": 8610690,
"description": "Field Data"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcow==",
"generation": 25,
"user_data": {
"local_checkpoint": "7188",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "1alSA11LQoWTJCl9rcBLJQ",
"history_uuid": "qJMV-PDbR3mmDHE_6JSVqQ",
"sync_id": "_avrnARgRuq0-YTdeYO1QQ",
"translog_generation": "27",
"max_seq_no": "7188"
},
"num_docs": 12937
},
"seq_no": {
"max_seq_no": 7188,
"local_checkpoint": 7188,
"global_checkpoint": 7188
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.15": {
"primaries": {
"docs": {
"count": 12933,
"deleted": 0
},
"store": {
"size_in_bytes": 10262728
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 97,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 102
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 2,
"memory_in_bytes": 38830,
"terms_memory_in_bytes": 26660,
"stored_fields_memory_in_bytes": 8416,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 2560,
"points_memory_in_bytes": 426,
"doc_values_memory_in_bytes": 768,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1712,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvd": {
"size_in_bytes": 550897,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 22489,
"description": "Fields"
},
"fdt": {
"size_in_bytes": 8497268,
"description": "Field Data"
},
"dii": {
"size_in_bytes": 193,
"description": "Points"
},
"doc": {
"size_in_bytes": 230618,
"description": "Frequencies"
},
"nvm": {
"size_in_bytes": 1454,
"description": "Norms"
},
"fdx": {
"size_in_bytes": 7735,
"description": "Field Index"
},
"tip": {
"size_in_bytes": 4330,
"description": "Term Index"
},
"dvm": {
"size_in_bytes": 12720,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 258224,
"description": "Points"
},
"nvd": {
"size_in_bytes": 192488,
"description": "Norms"
},
"pos": {
"size_in_bytes": 7926,
"description": "Positions"
},
"tim": {
"size_in_bytes": 474520,
"description": "Term Dictionary"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 12933,
"deleted": 0
},
"store": {
"size_in_bytes": 10262728
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 97,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 102
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 2,
"memory_in_bytes": 38830,
"terms_memory_in_bytes": 26660,
"stored_fields_memory_in_bytes": 8416,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 2560,
"points_memory_in_bytes": 426,
"doc_values_memory_in_bytes": 768,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1712,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dii": {
"size_in_bytes": 193,
"description": "Points"
},
"tip": {
"size_in_bytes": 4330,
"description": "Term Index"
},
"dim": {
"size_in_bytes": 258224,
"description": "Points"
},
"fnm": {
"size_in_bytes": 22489,
"description": "Fields"
},
"dvm": {
"size_in_bytes": 12720,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 8497268,
"description": "Field Data"
},
"nvd": {
"size_in_bytes": 192488,
"description": "Norms"
},
"tim": {
"size_in_bytes": 474520,
"description": "Term Dictionary"
},
"dvd": {
"size_in_bytes": 550897,
"description": "DocValues"
},
"pos": {
"size_in_bytes": 7926,
"description": "Positions"
},
"nvm": {
"size_in_bytes": 1454,
"description": "Norms"
},
"fdx": {
"size_in_bytes": 7735,
"description": "Field Index"
},
"doc": {
"size_in_bytes": 230618,
"description": "Frequencies"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 12933,
"deleted": 0
},
"store": {
"size_in_bytes": 10262728
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 97,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 102
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 2,
"memory_in_bytes": 38830,
"terms_memory_in_bytes": 26660,
"stored_fields_memory_in_bytes": 8416,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 2560,
"points_memory_in_bytes": 426,
"doc_values_memory_in_bytes": 768,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1712,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dii": {
"size_in_bytes": 193,
"description": "Points"
},
"dim": {
"size_in_bytes": 258224,
"description": "Points"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fdt": {
"size_in_bytes": 8497268,
"description": "Field Data"
},
"fdx": {
"size_in_bytes": 7735,
"description": "Field Index"
},
"dvm": {
"size_in_bytes": 12720,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 22489,
"description": "Fields"
},
"nvm": {
"size_in_bytes": 1454,
"description": "Norms"
},
"tim": {
"size_in_bytes": 474520,
"description": "Term Dictionary"
},
"pos": {
"size_in_bytes": 7926,
"description": "Positions"
},
"tip": {
"size_in_bytes": 4330,
"description": "Term Index"
},
"doc": {
"size_in_bytes": 230618,
"description": "Frequencies"
},
"dvd": {
"size_in_bytes": 550897,
"description": "DocValues"
},
"nvd": {
"size_in_bytes": 192488,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcoQ==",
"generation": 25,
"user_data": {
"local_checkpoint": "7186",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "eZtWg6eyTKag6-BzxBEbTQ",
"history_uuid": "Xyt2_hAFRWu3jTZdHWzDbw",
"sync_id": "0nleX8U4QSCo0QQ9b_hirg",
"translog_generation": "27",
"max_seq_no": "7186"
},
"num_docs": 12933
},
"seq_no": {
"max_seq_no": 7186,
"local_checkpoint": 7186,
"global_checkpoint": 7186
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.14": {
"primaries": {
"docs": {
"count": 12912,
"deleted": 0
},
"store": {
"size_in_bytes": 10312133
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 206,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 17
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 1,
"memory_in_bytes": 26976,
"terms_memory_in_bytes": 16294,
"stored_fields_memory_in_bytes": 8152,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 1408,
"points_memory_in_bytes": 414,
"doc_values_memory_in_bytes": 708,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1656,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdt": {
"size_in_bytes": 8561216,
"description": "Field Data"
},
"tim": {
"size_in_bytes": 471207,
"description": "Term Dictionary"
},
"fdx": {
"size_in_bytes": 7700,
"description": "Field Index"
},
"dvd": {
"size_in_bytes": 551624,
"description": "DocValues"
},
"tip": {
"size_in_bytes": 3245,
"description": "Term Index"
},
"nvm": {
"size_in_bytes": 793,
"description": "Norms"
},
"nvd": {
"size_in_bytes": 192411,
"description": "Norms"
},
"pos": {
"size_in_bytes": 7803,
"description": "Positions"
},
"dim": {
"size_in_bytes": 262708,
"description": "Points"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dii": {
"size_in_bytes": 107,
"description": "Points"
},
"doc": {
"size_in_bytes": 230809,
"description": "Frequencies"
},
"fnm": {
"size_in_bytes": 13930,
"description": "Fields"
},
"dvm": {
"size_in_bytes": 7643,
"description": "DocValues"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 12912,
"deleted": 0
},
"store": {
"size_in_bytes": 10312133
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 206,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 17
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 1,
"memory_in_bytes": 26976,
"terms_memory_in_bytes": 16294,
"stored_fields_memory_in_bytes": 8152,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 1408,
"points_memory_in_bytes": 414,
"doc_values_memory_in_bytes": 708,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1656,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdt": {
"size_in_bytes": 8561216,
"description": "Field Data"
},
"dvd": {
"size_in_bytes": 551624,
"description": "DocValues"
},
"dvm": {
"size_in_bytes": 7643,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 471207,
"description": "Term Dictionary"
},
"nvm": {
"size_in_bytes": 793,
"description": "Norms"
},
"doc": {
"size_in_bytes": 230809,
"description": "Frequencies"
},
"dii": {
"size_in_bytes": 107,
"description": "Points"
},
"tip": {
"size_in_bytes": 3245,
"description": "Term Index"
},
"pos": {
"size_in_bytes": 7803,
"description": "Positions"
},
"fnm": {
"size_in_bytes": 13930,
"description": "Fields"
},
"dim": {
"size_in_bytes": 262708,
"description": "Points"
},
"fdx": {
"size_in_bytes": 7700,
"description": "Field Index"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"nvd": {
"size_in_bytes": 192411,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 12912,
"deleted": 0
},
"store": {
"size_in_bytes": 10312133
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 206,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 17
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 1,
"memory_in_bytes": 26976,
"terms_memory_in_bytes": 16294,
"stored_fields_memory_in_bytes": 8152,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 1408,
"points_memory_in_bytes": 414,
"doc_values_memory_in_bytes": 708,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1656,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdx": {
"size_in_bytes": 7700,
"description": "Field Index"
},
"fnm": {
"size_in_bytes": 13930,
"description": "Fields"
},
"dii": {
"size_in_bytes": 107,
"description": "Points"
},
"dvm": {
"size_in_bytes": 7643,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 230809,
"description": "Frequencies"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"pos": {
"size_in_bytes": 7803,
"description": "Positions"
},
"tip": {
"size_in_bytes": 3245,
"description": "Term Index"
},
"nvd": {
"size_in_bytes": 192411,
"description": "Norms"
},
"dim": {
"size_in_bytes": 262708,
"description": "Points"
},
"tim": {
"size_in_bytes": 471207,
"description": "Term Dictionary"
},
"nvm": {
"size_in_bytes": 793,
"description": "Norms"
},
"dvd": {
"size_in_bytes": 551624,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 8561216,
"description": "Field Data"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcnQ==",
"generation": 25,
"user_data": {
"local_checkpoint": "7187",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "NlyysQXgQkCxQFn6_J6O9A",
"history_uuid": "f4wuVU2XQYit2eLYHpKsdg",
"sync_id": "BHGt16wQQhKwZx1_YeC6gQ",
"translog_generation": "27",
"max_seq_no": "7187"
},
"num_docs": 12912
},
"seq_no": {
"max_seq_no": 7187,
"local_checkpoint": 7187,
"global_checkpoint": 7187
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".monitoring-es-6-2018.04.30": {
"primaries": {
"docs": {
"count": 574244,
"deleted": 2170
},
"store": {
"size_in_bytes": 251290867
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 5,
"query_time_in_millis": 433,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 28,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 2
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 6
},
"query_cache": {
"memory_size_in_bytes": 43,
"total_count": 3,
"hit_count": 0,
"miss_count": 3,
"cache_size": 1,
"cache_count": 1,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 520,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 16,
"memory_in_bytes": 752415,
"terms_memory_in_bytes": 198416,
"stored_fields_memory_in_bytes": 51488,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 145703,
"doc_values_memory_in_bytes": 356808,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dii": {
"size_in_bytes": 11107,
"description": "Points"
},
"dvd": {
"size_in_bytes": 66202671,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 54005542,
"description": "Points"
},
"fdx": {
"size_in_bytes": 46489,
"description": "Field Index"
},
"dvm": {
"size_in_bytes": 569432,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 117641930,
"description": "Field Data"
},
"fnm": {
"size_in_bytes": 386762,
"description": "Fields"
},
"liv": {
"size_in_bytes": 21875,
"description": "Live Documents"
},
"doc": {
"size_in_bytes": 1024562,
"description": "Frequencies"
},
"tim": {
"size_in_bytes": 11248504,
"description": "Term Dictionary"
},
"tip": {
"size_in_bytes": 112914,
"description": "Term Index"
},
"si": {
"size_in_bytes": 1140,
"description": "Segment Info"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 804,
"evictions": 0,
"hit_count": 0,
"miss_count": 1
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 574244,
"deleted": 2170
},
"store": {
"size_in_bytes": 251290867
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 5,
"query_time_in_millis": 433,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 28,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 2
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 6
},
"query_cache": {
"memory_size_in_bytes": 43,
"total_count": 3,
"hit_count": 0,
"miss_count": 3,
"cache_size": 1,
"cache_count": 1,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 520,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 16,
"memory_in_bytes": 752415,
"terms_memory_in_bytes": 198416,
"stored_fields_memory_in_bytes": 51488,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 145703,
"doc_values_memory_in_bytes": 356808,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"tip": {
"size_in_bytes": 112914,
"description": "Term Index"
},
"dim": {
"size_in_bytes": 54005542,
"description": "Points"
},
"liv": {
"size_in_bytes": 21875,
"description": "Live Documents"
},
"doc": {
"size_in_bytes": 1024562,
"description": "Frequencies"
},
"fdt": {
"size_in_bytes": 117641930,
"description": "Field Data"
},
"si": {
"size_in_bytes": 1140,
"description": "Segment Info"
},
"tim": {
"size_in_bytes": 11248504,
"description": "Term Dictionary"
},
"fdx": {
"size_in_bytes": 46489,
"description": "Field Index"
},
"dvm": {
"size_in_bytes": 569432,
"description": "DocValues"
},
"dii": {
"size_in_bytes": 11107,
"description": "Points"
},
"dvd": {
"size_in_bytes": 66202671,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 386762,
"description": "Fields"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 804,
"evictions": 0,
"hit_count": 0,
"miss_count": 1
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 574244,
"deleted": 2170
},
"store": {
"size_in_bytes": 251290867
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 5,
"query_time_in_millis": 433,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 28,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 2
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 6
},
"query_cache": {
"memory_size_in_bytes": 43,
"total_count": 3,
"hit_count": 0,
"miss_count": 3,
"cache_size": 1,
"cache_count": 1,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 520,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 16,
"memory_in_bytes": 752415,
"terms_memory_in_bytes": 198416,
"stored_fields_memory_in_bytes": 51488,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 145703,
"doc_values_memory_in_bytes": 356808,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fnm": {
"size_in_bytes": 386762,
"description": "Fields"
},
"tim": {
"size_in_bytes": 11248504,
"description": "Term Dictionary"
},
"dii": {
"size_in_bytes": 11107,
"description": "Points"
},
"dvm": {
"size_in_bytes": 569432,
"description": "DocValues"
},
"tip": {
"size_in_bytes": 112914,
"description": "Term Index"
},
"dim": {
"size_in_bytes": 54005542,
"description": "Points"
},
"fdx": {
"size_in_bytes": 46489,
"description": "Field Index"
},
"fdt": {
"size_in_bytes": 117641930,
"description": "Field Data"
},
"liv": {
"size_in_bytes": 21875,
"description": "Live Documents"
},
"si": {
"size_in_bytes": 1140,
"description": "Segment Info"
},
"dvd": {
"size_in_bytes": 66202671,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 1024562,
"description": "Frequencies"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 804,
"evictions": 0,
"hit_count": 0,
"miss_count": 1
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcWQ==",
"generation": 11,
"user_data": {
"local_checkpoint": "1920015",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "eKc19XR8T86i3r8RHzv26A",
"history_uuid": "zeCgO9UaTgOR8PegYllYlg",
"sync_id": "Me-_V7I8SNe3UDDo12kftQ",
"translog_generation": "31",
"max_seq_no": "1920015"
},
"num_docs": 574244
},
"seq_no": {
"max_seq_no": 1920015,
"local_checkpoint": 1920015,
"global_checkpoint": 1920015
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.13": {
"primaries": {
"docs": {
"count": 10063,
"deleted": 0
},
"store": {
"size_in_bytes": 9005672
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 97,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 2
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 95
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 1,
"memory_in_bytes": 26261,
"terms_memory_in_bytes": 16198,
"stored_fields_memory_in_bytes": 7168,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 1408,
"points_memory_in_bytes": 371,
"doc_values_memory_in_bytes": 1116,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1304,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdt": {
"size_in_bytes": 7382681,
"description": "Field Data"
},
"tim": {
"size_in_bytes": 474028,
"description": "Term Dictionary"
},
"nvd": {
"size_in_bytes": 182231,
"description": "Norms"
},
"nvm": {
"size_in_bytes": 793,
"description": "Norms"
},
"fdx": {
"size_in_bytes": 6688,
"description": "Field Index"
},
"doc": {
"size_in_bytes": 190981,
"description": "Frequencies"
},
"tip": {
"size_in_bytes": 3149,
"description": "Term Index"
},
"dvd": {
"size_in_bytes": 501483,
"description": "DocValues"
},
"pos": {
"size_in_bytes": 7559,
"description": "Positions"
},
"dvm": {
"size_in_bytes": 7965,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 13822,
"description": "Fields"
},
"dim": {
"size_in_bytes": 233252,
"description": "Points"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dii": {
"size_in_bytes": 103,
"description": "Points"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 10063,
"deleted": 0
},
"store": {
"size_in_bytes": 9005672
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 97,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 2
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 95
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 1,
"memory_in_bytes": 26261,
"terms_memory_in_bytes": 16198,
"stored_fields_memory_in_bytes": 7168,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 1408,
"points_memory_in_bytes": 371,
"doc_values_memory_in_bytes": 1116,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1304,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"pos": {
"size_in_bytes": 7559,
"description": "Positions"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dvd": {
"size_in_bytes": 501483,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 7382681,
"description": "Field Data"
},
"fnm": {
"size_in_bytes": 13822,
"description": "Fields"
},
"nvd": {
"size_in_bytes": 182231,
"description": "Norms"
},
"tip": {
"size_in_bytes": 3149,
"description": "Term Index"
},
"dvm": {
"size_in_bytes": 7965,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 474028,
"description": "Term Dictionary"
},
"fdx": {
"size_in_bytes": 6688,
"description": "Field Index"
},
"dim": {
"size_in_bytes": 233252,
"description": "Points"
},
"dii": {
"size_in_bytes": 103,
"description": "Points"
},
"doc": {
"size_in_bytes": 190981,
"description": "Frequencies"
},
"nvm": {
"size_in_bytes": 793,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 10063,
"deleted": 0
},
"store": {
"size_in_bytes": 9005672
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 97,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 2
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 95
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 1,
"memory_in_bytes": 26261,
"terms_memory_in_bytes": 16198,
"stored_fields_memory_in_bytes": 7168,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 1408,
"points_memory_in_bytes": 371,
"doc_values_memory_in_bytes": 1116,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1304,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvm": {
"size_in_bytes": 7965,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 190981,
"description": "Frequencies"
},
"fdt": {
"size_in_bytes": 7382681,
"description": "Field Data"
},
"nvd": {
"size_in_bytes": 182231,
"description": "Norms"
},
"pos": {
"size_in_bytes": 7559,
"description": "Positions"
},
"dvd": {
"size_in_bytes": 501483,
"description": "DocValues"
},
"dii": {
"size_in_bytes": 103,
"description": "Points"
},
"nvm": {
"size_in_bytes": 793,
"description": "Norms"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"tim": {
"size_in_bytes": 474028,
"description": "Term Dictionary"
},
"fdx": {
"size_in_bytes": 6688,
"description": "Field Index"
},
"dim": {
"size_in_bytes": 233252,
"description": "Points"
},
"fnm": {
"size_in_bytes": 13822,
"description": "Fields"
},
"tip": {
"size_in_bytes": 3149,
"description": "Term Index"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcnw==",
"generation": 25,
"user_data": {
"local_checkpoint": "7188",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "LopEv-rkRWaaPbgs1STF5g",
"history_uuid": "24hc5mGWR4eHLAcrCkzffQ",
"sync_id": "NFJ9ZbLUQwi2wmIG-Kk3VA",
"translog_generation": "27",
"max_seq_no": "7188"
},
"num_docs": 10063
},
"seq_no": {
"max_seq_no": 7188,
"local_checkpoint": 7188,
"global_checkpoint": 7188
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.12": {
"primaries": {
"docs": {
"count": 10061,
"deleted": 0
},
"store": {
"size_in_bytes": 9200453
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 71,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 246
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 131801,
"terms_memory_in_bytes": 108156,
"stored_fields_memory_in_bytes": 9792,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11136,
"points_memory_in_bytes": 473,
"doc_values_memory_in_bytes": 2244,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1688,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvd": {
"size_in_bytes": 507252,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 502690,
"description": "Term Dictionary"
},
"nvd": {
"size_in_bytes": 183185,
"description": "Norms"
},
"dii": {
"size_in_bytes": 800,
"description": "Points"
},
"dim": {
"size_in_bytes": 234455,
"description": "Points"
},
"tip": {
"size_in_bytes": 13183,
"description": "Term Index"
},
"pos": {
"size_in_bytes": 8169,
"description": "Positions"
},
"dvm": {
"size_in_bytes": 53017,
"description": "DocValues"
},
"nvm": {
"size_in_bytes": 6345,
"description": "Norms"
},
"fnm": {
"size_in_bytes": 89054,
"description": "Fields"
},
"fdx": {
"size_in_bytes": 7486,
"description": "Field Index"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fdt": {
"size_in_bytes": 7395442,
"description": "Field Data"
},
"doc": {
"size_in_bytes": 191006,
"description": "Frequencies"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 10061,
"deleted": 0
},
"store": {
"size_in_bytes": 9200453
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 71,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 246
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 131801,
"terms_memory_in_bytes": 108156,
"stored_fields_memory_in_bytes": 9792,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11136,
"points_memory_in_bytes": 473,
"doc_values_memory_in_bytes": 2244,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1688,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"tim": {
"size_in_bytes": 502690,
"description": "Term Dictionary"
},
"pos": {
"size_in_bytes": 8169,
"description": "Positions"
},
"nvm": {
"size_in_bytes": 6345,
"description": "Norms"
},
"dii": {
"size_in_bytes": 800,
"description": "Points"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dvd": {
"size_in_bytes": 507252,
"description": "DocValues"
},
"nvd": {
"size_in_bytes": 183185,
"description": "Norms"
},
"fdx": {
"size_in_bytes": 7486,
"description": "Field Index"
},
"fnm": {
"size_in_bytes": 89054,
"description": "Fields"
},
"tip": {
"size_in_bytes": 13183,
"description": "Term Index"
},
"dvm": {
"size_in_bytes": 53017,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 191006,
"description": "Frequencies"
},
"fdt": {
"size_in_bytes": 7395442,
"description": "Field Data"
},
"dim": {
"size_in_bytes": 234455,
"description": "Points"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 10061,
"deleted": 0
},
"store": {
"size_in_bytes": 9200453
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 71,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 246
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 131801,
"terms_memory_in_bytes": 108156,
"stored_fields_memory_in_bytes": 9792,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11136,
"points_memory_in_bytes": 473,
"doc_values_memory_in_bytes": 2244,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1688,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"tim": {
"size_in_bytes": 502690,
"description": "Term Dictionary"
},
"dii": {
"size_in_bytes": 800,
"description": "Points"
},
"fnm": {
"size_in_bytes": 89054,
"description": "Fields"
},
"tip": {
"size_in_bytes": 13183,
"description": "Term Index"
},
"doc": {
"size_in_bytes": 191006,
"description": "Frequencies"
},
"nvd": {
"size_in_bytes": 183185,
"description": "Norms"
},
"nvm": {
"size_in_bytes": 6345,
"description": "Norms"
},
"dvd": {
"size_in_bytes": 507252,
"description": "DocValues"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dim": {
"size_in_bytes": 234455,
"description": "Points"
},
"fdt": {
"size_in_bytes": 7395442,
"description": "Field Data"
},
"dvm": {
"size_in_bytes": 53017,
"description": "DocValues"
},
"pos": {
"size_in_bytes": 8169,
"description": "Positions"
},
"fdx": {
"size_in_bytes": 7486,
"description": "Field Index"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcng==",
"generation": 25,
"user_data": {
"local_checkpoint": "7188",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "ZXVIN_2hS-6LXaOhsG75iQ",
"history_uuid": "RKh2F1T9RQCtUwYKimEz6Q",
"sync_id": "xUWAyWK9Ti-b_tl2fauEcA",
"translog_generation": "27",
"max_seq_no": "7188"
},
"num_docs": 10061
},
"seq_no": {
"max_seq_no": 7188,
"local_checkpoint": 7188,
"global_checkpoint": 7188
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.11": {
"primaries": {
"docs": {
"count": 10056,
"deleted": 0
},
"store": {
"size_in_bytes": 9135033
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 227,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 177
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 5,
"memory_in_bytes": 78883,
"terms_memory_in_bytes": 62081,
"stored_fields_memory_in_bytes": 8544,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 6272,
"points_memory_in_bytes": 422,
"doc_values_memory_in_bytes": 1564,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1496,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdx": {
"size_in_bytes": 7158,
"description": "Field Index"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fdt": {
"size_in_bytes": 7421406,
"description": "Field Data"
},
"dvm": {
"size_in_bytes": 30361,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 51496,
"description": "Fields"
},
"nvm": {
"size_in_bytes": 3569,
"description": "Norms"
},
"nvd": {
"size_in_bytes": 182663,
"description": "Norms"
},
"dim": {
"size_in_bytes": 232827,
"description": "Points"
},
"tim": {
"size_in_bytes": 488736,
"description": "Term Dictionary"
},
"pos": {
"size_in_bytes": 7872,
"description": "Positions"
},
"dvd": {
"size_in_bytes": 504351,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 191418,
"description": "Frequencies"
},
"tip": {
"size_in_bytes": 8070,
"description": "Term Index"
},
"dii": {
"size_in_bytes": 453,
"description": "Points"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 10056,
"deleted": 0
},
"store": {
"size_in_bytes": 9135033
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 227,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 177
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 5,
"memory_in_bytes": 78883,
"terms_memory_in_bytes": 62081,
"stored_fields_memory_in_bytes": 8544,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 6272,
"points_memory_in_bytes": 422,
"doc_values_memory_in_bytes": 1564,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1496,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dim": {
"size_in_bytes": 232827,
"description": "Points"
},
"dvd": {
"size_in_bytes": 504351,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 488736,
"description": "Term Dictionary"
},
"nvd": {
"size_in_bytes": 182663,
"description": "Norms"
},
"pos": {
"size_in_bytes": 7872,
"description": "Positions"
},
"dii": {
"size_in_bytes": 453,
"description": "Points"
},
"tip": {
"size_in_bytes": 8070,
"description": "Term Index"
},
"fdt": {
"size_in_bytes": 7421406,
"description": "Field Data"
},
"fnm": {
"size_in_bytes": 51496,
"description": "Fields"
},
"fdx": {
"size_in_bytes": 7158,
"description": "Field Index"
},
"doc": {
"size_in_bytes": 191418,
"description": "Frequencies"
},
"dvm": {
"size_in_bytes": 30361,
"description": "DocValues"
},
"nvm": {
"size_in_bytes": 3569,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 10056,
"deleted": 0
},
"store": {
"size_in_bytes": 9135033
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 227,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 177
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 5,
"memory_in_bytes": 78883,
"terms_memory_in_bytes": 62081,
"stored_fields_memory_in_bytes": 8544,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 6272,
"points_memory_in_bytes": 422,
"doc_values_memory_in_bytes": 1564,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1496,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"pos": {
"size_in_bytes": 7872,
"description": "Positions"
},
"nvd": {
"size_in_bytes": 182663,
"description": "Norms"
},
"tip": {
"size_in_bytes": 8070,
"description": "Term Index"
},
"dim": {
"size_in_bytes": 232827,
"description": "Points"
},
"tim": {
"size_in_bytes": 488736,
"description": "Term Dictionary"
},
"fdx": {
"size_in_bytes": 7158,
"description": "Field Index"
},
"dvm": {
"size_in_bytes": 30361,
"description": "DocValues"
},
"dii": {
"size_in_bytes": 453,
"description": "Points"
},
"fnm": {
"size_in_bytes": 51496,
"description": "Fields"
},
"dvd": {
"size_in_bytes": 504351,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 7421406,
"description": "Field Data"
},
"nvm": {
"size_in_bytes": 3569,
"description": "Norms"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"doc": {
"size_in_bytes": 191418,
"description": "Frequencies"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcrA==",
"generation": 25,
"user_data": {
"local_checkpoint": "7189",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "-g4QHN0GRPaSRAPT47bdgg",
"history_uuid": "jsqnenQNRBqxOOcXZ02tng",
"sync_id": "4BApprrPRm-Acq_Wd6nQsw",
"translog_generation": "27",
"max_seq_no": "7189"
},
"num_docs": 10056
},
"seq_no": {
"max_seq_no": 7189,
"local_checkpoint": 7189,
"global_checkpoint": 7189
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.10": {
"primaries": {
"docs": {
"count": 10051,
"deleted": 0
},
"store": {
"size_in_bytes": 9115051
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 262,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 94
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 126563,
"terms_memory_in_bytes": 103737,
"stored_fields_memory_in_bytes": 9640,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 10880,
"points_memory_in_bytes": 470,
"doc_values_memory_in_bytes": 1836,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1680,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dii": {
"size_in_bytes": 797,
"description": "Points"
},
"doc": {
"size_in_bytes": 191019,
"description": "Frequencies"
},
"nvm": {
"size_in_bytes": 6213,
"description": "Norms"
},
"fdx": {
"size_in_bytes": 7334,
"description": "Field Index"
},
"fnm": {
"size_in_bytes": 85732,
"description": "Fields"
},
"tip": {
"size_in_bytes": 12602,
"description": "Term Index"
},
"dvm": {
"size_in_bytes": 50701,
"description": "DocValues"
},
"dvd": {
"size_in_bytes": 506256,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 7319269,
"description": "Field Data"
},
"nvd": {
"size_in_bytes": 182869,
"description": "Norms"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"tim": {
"size_in_bytes": 501505,
"description": "Term Dictionary"
},
"pos": {
"size_in_bytes": 8081,
"description": "Positions"
},
"dim": {
"size_in_bytes": 234304,
"description": "Points"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 10051,
"deleted": 0
},
"store": {
"size_in_bytes": 9115051
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 262,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 94
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 126563,
"terms_memory_in_bytes": 103737,
"stored_fields_memory_in_bytes": 9640,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 10880,
"points_memory_in_bytes": 470,
"doc_values_memory_in_bytes": 1836,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1680,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fnm": {
"size_in_bytes": 85732,
"description": "Fields"
},
"fdx": {
"size_in_bytes": 7334,
"description": "Field Index"
},
"fdt": {
"size_in_bytes": 7319269,
"description": "Field Data"
},
"tim": {
"size_in_bytes": 501505,
"description": "Term Dictionary"
},
"dvd": {
"size_in_bytes": 506256,
"description": "DocValues"
},
"nvd": {
"size_in_bytes": 182869,
"description": "Norms"
},
"dvm": {
"size_in_bytes": 50701,
"description": "DocValues"
},
"dii": {
"size_in_bytes": 797,
"description": "Points"
},
"pos": {
"size_in_bytes": 8081,
"description": "Positions"
},
"tip": {
"size_in_bytes": 12602,
"description": "Term Index"
},
"dim": {
"size_in_bytes": 234304,
"description": "Points"
},
"nvm": {
"size_in_bytes": 6213,
"description": "Norms"
},
"doc": {
"size_in_bytes": 191019,
"description": "Frequencies"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 10051,
"deleted": 0
},
"store": {
"size_in_bytes": 9115051
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 262,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 94
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 126563,
"terms_memory_in_bytes": 103737,
"stored_fields_memory_in_bytes": 9640,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 10880,
"points_memory_in_bytes": 470,
"doc_values_memory_in_bytes": 1836,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1680,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvm": {
"size_in_bytes": 50701,
"description": "DocValues"
},
"tip": {
"size_in_bytes": 12602,
"description": "Term Index"
},
"fnm": {
"size_in_bytes": 85732,
"description": "Fields"
},
"pos": {
"size_in_bytes": 8081,
"description": "Positions"
},
"dim": {
"size_in_bytes": 234304,
"description": "Points"
},
"nvd": {
"size_in_bytes": 182869,
"description": "Norms"
},
"doc": {
"size_in_bytes": 191019,
"description": "Frequencies"
},
"dii": {
"size_in_bytes": 797,
"description": "Points"
},
"fdt": {
"size_in_bytes": 7319269,
"description": "Field Data"
},
"dvd": {
"size_in_bytes": 506256,
"description": "DocValues"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fdx": {
"size_in_bytes": 7334,
"description": "Field Index"
},
"nvm": {
"size_in_bytes": 6213,
"description": "Norms"
},
"tim": {
"size_in_bytes": 501505,
"description": "Term Dictionary"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcrg==",
"generation": 25,
"user_data": {
"local_checkpoint": "7186",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "jc2HtpLmS0eb6m2nvJBlaw",
"history_uuid": "SNuGGaW-QIO7mz8HRWVQcw",
"sync_id": "FAF0AdutRkWSANEwcczXDQ",
"translog_generation": "27",
"max_seq_no": "7186"
},
"num_docs": 10051
},
"seq_no": {
"max_seq_no": 7186,
"local_checkpoint": 7186,
"global_checkpoint": 7186
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
"prd_community": {
"primaries": {
"docs": {
"count": 1251,
"deleted": 0
},
"store": {
"size_in_bytes": 213470
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 28094,
"query_time_in_millis": 35443,
"query_current": 0,
"fetch_total": 28094,
"fetch_time_in_millis": 59081,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 97,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 14
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 1,
"memory_in_bytes": 3278,
"terms_memory_in_bytes": 2806,
"stored_fields_memory_in_bytes": 328,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 64,
"points_memory_in_bytes": 12,
"doc_values_memory_in_bytes": 68,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdt": {
"size_in_bytes": 48068,
"description": "Field Data"
},
"nvm": {
"size_in_bytes": 100,
"description": "Norms"
},
"dvd": {
"size_in_bytes": 21429,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 21696,
"description": "Frequencies"
},
"pos": {
"size_in_bytes": 21847,
"description": "Positions"
},
"dii": {
"size_in_bytes": 70,
"description": "Points"
},
"nvd": {
"size_in_bytes": 1310,
"description": "Norms"
},
"fdx": {
"size_in_bytes": 113,
"description": "Field Index"
},
"dvm": {
"size_in_bytes": 613,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 903,
"description": "Fields"
},
"dim": {
"size_in_bytes": 2885,
"description": "Points"
},
"tip": {
"size_in_bytes": 2049,
"description": "Term Index"
},
"tim": {
"size_in_bytes": 91194,
"description": "Term Dictionary"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 1251,
"deleted": 0
},
"store": {
"size_in_bytes": 213470
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 28094,
"query_time_in_millis": 35443,
"query_current": 0,
"fetch_total": 28094,
"fetch_time_in_millis": 59081,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 97,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 14
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 1,
"memory_in_bytes": 3278,
"terms_memory_in_bytes": 2806,
"stored_fields_memory_in_bytes": 328,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 64,
"points_memory_in_bytes": 12,
"doc_values_memory_in_bytes": 68,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdx": {
"size_in_bytes": 113,
"description": "Field Index"
},
"doc": {
"size_in_bytes": 21696,
"description": "Frequencies"
},
"tip": {
"size_in_bytes": 2049,
"description": "Term Index"
},
"dvd": {
"size_in_bytes": 21429,
"description": "DocValues"
},
"dvm": {
"size_in_bytes": 613,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 91194,
"description": "Term Dictionary"
},
"dii": {
"size_in_bytes": 70,
"description": "Points"
},
"pos": {
"size_in_bytes": 21847,
"description": "Positions"
},
"fnm": {
"size_in_bytes": 903,
"description": "Fields"
},
"dim": {
"size_in_bytes": 2885,
"description": "Points"
},
"nvd": {
"size_in_bytes": 1310,
"description": "Norms"
},
"fdt": {
"size_in_bytes": 48068,
"description": "Field Data"
},
"nvm": {
"size_in_bytes": 100,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 1251,
"deleted": 0
},
"store": {
"size_in_bytes": 213470
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 28094,
"query_time_in_millis": 35443,
"query_current": 0,
"fetch_total": 28094,
"fetch_time_in_millis": 59081,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 97,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 14
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 1,
"memory_in_bytes": 3278,
"terms_memory_in_bytes": 2806,
"stored_fields_memory_in_bytes": 328,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 64,
"points_memory_in_bytes": 12,
"doc_values_memory_in_bytes": 68,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvm": {
"size_in_bytes": 613,
"description": "DocValues"
},
"dvd": {
"size_in_bytes": 21429,
"description": "DocValues"
},
"pos": {
"size_in_bytes": 21847,
"description": "Positions"
},
"nvm": {
"size_in_bytes": 100,
"description": "Norms"
},
"doc": {
"size_in_bytes": 21696,
"description": "Frequencies"
},
"fdt": {
"size_in_bytes": 48068,
"description": "Field Data"
},
"fdx": {
"size_in_bytes": 113,
"description": "Field Index"
},
"tip": {
"size_in_bytes": 2049,
"description": "Term Index"
},
"tim": {
"size_in_bytes": 91194,
"description": "Term Dictionary"
},
"dim": {
"size_in_bytes": 2885,
"description": "Points"
},
"nvd": {
"size_in_bytes": 1310,
"description": "Norms"
},
"dii": {
"size_in_bytes": 70,
"description": "Points"
},
"fnm": {
"size_in_bytes": 903,
"description": "Fields"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcog==",
"generation": 25,
"user_data": {
"local_checkpoint": "1250",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "YlNF30tTQhqzxGxDauuz7A",
"history_uuid": "AIRWiV6KTFWigV0kcpqIDA",
"sync_id": "7P53E35ETDG1Sd3RMHUQSA",
"translog_generation": "27",
"max_seq_no": "1250"
},
"num_docs": 1251
},
"seq_no": {
"max_seq_no": 1250,
"local_checkpoint": 1250,
"global_checkpoint": 1250
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".monitoring-kibana-6-2018.04.30": {
"primaries": {
"docs": {
"count": 8635,
"deleted": 0
},
"store": {
"size_in_bytes": 2100698
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 91,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 5
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 19035,
"terms_memory_in_bytes": 15302,
"stored_fields_memory_in_bytes": 1576,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 1165,
"doc_values_memory_in_bytes": 992,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdt": {
"size_in_bytes": 800147,
"description": "Field Data"
},
"dim": {
"size_in_bytes": 729592,
"description": "Points"
},
"doc": {
"size_in_bytes": 6698,
"description": "Frequencies"
},
"si": {
"size_in_bytes": 570,
"description": "Segment Info"
},
"dvm": {
"size_in_bytes": 16596,
"description": "DocValues"
},
"dvd": {
"size_in_bytes": 346534,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 22326,
"description": "Fields"
},
"fdx": {
"size_in_bytes": 673,
"description": "Field Index"
},
"dii": {
"size_in_bytes": 548,
"description": "Points"
},
"tip": {
"size_in_bytes": 3274,
"description": "Term Index"
},
"tim": {
"size_in_bytes": 170823,
"description": "Term Dictionary"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 8635,
"deleted": 0
},
"store": {
"size_in_bytes": 2100698
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 91,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 5
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 19035,
"terms_memory_in_bytes": 15302,
"stored_fields_memory_in_bytes": 1576,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 1165,
"doc_values_memory_in_bytes": 992,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dii": {
"size_in_bytes": 548,
"description": "Points"
},
"dvd": {
"size_in_bytes": 346534,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 673,
"description": "Field Index"
},
"fdt": {
"size_in_bytes": 800147,
"description": "Field Data"
},
"fnm": {
"size_in_bytes": 22326,
"description": "Fields"
},
"tip": {
"size_in_bytes": 3274,
"description": "Term Index"
},
"si": {
"size_in_bytes": 570,
"description": "Segment Info"
},
"dim": {
"size_in_bytes": 729592,
"description": "Points"
},
"tim": {
"size_in_bytes": 170823,
"description": "Term Dictionary"
},
"doc": {
"size_in_bytes": 6698,
"description": "Frequencies"
},
"dvm": {
"size_in_bytes": 16596,
"description": "DocValues"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 8635,
"deleted": 0
},
"store": {
"size_in_bytes": 2100698
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 91,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 5
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 19035,
"terms_memory_in_bytes": 15302,
"stored_fields_memory_in_bytes": 1576,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 1165,
"doc_values_memory_in_bytes": 992,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"tip": {
"size_in_bytes": 3274,
"description": "Term Index"
},
"fdt": {
"size_in_bytes": 800147,
"description": "Field Data"
},
"doc": {
"size_in_bytes": 6698,
"description": "Frequencies"
},
"dvd": {
"size_in_bytes": 346534,
"description": "DocValues"
},
"dii": {
"size_in_bytes": 548,
"description": "Points"
},
"si": {
"size_in_bytes": 570,
"description": "Segment Info"
},
"dim": {
"size_in_bytes": 729592,
"description": "Points"
},
"tim": {
"size_in_bytes": 170823,
"description": "Term Dictionary"
},
"dvm": {
"size_in_bytes": 16596,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 22326,
"description": "Fields"
},
"fdx": {
"size_in_bytes": 673,
"description": "Field Index"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcaQ==",
"generation": 9,
"user_data": {
"local_checkpoint": "8634",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "HWpdssa0TgqQoSnf539N6w",
"history_uuid": "uDlZqNj-SiK6QiQ5jMc1bg",
"sync_id": "tJX3b_vMRxaSOnYcatJKYQ",
"translog_generation": "8",
"max_seq_no": "8634"
},
"num_docs": 8635
},
"seq_no": {
"max_seq_no": 8634,
"local_checkpoint": 8634,
"global_checkpoint": 8634
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".monitoring-kibana-6-2018.05.01": {
"primaries": {
"docs": {
"count": 8635,
"deleted": 0
},
"store": {
"size_in_bytes": 2117507
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 17,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 3
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 3
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 19519,
"terms_memory_in_bytes": 15302,
"stored_fields_memory_in_bytes": 1576,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 1169,
"doc_values_memory_in_bytes": 1472,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvm": {
"size_in_bytes": 17076,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 734335,
"description": "Points"
},
"tim": {
"size_in_bytes": 170823,
"description": "Term Dictionary"
},
"dii": {
"size_in_bytes": 548,
"description": "Points"
},
"fdx": {
"size_in_bytes": 673,
"description": "Field Index"
},
"tip": {
"size_in_bytes": 3274,
"description": "Term Index"
},
"dvd": {
"size_in_bytes": 346534,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 811733,
"description": "Field Data"
},
"doc": {
"size_in_bytes": 6698,
"description": "Frequencies"
},
"fnm": {
"size_in_bytes": 22326,
"description": "Fields"
},
"si": {
"size_in_bytes": 570,
"description": "Segment Info"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 8635,
"deleted": 0
},
"store": {
"size_in_bytes": 2117507
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 17,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 3
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 3
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 19519,
"terms_memory_in_bytes": 15302,
"stored_fields_memory_in_bytes": 1576,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 1169,
"doc_values_memory_in_bytes": 1472,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdx": {
"size_in_bytes": 673,
"description": "Field Index"
},
"doc": {
"size_in_bytes": 6698,
"description": "Frequencies"
},
"si": {
"size_in_bytes": 570,
"description": "Segment Info"
},
"dvm": {
"size_in_bytes": 17076,
"description": "DocValues"
},
"dvd": {
"size_in_bytes": 346534,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 734335,
"description": "Points"
},
"fdt": {
"size_in_bytes": 811733,
"description": "Field Data"
},
"dii": {
"size_in_bytes": 548,
"description": "Points"
},
"fnm": {
"size_in_bytes": 22326,
"description": "Fields"
},
"tim": {
"size_in_bytes": 170823,
"description": "Term Dictionary"
},
"tip": {
"size_in_bytes": 3274,
"description": "Term Index"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 8635,
"deleted": 0
},
"store": {
"size_in_bytes": 2117507
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 17,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 3
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 3
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 19519,
"terms_memory_in_bytes": 15302,
"stored_fields_memory_in_bytes": 1576,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 1169,
"doc_values_memory_in_bytes": 1472,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dii": {
"size_in_bytes": 548,
"description": "Points"
},
"si": {
"size_in_bytes": 570,
"description": "Segment Info"
},
"dim": {
"size_in_bytes": 734335,
"description": "Points"
},
"fdt": {
"size_in_bytes": 811733,
"description": "Field Data"
},
"fdx": {
"size_in_bytes": 673,
"description": "Field Index"
},
"dvm": {
"size_in_bytes": 17076,
"description": "DocValues"
},
"tip": {
"size_in_bytes": 3274,
"description": "Term Index"
},
"fnm": {
"size_in_bytes": 22326,
"description": "Fields"
},
"tim": {
"size_in_bytes": 170823,
"description": "Term Dictionary"
},
"dvd": {
"size_in_bytes": 346534,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 6698,
"description": "Frequencies"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcWA==",
"generation": 9,
"user_data": {
"local_checkpoint": "8634",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "YGWE2sTxSgqCjpjx6m9Ziw",
"history_uuid": "NymkmoXRQ3GAsywyA5rnbg",
"sync_id": "FG4iw7ZxTrS6AgyCE8sKSA",
"translog_generation": "8",
"max_seq_no": "8634"
},
"num_docs": 8635
},
"seq_no": {
"max_seq_no": 8634,
"local_checkpoint": 8634,
"global_checkpoint": 8634
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
"dev_address": {
"primaries": {
"docs": {
"count": 665590,
"deleted": 1
},
"store": {
"size_in_bytes": 340300741
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 4,
"time_in_millis": 26,
"exists_total": 4,
"exists_time_in_millis": 26,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 5,
"fetch_time_in_millis": 79,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 5,
"suggest_time_in_millis": 87,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 104857600
},
"refresh": {
"total": 25,
"total_time_in_millis": 375,
"listeners": 0
},
"flush": {
"total": 5,
"total_time_in_millis": 3
},
"warmer": {
"current": 0,
"total": 10,
"total_time_in_millis": 13
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 70554349
},
"segments": {
"count": 46,
"memory_in_bytes": 71753214,
"terms_memory_in_bytes": 71632285,
"stored_fields_memory_in_bytes": 85688,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 8832,
"points_memory_in_bytes": 15089,
"doc_values_memory_in_bytes": 11320,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvd": {
"size_in_bytes": 5958138,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 74464,
"description": "Field Index"
},
"nvd": {
"size_in_bytes": 1999405,
"description": "Norms"
},
"fdt": {
"size_in_bytes": 106430599,
"description": "Field Data"
},
"liv": {
"size_in_bytes": 6059,
"description": "Live Documents"
},
"si": {
"size_in_bytes": 11734,
"description": "Segment Info"
},
"dvm": {
"size_in_bytes": 36778,
"description": "DocValues"
},
"pos": {
"size_in_bytes": 55080787,
"description": "Positions"
},
"doc": {
"size_in_bytes": 8235552,
"description": "Frequencies"
},
"cmp": {
"size_in_bytes": 4002,
"description": "Others"
},
"dii": {
"size_in_bytes": 3845,
"description": "Points"
},
"dim": {
"size_in_bytes": 8435234,
"description": "Points"
},
"lkp": {
"size_in_bytes": 70444121,
"description": "Others"
},
"pay": {
"size_in_bytes": 3606,
"description": "Payloads"
},
"nvm": {
"size_in_bytes": 7636,
"description": "Norms"
},
"fnm": {
"size_in_bytes": 73807,
"description": "Fields"
},
"tim": {
"size_in_bytes": 32499008,
"description": "Term Dictionary"
},
"tip": {
"size_in_bytes": 469115,
"description": "Term Index"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 215,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 215
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 665590,
"deleted": 1
},
"store": {
"size_in_bytes": 340300741
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 4,
"time_in_millis": 26,
"exists_total": 4,
"exists_time_in_millis": 26,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 5,
"fetch_time_in_millis": 79,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 5,
"suggest_time_in_millis": 87,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 104857600
},
"refresh": {
"total": 25,
"total_time_in_millis": 375,
"listeners": 0
},
"flush": {
"total": 5,
"total_time_in_millis": 3
},
"warmer": {
"current": 0,
"total": 10,
"total_time_in_millis": 13
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 70554349
},
"segments": {
"count": 46,
"memory_in_bytes": 71753214,
"terms_memory_in_bytes": 71632285,
"stored_fields_memory_in_bytes": 85688,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 8832,
"points_memory_in_bytes": 15089,
"doc_values_memory_in_bytes": 11320,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"doc": {
"size_in_bytes": 8235552,
"description": "Frequencies"
},
"nvm": {
"size_in_bytes": 7636,
"description": "Norms"
},
"nvd": {
"size_in_bytes": 1999405,
"description": "Norms"
},
"pay": {
"size_in_bytes": 3606,
"description": "Payloads"
},
"dvd": {
"size_in_bytes": 5958138,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 106430599,
"description": "Field Data"
},
"tip": {
"size_in_bytes": 469115,
"description": "Term Index"
},
"dvm": {
"size_in_bytes": 36778,
"description": "DocValues"
},
"cmp": {
"size_in_bytes": 4002,
"description": "Others"
},
"liv": {
"size_in_bytes": 6059,
"description": "Live Documents"
},
"pos": {
"size_in_bytes": 55080787,
"description": "Positions"
},
"dim": {
"size_in_bytes": 8435234,
"description": "Points"
},
"lkp": {
"size_in_bytes": 70444121,
"description": "Others"
},
"fdx": {
"size_in_bytes": 74464,
"description": "Field Index"
},
"tim": {
"size_in_bytes": 32499008,
"description": "Term Dictionary"
},
"fnm": {
"size_in_bytes": 73807,
"description": "Fields"
},
"si": {
"size_in_bytes": 11734,
"description": "Segment Info"
},
"dii": {
"size_in_bytes": 3845,
"description": "Points"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 215,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 215
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 132866,
"deleted": 1
},
"store": {
"size_in_bytes": 67952889
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 1,
"fetch_time_in_millis": 15,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 1,
"suggest_time_in_millis": 19,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 72,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 2
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 14076477
},
"segments": {
"count": 11,
"memory_in_bytes": 14320085,
"terms_memory_in_bytes": 14294647,
"stored_fields_memory_in_bytes": 17640,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 2112,
"points_memory_in_bytes": 3018,
"doc_values_memory_in_bytes": 2668,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"cmp": {
"size_in_bytes": 957,
"description": "Others"
},
"doc": {
"size_in_bytes": 1605805,
"description": "Frequencies"
},
"nvm": {
"size_in_bytes": 1826,
"description": "Norms"
},
"tip": {
"size_in_bytes": 94959,
"description": "Term Index"
},
"dim": {
"size_in_bytes": 1691409,
"description": "Points"
},
"pay": {
"size_in_bytes": 861,
"description": "Payloads"
},
"liv": {
"size_in_bytes": 6059,
"description": "Live Documents"
},
"dvd": {
"size_in_bytes": 1177771,
"description": "DocValues"
},
"si": {
"size_in_bytes": 2950,
"description": "Segment Info"
},
"dvm": {
"size_in_bytes": 8699,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 6537742,
"description": "Term Dictionary"
},
"nvd": {
"size_in_bytes": 399226,
"description": "Norms"
},
"fdt": {
"size_in_bytes": 21253660,
"description": "Field Data"
},
"fdx": {
"size_in_bytes": 14993,
"description": "Field Index"
},
"lkp": {
"size_in_bytes": 14054400,
"description": "Others"
},
"fnm": {
"size_in_bytes": 17104,
"description": "Fields"
},
"dii": {
"size_in_bytes": 909,
"description": "Points"
},
"pos": {
"size_in_bytes": 10694496,
"description": "Positions"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKciQ==",
"generation": 16,
"user_data": {
"local_checkpoint": "132866",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "uZk2be7IRuyWXeQmt-dY0w",
"history_uuid": "yGPUDK0PSmqAr5zxcMhSTQ",
"sync_id": "puXtP9izSuSsT0glYHYWRQ",
"translog_generation": "13",
"max_seq_no": "132866"
},
"num_docs": 132866
},
"seq_no": {
"max_seq_no": 132866,
"local_checkpoint": 132866,
"global_checkpoint": 132866
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
],
"1": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 133368,
"deleted": 0
},
"store": {
"size_in_bytes": 67956120
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 1,
"fetch_time_in_millis": 13,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 1,
"suggest_time_in_millis": 14,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 62,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 3
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 14080874
},
"segments": {
"count": 11,
"memory_in_bytes": 14323209,
"terms_memory_in_bytes": 14297564,
"stored_fields_memory_in_bytes": 18072,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 2112,
"points_memory_in_bytes": 3017,
"doc_values_memory_in_bytes": 2444,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"lkp": {
"size_in_bytes": 14064117,
"description": "Others"
},
"pay": {
"size_in_bytes": 863,
"description": "Payloads"
},
"cmp": {
"size_in_bytes": 957,
"description": "Others"
},
"dim": {
"size_in_bytes": 1662224,
"description": "Points"
},
"dvd": {
"size_in_bytes": 1178813,
"description": "DocValues"
},
"si": {
"size_in_bytes": 2196,
"description": "Segment Info"
},
"fnm": {
"size_in_bytes": 16910,
"description": "Fields"
},
"fdt": {
"size_in_bytes": 21344597,
"description": "Field Data"
},
"dvm": {
"size_in_bytes": 8351,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 6407985,
"description": "Term Dictionary"
},
"nvd": {
"size_in_bytes": 400728,
"description": "Norms"
},
"tip": {
"size_in_bytes": 91190,
"description": "Term Index"
},
"pos": {
"size_in_bytes": 11710362,
"description": "Positions"
},
"nvm": {
"size_in_bytes": 1826,
"description": "Norms"
},
"fdx": {
"size_in_bytes": 15328,
"description": "Field Index"
},
"dii": {
"size_in_bytes": 899,
"description": "Points"
},
"doc": {
"size_in_bytes": 1706682,
"description": "Frequencies"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKciA==",
"generation": 16,
"user_data": {
"local_checkpoint": "133367",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "45_z5tQ7RFOe2AEdfwSHPA",
"history_uuid": "-lzBOMA1TM2swyYv8WIoOA",
"sync_id": "zqE8z7u_Txu9jt8ByIImYA",
"translog_generation": "13",
"max_seq_no": "133367"
},
"num_docs": 133368
},
"seq_no": {
"max_seq_no": 133367,
"local_checkpoint": 133367,
"global_checkpoint": 133367
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
],
"2": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 132950,
"deleted": 0
},
"store": {
"size_in_bytes": 68289312
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 1,
"fetch_time_in_millis": 17,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 1,
"suggest_time_in_millis": 19,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 64,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 4
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 14157252
},
"segments": {
"count": 12,
"memory_in_bytes": 14405195,
"terms_memory_in_bytes": 14379285,
"stored_fields_memory_in_bytes": 17832,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 2304,
"points_memory_in_bytes": 3046,
"doc_values_memory_in_bytes": 2728,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"tip": {
"size_in_bytes": 97195,
"description": "Term Index"
},
"dvm": {
"size_in_bytes": 9124,
"description": "DocValues"
},
"si": {
"size_in_bytes": 2196,
"description": "Segment Info"
},
"dii": {
"size_in_bytes": 988,
"description": "Points"
},
"cmp": {
"size_in_bytes": 1044,
"description": "Others"
},
"doc": {
"size_in_bytes": 1591797,
"description": "Frequencies"
},
"nvd": {
"size_in_bytes": 399535,
"description": "Norms"
},
"pos": {
"size_in_bytes": 10476200,
"description": "Positions"
},
"fnm": {
"size_in_bytes": 18217,
"description": "Fields"
},
"dvd": {
"size_in_bytes": 1230758,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 21255260,
"description": "Field Data"
},
"dim": {
"size_in_bytes": 1708760,
"description": "Points"
},
"nvm": {
"size_in_bytes": 1992,
"description": "Norms"
},
"lkp": {
"size_in_bytes": 14129956,
"description": "Others"
},
"tim": {
"size_in_bytes": 6586264,
"description": "Term Dictionary"
},
"fdx": {
"size_in_bytes": 14985,
"description": "Field Index"
},
"pay": {
"size_in_bytes": 940,
"description": "Payloads"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKchw==",
"generation": 14,
"user_data": {
"local_checkpoint": "132949",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "J7ueqOSOTqadAWiWpMj2-Q",
"history_uuid": "MgUCso4XRNCQdmvLyFjuoQ",
"sync_id": "qMwCccFyS96e_8-Q_6_GCQ",
"translog_generation": "12",
"max_seq_no": "132949"
},
"num_docs": 132950
},
"seq_no": {
"max_seq_no": 132949,
"local_checkpoint": 132949,
"global_checkpoint": 132949
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
],
"3": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 132901,
"deleted": 0
},
"store": {
"size_in_bytes": 68117961
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 4,
"time_in_millis": 26,
"exists_total": 4,
"exists_time_in_millis": 26,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 1,
"fetch_time_in_millis": 21,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 1,
"suggest_time_in_millis": 19,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 68,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 2
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 14125889
},
"segments": {
"count": 6,
"memory_in_bytes": 14360362,
"terms_memory_in_bytes": 14338540,
"stored_fields_memory_in_bytes": 15880,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 1152,
"points_memory_in_bytes": 3022,
"doc_values_memory_in_bytes": 1768,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"doc": {
"size_in_bytes": 1697808,
"description": "Frequencies"
},
"dim": {
"size_in_bytes": 1706622,
"description": "Points"
},
"nvd": {
"size_in_bytes": 399053,
"description": "Norms"
},
"cmp": {
"size_in_bytes": 522,
"description": "Others"
},
"pay": {
"size_in_bytes": 472,
"description": "Payloads"
},
"dvm": {
"size_in_bytes": 5338,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 10569,
"description": "Fields"
},
"si": {
"size_in_bytes": 2196,
"description": "Segment Info"
},
"fdt": {
"size_in_bytes": 21240297,
"description": "Field Data"
},
"fdx": {
"size_in_bytes": 14470,
"description": "Field Index"
},
"lkp": {
"size_in_bytes": 14098565,
"description": "Others"
},
"tim": {
"size_in_bytes": 6440518,
"description": "Term Dictionary"
},
"dvd": {
"size_in_bytes": 1200388,
"description": "DocValues"
},
"nvm": {
"size_in_bytes": 996,
"description": "Norms"
},
"dii": {
"size_in_bytes": 530,
"description": "Points"
},
"tip": {
"size_in_bytes": 100172,
"description": "Term Index"
},
"pos": {
"size_in_bytes": 10474943,
"description": "Positions"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKciw==",
"generation": 14,
"user_data": {
"local_checkpoint": "132900",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "A_Gvdo3FRQ6g3OrBLwgsTw",
"history_uuid": "haTkIKrjRN27K9OWsCFcbA",
"sync_id": "00Pj1UFxT_aK-KB-ZZENog",
"translog_generation": "12",
"max_seq_no": "132900"
},
"num_docs": 132901
},
"seq_no": {
"max_seq_no": 132900,
"local_checkpoint": 132900,
"global_checkpoint": 132900
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
],
"4": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 133505,
"deleted": 0
},
"store": {
"size_in_bytes": 67984459
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 1,
"fetch_time_in_millis": 13,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 1,
"suggest_time_in_millis": 16,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 109,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 2
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 14113857
},
"segments": {
"count": 6,
"memory_in_bytes": 14344363,
"terms_memory_in_bytes": 14322249,
"stored_fields_memory_in_bytes": 16264,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 1152,
"points_memory_in_bytes": 2986,
"doc_values_memory_in_bytes": 1712,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"lkp": {
"size_in_bytes": 14097083,
"description": "Others"
},
"tip": {
"size_in_bytes": 85599,
"description": "Term Index"
},
"dvd": {
"size_in_bytes": 1170408,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 14688,
"description": "Field Index"
},
"cmp": {
"size_in_bytes": 522,
"description": "Others"
},
"dii": {
"size_in_bytes": 519,
"description": "Points"
},
"doc": {
"size_in_bytes": 1633460,
"description": "Frequencies"
},
"pay": {
"size_in_bytes": 470,
"description": "Payloads"
},
"dim": {
"size_in_bytes": 1666219,
"description": "Points"
},
"si": {
"size_in_bytes": 2196,
"description": "Segment Info"
},
"nvd": {
"size_in_bytes": 400863,
"description": "Norms"
},
"tim": {
"size_in_bytes": 6526499,
"description": "Term Dictionary"
},
"nvm": {
"size_in_bytes": 996,
"description": "Norms"
},
"dvm": {
"size_in_bytes": 5266,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 21336785,
"description": "Field Data"
},
"fnm": {
"size_in_bytes": 11007,
"description": "Fields"
},
"pos": {
"size_in_bytes": 11724786,
"description": "Positions"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcig==",
"generation": 14,
"user_data": {
"local_checkpoint": "133504",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "d_9TYmB4Ssy731nxdBjhrA",
"history_uuid": "0ZVHQj2tSeGoi9ftRhWd8w",
"sync_id": "nzCxX5tjQTu5ZGkUvjdwVQ",
"translog_generation": "12",
"max_seq_no": "133504"
},
"num_docs": 133505
},
"seq_no": {
"max_seq_no": 133504,
"local_checkpoint": 133504,
"global_checkpoint": 133504
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".monitoring-kibana-6-2018.05.02": {
"primaries": {
"docs": {
"count": 8582,
"deleted": 0
},
"store": {
"size_in_bytes": 2188585
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 24,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 3
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 19944,
"terms_memory_in_bytes": 15302,
"stored_fields_memory_in_bytes": 1592,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 1178,
"doc_values_memory_in_bytes": 1872,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": 1525302028696,
"file_sizes": {
"dvd": {
"size_in_bytes": 381969,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 689,
"description": "Field Index"
},
"dvm": {
"size_in_bytes": 17460,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 758451,
"description": "Points"
},
"fdt": {
"size_in_bytes": 824407,
"description": "Field Data"
},
"doc": {
"size_in_bytes": 6142,
"description": "Frequencies"
},
"dii": {
"size_in_bytes": 548,
"description": "Points"
},
"tim": {
"size_in_bytes": 169821,
"description": "Term Dictionary"
},
"fnm": {
"size_in_bytes": 22326,
"description": "Fields"
},
"tip": {
"size_in_bytes": 3274,
"description": "Term Index"
},
"si": {
"size_in_bytes": 570,
"description": "Segment Info"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 8582,
"deleted": 0
},
"store": {
"size_in_bytes": 2188585
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 24,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 3
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 19944,
"terms_memory_in_bytes": 15302,
"stored_fields_memory_in_bytes": 1592,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 1178,
"doc_values_memory_in_bytes": 1872,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": 1525302028696,
"file_sizes": {
"si": {
"size_in_bytes": 570,
"description": "Segment Info"
},
"dvd": {
"size_in_bytes": 381969,
"description": "DocValues"
},
"tip": {
"size_in_bytes": 3274,
"description": "Term Index"
},
"dvm": {
"size_in_bytes": 17460,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 689,
"description": "Field Index"
},
"doc": {
"size_in_bytes": 6142,
"description": "Frequencies"
},
"dim": {
"size_in_bytes": 758451,
"description": "Points"
},
"fdt": {
"size_in_bytes": 824407,
"description": "Field Data"
},
"dii": {
"size_in_bytes": 548,
"description": "Points"
},
"tim": {
"size_in_bytes": 169821,
"description": "Term Dictionary"
},
"fnm": {
"size_in_bytes": 22326,
"description": "Fields"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 8582,
"deleted": 0
},
"store": {
"size_in_bytes": 2188585
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 24,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 3
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 19944,
"terms_memory_in_bytes": 15302,
"stored_fields_memory_in_bytes": 1592,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 1178,
"doc_values_memory_in_bytes": 1872,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": 1525302028696,
"file_sizes": {
"fdt": {
"size_in_bytes": 824407,
"description": "Field Data"
},
"fnm": {
"size_in_bytes": 22326,
"description": "Fields"
},
"dim": {
"size_in_bytes": 758451,
"description": "Points"
},
"doc": {
"size_in_bytes": 6142,
"description": "Frequencies"
},
"tip": {
"size_in_bytes": 3274,
"description": "Term Index"
},
"si": {
"size_in_bytes": 570,
"description": "Segment Info"
},
"dii": {
"size_in_bytes": 548,
"description": "Points"
},
"dvd": {
"size_in_bytes": 381969,
"description": "DocValues"
},
"dvm": {
"size_in_bytes": 17460,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 169821,
"description": "Term Dictionary"
},
"fdx": {
"size_in_bytes": 689,
"description": "Field Index"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcSw==",
"generation": 9,
"user_data": {
"local_checkpoint": "8581",
"max_unsafe_auto_id_timestamp": "1525302028696",
"translog_uuid": "3OtKiV0tTOWkKZgZ6BzcZQ",
"history_uuid": "rOYSx4_7Q96wSkOYaRShyQ",
"sync_id": "N3TGLy79QQGSmd3PGSy_7g",
"translog_generation": "9",
"max_seq_no": "8581"
},
"num_docs": 8582
},
"seq_no": {
"max_seq_no": 8581,
"local_checkpoint": 8581,
"global_checkpoint": 8581
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.19": {
"primaries": {
"docs": {
"count": 12936,
"deleted": 0
},
"store": {
"size_in_bytes": 10131792
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 104,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 2
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 132
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 3,
"memory_in_bytes": 55793,
"terms_memory_in_bytes": 41301,
"stored_fields_memory_in_bytes": 8840,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 3968,
"points_memory_in_bytes": 440,
"doc_values_memory_in_bytes": 1244,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1760,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvm": {
"size_in_bytes": 20121,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 478831,
"description": "Term Dictionary"
},
"dim": {
"size_in_bytes": 258705,
"description": "Points"
},
"dii": {
"size_in_bytes": 282,
"description": "Points"
},
"doc": {
"size_in_bytes": 232112,
"description": "Frequencies"
},
"nvm": {
"size_in_bytes": 2247,
"description": "Norms"
},
"tip": {
"size_in_bytes": 5852,
"description": "Term Index"
},
"dvd": {
"size_in_bytes": 552237,
"description": "DocValues"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fnm": {
"size_in_bytes": 34370,
"description": "Fields"
},
"pos": {
"size_in_bytes": 8041,
"description": "Positions"
},
"fdx": {
"size_in_bytes": 7944,
"description": "Field Index"
},
"fdt": {
"size_in_bytes": 8335438,
"description": "Field Data"
},
"nvd": {
"size_in_bytes": 192817,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 12936,
"deleted": 0
},
"store": {
"size_in_bytes": 10131792
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 104,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 2
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 132
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 3,
"memory_in_bytes": 55793,
"terms_memory_in_bytes": 41301,
"stored_fields_memory_in_bytes": 8840,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 3968,
"points_memory_in_bytes": 440,
"doc_values_memory_in_bytes": 1244,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1760,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dim": {
"size_in_bytes": 258705,
"description": "Points"
},
"dvm": {
"size_in_bytes": 20121,
"description": "DocValues"
},
"dvd": {
"size_in_bytes": 552237,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 478831,
"description": "Term Dictionary"
},
"tip": {
"size_in_bytes": 5852,
"description": "Term Index"
},
"dii": {
"size_in_bytes": 282,
"description": "Points"
},
"fdx": {
"size_in_bytes": 7944,
"description": "Field Index"
},
"pos": {
"size_in_bytes": 8041,
"description": "Positions"
},
"fnm": {
"size_in_bytes": 34370,
"description": "Fields"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"doc": {
"size_in_bytes": 232112,
"description": "Frequencies"
},
"nvd": {
"size_in_bytes": 192817,
"description": "Norms"
},
"fdt": {
"size_in_bytes": 8335438,
"description": "Field Data"
},
"nvm": {
"size_in_bytes": 2247,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 12936,
"deleted": 0
},
"store": {
"size_in_bytes": 10131792
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 104,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 2
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 132
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 3,
"memory_in_bytes": 55793,
"terms_memory_in_bytes": 41301,
"stored_fields_memory_in_bytes": 8840,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 3968,
"points_memory_in_bytes": 440,
"doc_values_memory_in_bytes": 1244,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1760,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dii": {
"size_in_bytes": 282,
"description": "Points"
},
"nvd": {
"size_in_bytes": 192817,
"description": "Norms"
},
"fdx": {
"size_in_bytes": 7944,
"description": "Field Index"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dvm": {
"size_in_bytes": 20121,
"description": "DocValues"
},
"pos": {
"size_in_bytes": 8041,
"description": "Positions"
},
"doc": {
"size_in_bytes": 232112,
"description": "Frequencies"
},
"fdt": {
"size_in_bytes": 8335438,
"description": "Field Data"
},
"tip": {
"size_in_bytes": 5852,
"description": "Term Index"
},
"tim": {
"size_in_bytes": 478831,
"description": "Term Dictionary"
},
"dim": {
"size_in_bytes": 258705,
"description": "Points"
},
"dvd": {
"size_in_bytes": 552237,
"description": "DocValues"
},
"nvm": {
"size_in_bytes": 2247,
"description": "Norms"
},
"fnm": {
"size_in_bytes": 34370,
"description": "Fields"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKclw==",
"generation": 25,
"user_data": {
"local_checkpoint": "7187",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "DVBWL49iRSWk6rodzUsZfg",
"history_uuid": "Q9GgxYvOTByh2D2X-HmBcg",
"sync_id": "egBTZzgnR3K9MoCKS07MdA",
"translog_generation": "27",
"max_seq_no": "7187"
},
"num_docs": 12936
},
"seq_no": {
"max_seq_no": 7187,
"local_checkpoint": 7187,
"global_checkpoint": 7187
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.18": {
"primaries": {
"docs": {
"count": 12936,
"deleted": 0
},
"store": {
"size_in_bytes": 10327072
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 169,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 38
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 132962,
"terms_memory_in_bytes": 108156,
"stored_fields_memory_in_bytes": 10720,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11136,
"points_memory_in_bytes": 522,
"doc_values_memory_in_bytes": 2428,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 2040,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdt": {
"size_in_bytes": 8394862,
"description": "Field Data"
},
"fnm": {
"size_in_bytes": 89494,
"description": "Fields"
},
"dim": {
"size_in_bytes": 261361,
"description": "Points"
},
"doc": {
"size_in_bytes": 231556,
"description": "Frequencies"
},
"tip": {
"size_in_bytes": 13183,
"description": "Term Index"
},
"dvm": {
"size_in_bytes": 53367,
"description": "DocValues"
},
"nvd": {
"size_in_bytes": 193527,
"description": "Norms"
},
"pos": {
"size_in_bytes": 8503,
"description": "Positions"
},
"nvm": {
"size_in_bytes": 6345,
"description": "Norms"
},
"tim": {
"size_in_bytes": 500440,
"description": "Term Dictionary"
},
"dii": {
"size_in_bytes": 813,
"description": "Points"
},
"fdx": {
"size_in_bytes": 8419,
"description": "Field Index"
},
"dvd": {
"size_in_bytes": 556833,
"description": "DocValues"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 12936,
"deleted": 0
},
"store": {
"size_in_bytes": 10327072
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 169,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 38
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 132962,
"terms_memory_in_bytes": 108156,
"stored_fields_memory_in_bytes": 10720,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11136,
"points_memory_in_bytes": 522,
"doc_values_memory_in_bytes": 2428,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 2040,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"nvm": {
"size_in_bytes": 6345,
"description": "Norms"
},
"fdt": {
"size_in_bytes": 8394862,
"description": "Field Data"
},
"dvd": {
"size_in_bytes": 556833,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 231556,
"description": "Frequencies"
},
"tim": {
"size_in_bytes": 500440,
"description": "Term Dictionary"
},
"dim": {
"size_in_bytes": 261361,
"description": "Points"
},
"nvd": {
"size_in_bytes": 193527,
"description": "Norms"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fnm": {
"size_in_bytes": 89494,
"description": "Fields"
},
"fdx": {
"size_in_bytes": 8419,
"description": "Field Index"
},
"dii": {
"size_in_bytes": 813,
"description": "Points"
},
"pos": {
"size_in_bytes": 8503,
"description": "Positions"
},
"tip": {
"size_in_bytes": 13183,
"description": "Term Index"
},
"dvm": {
"size_in_bytes": 53367,
"description": "DocValues"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 12936,
"deleted": 0
},
"store": {
"size_in_bytes": 10327072
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 169,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 38
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 132962,
"terms_memory_in_bytes": 108156,
"stored_fields_memory_in_bytes": 10720,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11136,
"points_memory_in_bytes": 522,
"doc_values_memory_in_bytes": 2428,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 2040,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fdt": {
"size_in_bytes": 8394862,
"description": "Field Data"
},
"tip": {
"size_in_bytes": 13183,
"description": "Term Index"
},
"dii": {
"size_in_bytes": 813,
"description": "Points"
},
"fdx": {
"size_in_bytes": 8419,
"description": "Field Index"
},
"pos": {
"size_in_bytes": 8503,
"description": "Positions"
},
"tim": {
"size_in_bytes": 500440,
"description": "Term Dictionary"
},
"nvm": {
"size_in_bytes": 6345,
"description": "Norms"
},
"dim": {
"size_in_bytes": 261361,
"description": "Points"
},
"fnm": {
"size_in_bytes": 89494,
"description": "Fields"
},
"dvm": {
"size_in_bytes": 53367,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 231556,
"description": "Frequencies"
},
"dvd": {
"size_in_bytes": 556833,
"description": "DocValues"
},
"nvd": {
"size_in_bytes": 193527,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcnA==",
"generation": 25,
"user_data": {
"local_checkpoint": "7187",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "nU20SUKRTRuFAxeNLeJG8w",
"history_uuid": "hKGnDoD3TiqJWJ3NUZvtjQ",
"sync_id": "LZQzuHW8QdSC1VjF4LYaVA",
"translog_generation": "27",
"max_seq_no": "7187"
},
"num_docs": 12936
},
"seq_no": {
"max_seq_no": 7187,
"local_checkpoint": 7187,
"global_checkpoint": 7187
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.17": {
"primaries": {
"docs": {
"count": 12936,
"deleted": 0
},
"store": {
"size_in_bytes": 10264600
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 66,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 171
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 67979,
"terms_memory_in_bytes": 51763,
"stored_fields_memory_in_bytes": 9144,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 5120,
"points_memory_in_bytes": 456,
"doc_values_memory_in_bytes": 1496,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1808,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"nvd": {
"size_in_bytes": 192874,
"description": "Norms"
},
"tip": {
"size_in_bytes": 7033,
"description": "Term Index"
},
"fdt": {
"size_in_bytes": 8447925,
"description": "Field Data"
},
"nvm": {
"size_in_bytes": 2908,
"description": "Norms"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dvd": {
"size_in_bytes": 552774,
"description": "DocValues"
},
"pos": {
"size_in_bytes": 8118,
"description": "Positions"
},
"dvm": {
"size_in_bytes": 25416,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 259197,
"description": "Points"
},
"doc": {
"size_in_bytes": 231109,
"description": "Frequencies"
},
"fnm": {
"size_in_bytes": 43153,
"description": "Fields"
},
"fdx": {
"size_in_bytes": 7992,
"description": "Field Index"
},
"dii": {
"size_in_bytes": 374,
"description": "Points"
},
"tim": {
"size_in_bytes": 482003,
"description": "Term Dictionary"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 12936,
"deleted": 0
},
"store": {
"size_in_bytes": 10264600
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 66,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 171
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 67979,
"terms_memory_in_bytes": 51763,
"stored_fields_memory_in_bytes": 9144,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 5120,
"points_memory_in_bytes": 456,
"doc_values_memory_in_bytes": 1496,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1808,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdx": {
"size_in_bytes": 7992,
"description": "Field Index"
},
"pos": {
"size_in_bytes": 8118,
"description": "Positions"
},
"dvd": {
"size_in_bytes": 552774,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 482003,
"description": "Term Dictionary"
},
"doc": {
"size_in_bytes": 231109,
"description": "Frequencies"
},
"nvm": {
"size_in_bytes": 2908,
"description": "Norms"
},
"fnm": {
"size_in_bytes": 43153,
"description": "Fields"
},
"tip": {
"size_in_bytes": 7033,
"description": "Term Index"
},
"fdt": {
"size_in_bytes": 8447925,
"description": "Field Data"
},
"dvm": {
"size_in_bytes": 25416,
"description": "DocValues"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dii": {
"size_in_bytes": 374,
"description": "Points"
},
"nvd": {
"size_in_bytes": 192874,
"description": "Norms"
},
"dim": {
"size_in_bytes": 259197,
"description": "Points"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 12936,
"deleted": 0
},
"store": {
"size_in_bytes": 10264600
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 66,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 171
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 67979,
"terms_memory_in_bytes": 51763,
"stored_fields_memory_in_bytes": 9144,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 5120,
"points_memory_in_bytes": 456,
"doc_values_memory_in_bytes": 1496,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1808,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dim": {
"size_in_bytes": 259197,
"description": "Points"
},
"tip": {
"size_in_bytes": 7033,
"description": "Term Index"
},
"nvm": {
"size_in_bytes": 2908,
"description": "Norms"
},
"pos": {
"size_in_bytes": 8118,
"description": "Positions"
},
"dvm": {
"size_in_bytes": 25416,
"description": "DocValues"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"doc": {
"size_in_bytes": 231109,
"description": "Frequencies"
},
"dvd": {
"size_in_bytes": 552774,
"description": "DocValues"
},
"dii": {
"size_in_bytes": 374,
"description": "Points"
},
"fdt": {
"size_in_bytes": 8447925,
"description": "Field Data"
},
"fdx": {
"size_in_bytes": 7992,
"description": "Field Index"
},
"tim": {
"size_in_bytes": 482003,
"description": "Term Dictionary"
},
"nvd": {
"size_in_bytes": 192874,
"description": "Norms"
},
"fnm": {
"size_in_bytes": 43153,
"description": "Fields"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcoA==",
"generation": 25,
"user_data": {
"local_checkpoint": "7187",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "hTc6EQBnSvi9JfNwLgB3Rw",
"history_uuid": "hwrLfvKlSfWVv4fd_udHPA",
"sync_id": "xDz8gHmaRZqhEdr77KUp6A",
"translog_generation": "27",
"max_seq_no": "7187"
},
"num_docs": 12936
},
"seq_no": {
"max_seq_no": 7187,
"local_checkpoint": 7187,
"global_checkpoint": 7187
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".monitoring-kibana-6-2018.04.27": {
"primaries": {
"docs": {
"count": 8634,
"deleted": 0
},
"store": {
"size_in_bytes": 2062868
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 74,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 3
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 3,
"memory_in_bytes": 14588,
"terms_memory_in_bytes": 11863,
"stored_fields_memory_in_bytes": 1264,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 1121,
"doc_values_memory_in_bytes": 340,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"tip": {
"size_in_bytes": 2854,
"description": "Term Index"
},
"fdx": {
"size_in_bytes": 589,
"description": "Field Index"
},
"dvm": {
"size_in_bytes": 12051,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 798899,
"description": "Field Data"
},
"si": {
"size_in_bytes": 570,
"description": "Segment Info"
},
"dim": {
"size_in_bytes": 723335,
"description": "Points"
},
"doc": {
"size_in_bytes": 6588,
"description": "Frequencies"
},
"tim": {
"size_in_bytes": 169758,
"description": "Term Dictionary"
},
"dii": {
"size_in_bytes": 417,
"description": "Points"
},
"fnm": {
"size_in_bytes": 16781,
"description": "Fields"
},
"dvd": {
"size_in_bytes": 328970,
"description": "DocValues"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 8634,
"deleted": 0
},
"store": {
"size_in_bytes": 2062868
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 74,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 3
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 3,
"memory_in_bytes": 14588,
"terms_memory_in_bytes": 11863,
"stored_fields_memory_in_bytes": 1264,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 1121,
"doc_values_memory_in_bytes": 340,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"tip": {
"size_in_bytes": 2854,
"description": "Term Index"
},
"dvm": {
"size_in_bytes": 12051,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 723335,
"description": "Points"
},
"dvd": {
"size_in_bytes": 328970,
"description": "DocValues"
},
"si": {
"size_in_bytes": 570,
"description": "Segment Info"
},
"fdx": {
"size_in_bytes": 589,
"description": "Field Index"
},
"fdt": {
"size_in_bytes": 798899,
"description": "Field Data"
},
"doc": {
"size_in_bytes": 6588,
"description": "Frequencies"
},
"fnm": {
"size_in_bytes": 16781,
"description": "Fields"
},
"tim": {
"size_in_bytes": 169758,
"description": "Term Dictionary"
},
"dii": {
"size_in_bytes": 417,
"description": "Points"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 8634,
"deleted": 0
},
"store": {
"size_in_bytes": 2062868
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 74,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 3
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 3,
"memory_in_bytes": 14588,
"terms_memory_in_bytes": 11863,
"stored_fields_memory_in_bytes": 1264,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 1121,
"doc_values_memory_in_bytes": 340,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvm": {
"size_in_bytes": 12051,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 16781,
"description": "Fields"
},
"dim": {
"size_in_bytes": 723335,
"description": "Points"
},
"tip": {
"size_in_bytes": 2854,
"description": "Term Index"
},
"doc": {
"size_in_bytes": 6588,
"description": "Frequencies"
},
"dii": {
"size_in_bytes": 417,
"description": "Points"
},
"fdx": {
"size_in_bytes": 589,
"description": "Field Index"
},
"dvd": {
"size_in_bytes": 328970,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 169758,
"description": "Term Dictionary"
},
"fdt": {
"size_in_bytes": 798899,
"description": "Field Data"
},
"si": {
"size_in_bytes": 570,
"description": "Segment Info"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKceA==",
"generation": 9,
"user_data": {
"local_checkpoint": "8633",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "9ErpLSyOSy2yZXNjaoEChA",
"history_uuid": "fbkzLT4zQgCONnFPcDsScQ",
"sync_id": "bGzREae3Sg2cu1visP5nHw",
"translog_generation": "8",
"max_seq_no": "8633"
},
"num_docs": 8634
},
"seq_no": {
"max_seq_no": 8633,
"local_checkpoint": 8633,
"global_checkpoint": 8633
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".kibana": {
"primaries": {
"docs": {
"count": 2,
"deleted": 0
},
"store": {
"size_in_bytes": 10391
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 7252,
"time_in_millis": 11535,
"exists_total": 7252,
"exists_time_in_millis": 11535,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 26569,
"query_time_in_millis": 34555,
"query_current": 0,
"fetch_total": 26569,
"fetch_time_in_millis": 7990,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 166,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 9
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 456,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 2,
"memory_in_bytes": 3334,
"terms_memory_in_bytes": 2378,
"stored_fields_memory_in_bytes": 624,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 192,
"points_memory_in_bytes": 4,
"doc_values_memory_in_bytes": 136,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"pos": {
"size_in_bytes": 435,
"description": "Positions"
},
"dii": {
"size_in_bytes": 142,
"description": "Points"
},
"doc": {
"size_in_bytes": 220,
"description": "Frequencies"
},
"nvd": {
"size_in_bytes": 118,
"description": "Norms"
},
"fdx": {
"size_in_bytes": 168,
"description": "Field Index"
},
"dvm": {
"size_in_bytes": 1432,
"description": "DocValues"
},
"dvd": {
"size_in_bytes": 214,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 1438,
"description": "Term Dictionary"
},
"tip": {
"size_in_bytes": 380,
"description": "Term Index"
},
"nvm": {
"size_in_bytes": 233,
"description": "Norms"
},
"dim": {
"size_in_bytes": 332,
"description": "Points"
},
"fdt": {
"size_in_bytes": 849,
"description": "Field Data"
},
"fnm": {
"size_in_bytes": 2322,
"description": "Fields"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 3752,
"evictions": 0,
"hit_count": 26555,
"miss_count": 10
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 2,
"deleted": 0
},
"store": {
"size_in_bytes": 10391
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 7252,
"time_in_millis": 11535,
"exists_total": 7252,
"exists_time_in_millis": 11535,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 26569,
"query_time_in_millis": 34555,
"query_current": 0,
"fetch_total": 26569,
"fetch_time_in_millis": 7990,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 166,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 9
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 456,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 2,
"memory_in_bytes": 3334,
"terms_memory_in_bytes": 2378,
"stored_fields_memory_in_bytes": 624,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 192,
"points_memory_in_bytes": 4,
"doc_values_memory_in_bytes": 136,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdt": {
"size_in_bytes": 849,
"description": "Field Data"
},
"dvd": {
"size_in_bytes": 214,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 1438,
"description": "Term Dictionary"
},
"nvm": {
"size_in_bytes": 233,
"description": "Norms"
},
"pos": {
"size_in_bytes": 435,
"description": "Positions"
},
"fdx": {
"size_in_bytes": 168,
"description": "Field Index"
},
"fnm": {
"size_in_bytes": 2322,
"description": "Fields"
},
"tip": {
"size_in_bytes": 380,
"description": "Term Index"
},
"dim": {
"size_in_bytes": 332,
"description": "Points"
},
"dii": {
"size_in_bytes": 142,
"description": "Points"
},
"dvm": {
"size_in_bytes": 1432,
"description": "DocValues"
},
"nvd": {
"size_in_bytes": 118,
"description": "Norms"
},
"doc": {
"size_in_bytes": 220,
"description": "Frequencies"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 3752,
"evictions": 0,
"hit_count": 26555,
"miss_count": 10
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 2,
"deleted": 0
},
"store": {
"size_in_bytes": 10391
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 7252,
"time_in_millis": 11535,
"exists_total": 7252,
"exists_time_in_millis": 11535,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 26569,
"query_time_in_millis": 34555,
"query_current": 0,
"fetch_total": 26569,
"fetch_time_in_millis": 7990,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 166,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 9
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 456,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 2,
"memory_in_bytes": 3334,
"terms_memory_in_bytes": 2378,
"stored_fields_memory_in_bytes": 624,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 192,
"points_memory_in_bytes": 4,
"doc_values_memory_in_bytes": 136,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"doc": {
"size_in_bytes": 220,
"description": "Frequencies"
},
"fnm": {
"size_in_bytes": 2322,
"description": "Fields"
},
"tip": {
"size_in_bytes": 380,
"description": "Term Index"
},
"dvm": {
"size_in_bytes": 1432,
"description": "DocValues"
},
"dvd": {
"size_in_bytes": 214,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 849,
"description": "Field Data"
},
"pos": {
"size_in_bytes": 435,
"description": "Positions"
},
"tim": {
"size_in_bytes": 1438,
"description": "Term Dictionary"
},
"nvd": {
"size_in_bytes": 118,
"description": "Norms"
},
"dim": {
"size_in_bytes": 332,
"description": "Points"
},
"dii": {
"size_in_bytes": 142,
"description": "Points"
},
"fdx": {
"size_in_bytes": 168,
"description": "Field Index"
},
"nvm": {
"size_in_bytes": 233,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 3752,
"evictions": 0,
"hit_count": 26555,
"miss_count": 10
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcsQ==",
"generation": 29,
"user_data": {
"local_checkpoint": "5",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "Qp7clcq9RjWgrj1EjhwRcA",
"history_uuid": "APIm2BFZRDqW_9MYHo-Hpw",
"sync_id": "m35U1VPuSjie1yLFfUXChw",
"translog_generation": "30",
"max_seq_no": "5"
},
"num_docs": 2
},
"seq_no": {
"max_seq_no": 5,
"local_checkpoint": 5,
"global_checkpoint": 5
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".monitoring-alerts-6": {
"primaries": {
"docs": {
"count": 2,
"deleted": 0
},
"store": {
"size_in_bytes": 12640
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 126,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 2
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 2,
"memory_in_bytes": 4306,
"terms_memory_in_bytes": 3278,
"stored_fields_memory_in_bytes": 624,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 256,
"points_memory_in_bytes": 12,
"doc_values_memory_in_bytes": 136,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvd": {
"size_in_bytes": 306,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 903,
"description": "Field Data"
},
"tim": {
"size_in_bytes": 1570,
"description": "Term Dictionary"
},
"fdx": {
"size_in_bytes": 168,
"description": "Field Index"
},
"fnm": {
"size_in_bytes": 3312,
"description": "Fields"
},
"pos": {
"size_in_bytes": 181,
"description": "Positions"
},
"doc": {
"size_in_bytes": 220,
"description": "Frequencies"
},
"nvd": {
"size_in_bytes": 118,
"description": "Norms"
},
"dii": {
"size_in_bytes": 154,
"description": "Points"
},
"tip": {
"size_in_bytes": 472,
"description": "Term Index"
},
"nvm": {
"size_in_bytes": 266,
"description": "Norms"
},
"dim": {
"size_in_bytes": 512,
"description": "Points"
},
"dvm": {
"size_in_bytes": 2306,
"description": "DocValues"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 2,
"deleted": 0
},
"store": {
"size_in_bytes": 12640
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 126,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 2
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 2,
"memory_in_bytes": 4306,
"terms_memory_in_bytes": 3278,
"stored_fields_memory_in_bytes": 624,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 256,
"points_memory_in_bytes": 12,
"doc_values_memory_in_bytes": 136,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"nvm": {
"size_in_bytes": 266,
"description": "Norms"
},
"dvd": {
"size_in_bytes": 306,
"description": "DocValues"
},
"pos": {
"size_in_bytes": 181,
"description": "Positions"
},
"fdt": {
"size_in_bytes": 903,
"description": "Field Data"
},
"tim": {
"size_in_bytes": 1570,
"description": "Term Dictionary"
},
"nvd": {
"size_in_bytes": 118,
"description": "Norms"
},
"dii": {
"size_in_bytes": 154,
"description": "Points"
},
"doc": {
"size_in_bytes": 220,
"description": "Frequencies"
},
"dim": {
"size_in_bytes": 512,
"description": "Points"
},
"fnm": {
"size_in_bytes": 3312,
"description": "Fields"
},
"fdx": {
"size_in_bytes": 168,
"description": "Field Index"
},
"tip": {
"size_in_bytes": 472,
"description": "Term Index"
},
"dvm": {
"size_in_bytes": 2306,
"description": "DocValues"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 2,
"deleted": 0
},
"store": {
"size_in_bytes": 12640
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 126,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 2
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 2,
"memory_in_bytes": 4306,
"terms_memory_in_bytes": 3278,
"stored_fields_memory_in_bytes": 624,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 256,
"points_memory_in_bytes": 12,
"doc_values_memory_in_bytes": 136,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"tip": {
"size_in_bytes": 472,
"description": "Term Index"
},
"tim": {
"size_in_bytes": 1570,
"description": "Term Dictionary"
},
"fdx": {
"size_in_bytes": 168,
"description": "Field Index"
},
"dvm": {
"size_in_bytes": 2306,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 903,
"description": "Field Data"
},
"dvd": {
"size_in_bytes": 306,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 512,
"description": "Points"
},
"nvm": {
"size_in_bytes": 266,
"description": "Norms"
},
"pos": {
"size_in_bytes": 181,
"description": "Positions"
},
"doc": {
"size_in_bytes": 220,
"description": "Frequencies"
},
"nvd": {
"size_in_bytes": 118,
"description": "Norms"
},
"dii": {
"size_in_bytes": 154,
"description": "Points"
},
"fnm": {
"size_in_bytes": 3312,
"description": "Fields"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKctA==",
"generation": 26,
"user_data": {
"local_checkpoint": "79680",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "WTQfIE9_R0WHfUuEvPUj5Q",
"history_uuid": "7Zwhw4ifQwmQrroKrv5gpQ",
"sync_id": "8BfkvZIST-GIvrNndvKb1Q",
"translog_generation": "29",
"max_seq_no": "79680"
},
"num_docs": 2
},
"seq_no": {
"max_seq_no": 79680,
"local_checkpoint": 79680,
"global_checkpoint": 79680
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".monitoring-kibana-6-2018.04.29": {
"primaries": {
"docs": {
"count": 8635,
"deleted": 0
},
"store": {
"size_in_bytes": 2113500
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 89,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 2
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 6
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 19598,
"terms_memory_in_bytes": 15302,
"stored_fields_memory_in_bytes": 1576,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 1168,
"doc_values_memory_in_bytes": 1552,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"doc": {
"size_in_bytes": 6698,
"description": "Frequencies"
},
"dim": {
"size_in_bytes": 737430,
"description": "Points"
},
"fdx": {
"size_in_bytes": 673,
"description": "Field Index"
},
"dvm": {
"size_in_bytes": 17156,
"description": "DocValues"
},
"tip": {
"size_in_bytes": 3274,
"description": "Term Index"
},
"si": {
"size_in_bytes": 570,
"description": "Segment Info"
},
"fdt": {
"size_in_bytes": 804551,
"description": "Field Data"
},
"fnm": {
"size_in_bytes": 22326,
"description": "Fields"
},
"tim": {
"size_in_bytes": 170823,
"description": "Term Dictionary"
},
"dvd": {
"size_in_bytes": 346534,
"description": "DocValues"
},
"dii": {
"size_in_bytes": 548,
"description": "Points"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 8635,
"deleted": 0
},
"store": {
"size_in_bytes": 2113500
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 89,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 2
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 6
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 19598,
"terms_memory_in_bytes": 15302,
"stored_fields_memory_in_bytes": 1576,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 1168,
"doc_values_memory_in_bytes": 1552,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fnm": {
"size_in_bytes": 22326,
"description": "Fields"
},
"dii": {
"size_in_bytes": 548,
"description": "Points"
},
"fdt": {
"size_in_bytes": 804551,
"description": "Field Data"
},
"dvm": {
"size_in_bytes": 17156,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 673,
"description": "Field Index"
},
"tip": {
"size_in_bytes": 3274,
"description": "Term Index"
},
"dvd": {
"size_in_bytes": 346534,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 6698,
"description": "Frequencies"
},
"si": {
"size_in_bytes": 570,
"description": "Segment Info"
},
"dim": {
"size_in_bytes": 737430,
"description": "Points"
},
"tim": {
"size_in_bytes": 170823,
"description": "Term Dictionary"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 8635,
"deleted": 0
},
"store": {
"size_in_bytes": 2113500
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 89,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 2
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 6
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 19598,
"terms_memory_in_bytes": 15302,
"stored_fields_memory_in_bytes": 1576,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 1168,
"doc_values_memory_in_bytes": 1552,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fnm": {
"size_in_bytes": 22326,
"description": "Fields"
},
"fdx": {
"size_in_bytes": 673,
"description": "Field Index"
},
"doc": {
"size_in_bytes": 6698,
"description": "Frequencies"
},
"fdt": {
"size_in_bytes": 804551,
"description": "Field Data"
},
"dim": {
"size_in_bytes": 737430,
"description": "Points"
},
"dvd": {
"size_in_bytes": 346534,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 170823,
"description": "Term Dictionary"
},
"dvm": {
"size_in_bytes": 17156,
"description": "DocValues"
},
"tip": {
"size_in_bytes": 3274,
"description": "Term Index"
},
"si": {
"size_in_bytes": 570,
"description": "Segment Info"
},
"dii": {
"size_in_bytes": 548,
"description": "Points"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcaA==",
"generation": 9,
"user_data": {
"local_checkpoint": "8634",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "NNwaoU7-R9uk4ZEmDNt31A",
"history_uuid": "v2wwAZpbTde-qwfJAkDNQA",
"sync_id": "DMeDEbKvQ3-9N28ZvAJwdA",
"translog_generation": "8",
"max_seq_no": "8634"
},
"num_docs": 8635
},
"seq_no": {
"max_seq_no": 8634,
"local_checkpoint": 8634,
"global_checkpoint": 8634
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".monitoring-kibana-6-2018.04.28": {
"primaries": {
"docs": {
"count": 8635,
"deleted": 0
},
"store": {
"size_in_bytes": 2064037
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 91,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 7
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 18554,
"terms_memory_in_bytes": 15302,
"stored_fields_memory_in_bytes": 1560,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 1156,
"doc_values_memory_in_bytes": 536,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvd": {
"size_in_bytes": 329270,
"description": "DocValues"
},
"si": {
"size_in_bytes": 570,
"description": "Segment Info"
},
"fdt": {
"size_in_bytes": 800200,
"description": "Field Data"
},
"fnm": {
"size_in_bytes": 22326,
"description": "Fields"
},
"dii": {
"size_in_bytes": 548,
"description": "Points"
},
"tip": {
"size_in_bytes": 3274,
"description": "Term Index"
},
"dim": {
"size_in_bytes": 710617,
"description": "Points"
},
"tim": {
"size_in_bytes": 170823,
"description": "Term Dictionary"
},
"fdx": {
"size_in_bytes": 654,
"description": "Field Index"
},
"doc": {
"size_in_bytes": 6698,
"description": "Frequencies"
},
"dvm": {
"size_in_bytes": 16140,
"description": "DocValues"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 8635,
"deleted": 0
},
"store": {
"size_in_bytes": 2064037
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 91,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 7
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 18554,
"terms_memory_in_bytes": 15302,
"stored_fields_memory_in_bytes": 1560,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 1156,
"doc_values_memory_in_bytes": 536,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dii": {
"size_in_bytes": 548,
"description": "Points"
},
"fnm": {
"size_in_bytes": 22326,
"description": "Fields"
},
"fdx": {
"size_in_bytes": 654,
"description": "Field Index"
},
"si": {
"size_in_bytes": 570,
"description": "Segment Info"
},
"dim": {
"size_in_bytes": 710617,
"description": "Points"
},
"fdt": {
"size_in_bytes": 800200,
"description": "Field Data"
},
"doc": {
"size_in_bytes": 6698,
"description": "Frequencies"
},
"tim": {
"size_in_bytes": 170823,
"description": "Term Dictionary"
},
"tip": {
"size_in_bytes": 3274,
"description": "Term Index"
},
"dvd": {
"size_in_bytes": 329270,
"description": "DocValues"
},
"dvm": {
"size_in_bytes": 16140,
"description": "DocValues"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 8635,
"deleted": 0
},
"store": {
"size_in_bytes": 2064037
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 91,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 7
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 18554,
"terms_memory_in_bytes": 15302,
"stored_fields_memory_in_bytes": 1560,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 1156,
"doc_values_memory_in_bytes": 536,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"tip": {
"size_in_bytes": 3274,
"description": "Term Index"
},
"dim": {
"size_in_bytes": 710617,
"description": "Points"
},
"dvm": {
"size_in_bytes": 16140,
"description": "DocValues"
},
"dvd": {
"size_in_bytes": 329270,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 6698,
"description": "Frequencies"
},
"fdx": {
"size_in_bytes": 654,
"description": "Field Index"
},
"tim": {
"size_in_bytes": 170823,
"description": "Term Dictionary"
},
"si": {
"size_in_bytes": 570,
"description": "Segment Info"
},
"dii": {
"size_in_bytes": 548,
"description": "Points"
},
"fdt": {
"size_in_bytes": 800200,
"description": "Field Data"
},
"fnm": {
"size_in_bytes": 22326,
"description": "Fields"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcbA==",
"generation": 9,
"user_data": {
"local_checkpoint": "8634",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "owvNS2TSRLmvyfYwS8sr5w",
"history_uuid": "RUZPpt4GTxi70STxCpT5GA",
"sync_id": "CbqtIillTHGg5NCseNvZTg",
"translog_generation": "8",
"max_seq_no": "8634"
},
"num_docs": 8635
},
"seq_no": {
"max_seq_no": 8634,
"local_checkpoint": 8634,
"global_checkpoint": 8634
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".monitoring-es-6-2018.04.28": {
"primaries": {
"docs": {
"count": 574244,
"deleted": 2170
},
"store": {
"size_in_bytes": 252204703
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 5,
"query_time_in_millis": 432,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 40,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 5
},
"query_cache": {
"memory_size_in_bytes": 43,
"total_count": 5,
"hit_count": 0,
"miss_count": 5,
"cache_size": 1,
"cache_count": 1,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 520,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 16,
"memory_in_bytes": 793849,
"terms_memory_in_bytes": 199030,
"stored_fields_memory_in_bytes": 51208,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 146915,
"doc_values_memory_in_bytes": 396696,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dii": {
"size_in_bytes": 11111,
"description": "Points"
},
"dvm": {
"size_in_bytes": 609064,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 54299056,
"description": "Points"
},
"liv": {
"size_in_bytes": 21947,
"description": "Live Documents"
},
"tip": {
"size_in_bytes": 114328,
"description": "Term Index"
},
"tim": {
"size_in_bytes": 11238833,
"description": "Term Dictionary"
},
"fdx": {
"size_in_bytes": 46373,
"description": "Field Index"
},
"fdt": {
"size_in_bytes": 117841055,
"description": "Field Data"
},
"dvd": {
"size_in_bytes": 66594201,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 1022342,
"description": "Frequencies"
},
"si": {
"size_in_bytes": 1140,
"description": "Segment Info"
},
"fnm": {
"size_in_bytes": 386762,
"description": "Fields"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 804,
"evictions": 0,
"hit_count": 0,
"miss_count": 1
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 574244,
"deleted": 2170
},
"store": {
"size_in_bytes": 252204703
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 5,
"query_time_in_millis": 432,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 40,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 5
},
"query_cache": {
"memory_size_in_bytes": 43,
"total_count": 5,
"hit_count": 0,
"miss_count": 5,
"cache_size": 1,
"cache_count": 1,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 520,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 16,
"memory_in_bytes": 793849,
"terms_memory_in_bytes": 199030,
"stored_fields_memory_in_bytes": 51208,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 146915,
"doc_values_memory_in_bytes": 396696,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvm": {
"size_in_bytes": 609064,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 54299056,
"description": "Points"
},
"fdt": {
"size_in_bytes": 117841055,
"description": "Field Data"
},
"dvd": {
"size_in_bytes": 66594201,
"description": "DocValues"
},
"tip": {
"size_in_bytes": 114328,
"description": "Term Index"
},
"doc": {
"size_in_bytes": 1022342,
"description": "Frequencies"
},
"liv": {
"size_in_bytes": 21947,
"description": "Live Documents"
},
"fdx": {
"size_in_bytes": 46373,
"description": "Field Index"
},
"fnm": {
"size_in_bytes": 386762,
"description": "Fields"
},
"dii": {
"size_in_bytes": 11111,
"description": "Points"
},
"si": {
"size_in_bytes": 1140,
"description": "Segment Info"
},
"tim": {
"size_in_bytes": 11238833,
"description": "Term Dictionary"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 804,
"evictions": 0,
"hit_count": 0,
"miss_count": 1
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 574244,
"deleted": 2170
},
"store": {
"size_in_bytes": 252204703
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 5,
"query_time_in_millis": 432,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 40,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 5
},
"query_cache": {
"memory_size_in_bytes": 43,
"total_count": 5,
"hit_count": 0,
"miss_count": 5,
"cache_size": 1,
"cache_count": 1,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 520,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 16,
"memory_in_bytes": 793849,
"terms_memory_in_bytes": 199030,
"stored_fields_memory_in_bytes": 51208,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 146915,
"doc_values_memory_in_bytes": 396696,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"liv": {
"size_in_bytes": 21947,
"description": "Live Documents"
},
"fdx": {
"size_in_bytes": 46373,
"description": "Field Index"
},
"dii": {
"size_in_bytes": 11111,
"description": "Points"
},
"dvm": {
"size_in_bytes": 609064,
"description": "DocValues"
},
"dvd": {
"size_in_bytes": 66594201,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 11238833,
"description": "Term Dictionary"
},
"si": {
"size_in_bytes": 1140,
"description": "Segment Info"
},
"fnm": {
"size_in_bytes": 386762,
"description": "Fields"
},
"dim": {
"size_in_bytes": 54299056,
"description": "Points"
},
"doc": {
"size_in_bytes": 1022342,
"description": "Frequencies"
},
"fdt": {
"size_in_bytes": 117841055,
"description": "Field Data"
},
"tip": {
"size_in_bytes": 114328,
"description": "Term Index"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 804,
"evictions": 0,
"hit_count": 0,
"miss_count": 1
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcaw==",
"generation": 11,
"user_data": {
"local_checkpoint": "1920015",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "ifNWFCt6T3OsENB0IQvVAA",
"history_uuid": "uXRUi3pFSFmTDUItHR2_Bw",
"sync_id": "tCLNAfFNRdiLX4gCcy4hhA",
"translog_generation": "31",
"max_seq_no": "1920015"
},
"num_docs": 574244
},
"seq_no": {
"max_seq_no": 1920015,
"local_checkpoint": 1920015,
"global_checkpoint": 1920015
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".monitoring-es-6-2018.04.29": {
"primaries": {
"docs": {
"count": 574244,
"deleted": 2790
},
"store": {
"size_in_bytes": 252594527
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 5,
"query_time_in_millis": 401,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 21,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 17
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 3,
"hit_count": 0,
"miss_count": 3,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 568,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 20,
"memory_in_bytes": 876979,
"terms_memory_in_bytes": 222744,
"stored_fields_memory_in_bytes": 52376,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 148283,
"doc_values_memory_in_bytes": 453576,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"si": {
"size_in_bytes": 1140,
"description": "Segment Info"
},
"dvm": {
"size_in_bytes": 720204,
"description": "DocValues"
},
"dii": {
"size_in_bytes": 13464,
"description": "Points"
},
"fnm": {
"size_in_bytes": 482978,
"description": "Fields"
},
"fdt": {
"size_in_bytes": 117763115,
"description": "Field Data"
},
"liv": {
"size_in_bytes": 21731,
"description": "Live Documents"
},
"tip": {
"size_in_bytes": 117984,
"description": "Term Index"
},
"dvd": {
"size_in_bytes": 66672199,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 11284124,
"description": "Term Dictionary"
},
"doc": {
"size_in_bytes": 1022821,
"description": "Frequencies"
},
"dim": {
"size_in_bytes": 54425549,
"description": "Points"
},
"fdx": {
"size_in_bytes": 46695,
"description": "Field Index"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 804,
"evictions": 0,
"hit_count": 0,
"miss_count": 1
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 574244,
"deleted": 2790
},
"store": {
"size_in_bytes": 252594527
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 5,
"query_time_in_millis": 401,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 21,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 17
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 3,
"hit_count": 0,
"miss_count": 3,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 568,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 20,
"memory_in_bytes": 876979,
"terms_memory_in_bytes": 222744,
"stored_fields_memory_in_bytes": 52376,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 148283,
"doc_values_memory_in_bytes": 453576,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvm": {
"size_in_bytes": 720204,
"description": "DocValues"
},
"si": {
"size_in_bytes": 1140,
"description": "Segment Info"
},
"fdx": {
"size_in_bytes": 46695,
"description": "Field Index"
},
"dii": {
"size_in_bytes": 13464,
"description": "Points"
},
"dvd": {
"size_in_bytes": 66672199,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 117763115,
"description": "Field Data"
},
"doc": {
"size_in_bytes": 1022821,
"description": "Frequencies"
},
"dim": {
"size_in_bytes": 54425549,
"description": "Points"
},
"tim": {
"size_in_bytes": 11284124,
"description": "Term Dictionary"
},
"tip": {
"size_in_bytes": 117984,
"description": "Term Index"
},
"fnm": {
"size_in_bytes": 482978,
"description": "Fields"
},
"liv": {
"size_in_bytes": 21731,
"description": "Live Documents"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 804,
"evictions": 0,
"hit_count": 0,
"miss_count": 1
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 574244,
"deleted": 2790
},
"store": {
"size_in_bytes": 252594527
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 5,
"query_time_in_millis": 401,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 21,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 17
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 3,
"hit_count": 0,
"miss_count": 3,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 568,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 20,
"memory_in_bytes": 876979,
"terms_memory_in_bytes": 222744,
"stored_fields_memory_in_bytes": 52376,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 148283,
"doc_values_memory_in_bytes": 453576,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fnm": {
"size_in_bytes": 482978,
"description": "Fields"
},
"dim": {
"size_in_bytes": 54425549,
"description": "Points"
},
"tip": {
"size_in_bytes": 117984,
"description": "Term Index"
},
"dvd": {
"size_in_bytes": 66672199,
"description": "DocValues"
},
"liv": {
"size_in_bytes": 21731,
"description": "Live Documents"
},
"si": {
"size_in_bytes": 1140,
"description": "Segment Info"
},
"dvm": {
"size_in_bytes": 720204,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 46695,
"description": "Field Index"
},
"tim": {
"size_in_bytes": 11284124,
"description": "Term Dictionary"
},
"doc": {
"size_in_bytes": 1022821,
"description": "Frequencies"
},
"dii": {
"size_in_bytes": 13464,
"description": "Points"
},
"fdt": {
"size_in_bytes": 117763115,
"description": "Field Data"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 804,
"evictions": 0,
"hit_count": 0,
"miss_count": 1
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcag==",
"generation": 11,
"user_data": {
"local_checkpoint": "1920015",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "gwPLlFafSmqRzLPBZ42QLQ",
"history_uuid": "NRTTQ-7QRhCkWz7eawXWbw",
"sync_id": "GN5NdGsqQmK2gOCiv1PoYQ",
"translog_generation": "31",
"max_seq_no": "1920015"
},
"num_docs": 574244
},
"seq_no": {
"max_seq_no": 1920015,
"local_checkpoint": 1920015,
"global_checkpoint": 1920015
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".monitoring-es-6-2018.04.27": {
"primaries": {
"docs": {
"count": 574241,
"deleted": 2480
},
"store": {
"size_in_bytes": 259607894
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 5,
"query_time_in_millis": 460,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 70,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 5
},
"query_cache": {
"memory_size_in_bytes": 86,
"total_count": 18,
"hit_count": 0,
"miss_count": 18,
"cache_size": 2,
"cache_count": 2,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 544,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 17,
"memory_in_bytes": 787134,
"terms_memory_in_bytes": 187000,
"stored_fields_memory_in_bytes": 50984,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 148570,
"doc_values_memory_in_bytes": 400580,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dii": {
"size_in_bytes": 11837,
"description": "Points"
},
"dvm": {
"size_in_bytes": 628562,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 46086,
"description": "Field Index"
},
"dvd": {
"size_in_bytes": 66471097,
"description": "DocValues"
},
"liv": {
"size_in_bytes": 68471,
"description": "Live Documents"
},
"doc": {
"size_in_bytes": 1026761,
"description": "Frequencies"
},
"tip": {
"size_in_bytes": 106593,
"description": "Term Index"
},
"si": {
"size_in_bytes": 2850,
"description": "Segment Info"
},
"tim": {
"size_in_bytes": 11236254,
"description": "Term Dictionary"
},
"fnm": {
"size_in_bytes": 410816,
"description": "Fields"
},
"dim": {
"size_in_bytes": 61252880,
"description": "Points"
},
"fdt": {
"size_in_bytes": 118329833,
"description": "Field Data"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 804,
"evictions": 0,
"hit_count": 0,
"miss_count": 1
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 574241,
"deleted": 2480
},
"store": {
"size_in_bytes": 259607894
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 5,
"query_time_in_millis": 460,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 70,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 5
},
"query_cache": {
"memory_size_in_bytes": 86,
"total_count": 18,
"hit_count": 0,
"miss_count": 18,
"cache_size": 2,
"cache_count": 2,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 544,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 17,
"memory_in_bytes": 787134,
"terms_memory_in_bytes": 187000,
"stored_fields_memory_in_bytes": 50984,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 148570,
"doc_values_memory_in_bytes": 400580,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvm": {
"size_in_bytes": 628562,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 1026761,
"description": "Frequencies"
},
"tip": {
"size_in_bytes": 106593,
"description": "Term Index"
},
"si": {
"size_in_bytes": 2850,
"description": "Segment Info"
},
"fnm": {
"size_in_bytes": 410816,
"description": "Fields"
},
"dii": {
"size_in_bytes": 11837,
"description": "Points"
},
"fdx": {
"size_in_bytes": 46086,
"description": "Field Index"
},
"liv": {
"size_in_bytes": 68471,
"description": "Live Documents"
},
"tim": {
"size_in_bytes": 11236254,
"description": "Term Dictionary"
},
"dvd": {
"size_in_bytes": 66471097,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 61252880,
"description": "Points"
},
"fdt": {
"size_in_bytes": 118329833,
"description": "Field Data"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 804,
"evictions": 0,
"hit_count": 0,
"miss_count": 1
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 574241,
"deleted": 2480
},
"store": {
"size_in_bytes": 259607894
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 5,
"query_time_in_millis": 460,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 70,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 5
},
"query_cache": {
"memory_size_in_bytes": 86,
"total_count": 18,
"hit_count": 0,
"miss_count": 18,
"cache_size": 2,
"cache_count": 2,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 544,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 17,
"memory_in_bytes": 787134,
"terms_memory_in_bytes": 187000,
"stored_fields_memory_in_bytes": 50984,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 148570,
"doc_values_memory_in_bytes": 400580,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdt": {
"size_in_bytes": 118329833,
"description": "Field Data"
},
"dvd": {
"size_in_bytes": 66471097,
"description": "DocValues"
},
"si": {
"size_in_bytes": 2850,
"description": "Segment Info"
},
"liv": {
"size_in_bytes": 68471,
"description": "Live Documents"
},
"dii": {
"size_in_bytes": 11837,
"description": "Points"
},
"fnm": {
"size_in_bytes": 410816,
"description": "Fields"
},
"doc": {
"size_in_bytes": 1026761,
"description": "Frequencies"
},
"tip": {
"size_in_bytes": 106593,
"description": "Term Index"
},
"dvm": {
"size_in_bytes": 628562,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 11236254,
"description": "Term Dictionary"
},
"fdx": {
"size_in_bytes": 46086,
"description": "Field Index"
},
"dim": {
"size_in_bytes": 61252880,
"description": "Points"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 804,
"evictions": 0,
"hit_count": 0,
"miss_count": 1
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKceg==",
"generation": 11,
"user_data": {
"local_checkpoint": "1920012",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "OznPEN6eRPWg9_FY4J9rsw",
"history_uuid": "0khtMxdVQ9CJhDlRMq0eaw",
"sync_id": "xIuezabuRv2WG2CcySAXdg",
"translog_generation": "31",
"max_seq_no": "1920012"
},
"num_docs": 574241
},
"seq_no": {
"max_seq_no": 1920012,
"local_checkpoint": 1920012,
"global_checkpoint": 1920012
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watches": {
"primaries": {
"docs": {
"count": 0,
"deleted": 0
},
"store": {
"size_in_bytes": 274
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 29,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 40
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 52
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 0,
"memory_in_bytes": 0,
"terms_memory_in_bytes": 0,
"stored_fields_memory_in_bytes": 0,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 0,
"doc_values_memory_in_bytes": 0,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 0,
"deleted": 0
},
"store": {
"size_in_bytes": 274
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 29,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 40
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 52
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 0,
"memory_in_bytes": 0,
"terms_memory_in_bytes": 0,
"stored_fields_memory_in_bytes": 0,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 0,
"doc_values_memory_in_bytes": 0,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 0,
"deleted": 0
},
"store": {
"size_in_bytes": 274
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 29,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 40
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 52
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 0,
"memory_in_bytes": 0,
"terms_memory_in_bytes": 0,
"stored_fields_memory_in_bytes": 0,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 0,
"points_memory_in_bytes": 0,
"doc_values_memory_in_bytes": 0,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcPg==",
"generation": 41,
"user_data": {
"local_checkpoint": "257031",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "7qC9ce93T8Gs0kqXLb0w0Q",
"history_uuid": "kv6m8dG3TCWsxs3jQWlWMw",
"sync_id": "xiD4_8oFT2yqJQtyKEYZrw",
"translog_generation": "58",
"max_seq_no": "257031"
},
"num_docs": 0
},
"seq_no": {
"max_seq_no": 257031,
"local_checkpoint": 257031,
"global_checkpoint": 257031
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.05": {
"primaries": {
"docs": {
"count": 10055,
"deleted": 0
},
"store": {
"size_in_bytes": 9386558
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 201,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 131
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 67563,
"terms_memory_in_bytes": 51763,
"stored_fields_memory_in_bytes": 8624,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 5120,
"points_memory_in_bytes": 408,
"doc_values_memory_in_bytes": 1648,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1448,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvd": {
"size_in_bytes": 503653,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 234397,
"description": "Points"
},
"fdt": {
"size_in_bytes": 7691136,
"description": "Field Data"
},
"doc": {
"size_in_bytes": 192123,
"description": "Frequencies"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"tim": {
"size_in_bytes": 485093,
"description": "Term Dictionary"
},
"fnm": {
"size_in_bytes": 42821,
"description": "Fields"
},
"nvd": {
"size_in_bytes": 182602,
"description": "Norms"
},
"dvm": {
"size_in_bytes": 25456,
"description": "DocValues"
},
"nvm": {
"size_in_bytes": 2908,
"description": "Norms"
},
"pos": {
"size_in_bytes": 7766,
"description": "Positions"
},
"fdx": {
"size_in_bytes": 7482,
"description": "Field Index"
},
"dii": {
"size_in_bytes": 364,
"description": "Points"
},
"tip": {
"size_in_bytes": 7033,
"description": "Term Index"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 10055,
"deleted": 0
},
"store": {
"size_in_bytes": 9386558
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 201,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 131
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 67563,
"terms_memory_in_bytes": 51763,
"stored_fields_memory_in_bytes": 8624,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 5120,
"points_memory_in_bytes": 408,
"doc_values_memory_in_bytes": 1648,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1448,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"doc": {
"size_in_bytes": 192123,
"description": "Frequencies"
},
"nvd": {
"size_in_bytes": 182602,
"description": "Norms"
},
"dvd": {
"size_in_bytes": 503653,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 234397,
"description": "Points"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"nvm": {
"size_in_bytes": 2908,
"description": "Norms"
},
"tip": {
"size_in_bytes": 7033,
"description": "Term Index"
},
"pos": {
"size_in_bytes": 7766,
"description": "Positions"
},
"fdx": {
"size_in_bytes": 7482,
"description": "Field Index"
},
"dii": {
"size_in_bytes": 364,
"description": "Points"
},
"dvm": {
"size_in_bytes": 25456,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 42821,
"description": "Fields"
},
"tim": {
"size_in_bytes": 485093,
"description": "Term Dictionary"
},
"fdt": {
"size_in_bytes": 7691136,
"description": "Field Data"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 10055,
"deleted": 0
},
"store": {
"size_in_bytes": 9386558
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 201,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 131
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 67563,
"terms_memory_in_bytes": 51763,
"stored_fields_memory_in_bytes": 8624,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 5120,
"points_memory_in_bytes": 408,
"doc_values_memory_in_bytes": 1648,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1448,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dim": {
"size_in_bytes": 234397,
"description": "Points"
},
"tip": {
"size_in_bytes": 7033,
"description": "Term Index"
},
"nvd": {
"size_in_bytes": 182602,
"description": "Norms"
},
"tim": {
"size_in_bytes": 485093,
"description": "Term Dictionary"
},
"dvd": {
"size_in_bytes": 503653,
"description": "DocValues"
},
"nvm": {
"size_in_bytes": 2908,
"description": "Norms"
},
"fnm": {
"size_in_bytes": 42821,
"description": "Fields"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dvm": {
"size_in_bytes": 25456,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 7482,
"description": "Field Index"
},
"pos": {
"size_in_bytes": 7766,
"description": "Positions"
},
"fdt": {
"size_in_bytes": 7691136,
"description": "Field Data"
},
"dii": {
"size_in_bytes": 364,
"description": "Points"
},
"doc": {
"size_in_bytes": 192123,
"description": "Frequencies"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcqQ==",
"generation": 25,
"user_data": {
"local_checkpoint": "7188",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "_i0FurTISPW67H4YRCOJTA",
"history_uuid": "3Lzl1_HjRCmc-8Io_cUMrA",
"sync_id": "Tm0iW6DnQsmTcoCrE6g_mQ",
"translog_generation": "27",
"max_seq_no": "7188"
},
"num_docs": 10055
},
"seq_no": {
"max_seq_no": 7188,
"local_checkpoint": 7188,
"global_checkpoint": 7188
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.04": {
"primaries": {
"docs": {
"count": 10054,
"deleted": 0
},
"store": {
"size_in_bytes": 10324217
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 163,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 22
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 1,
"memory_in_bytes": 26020,
"terms_memory_in_bytes": 16246,
"stored_fields_memory_in_bytes": 7296,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 1408,
"points_memory_in_bytes": 370,
"doc_values_memory_in_bytes": 700,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1304,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dim": {
"size_in_bytes": 233155,
"description": "Points"
},
"doc": {
"size_in_bytes": 191793,
"description": "Frequencies"
},
"fdx": {
"size_in_bytes": 6820,
"description": "Field Index"
},
"dvm": {
"size_in_bytes": 7565,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 13822,
"description": "Fields"
},
"nvm": {
"size_in_bytes": 793,
"description": "Norms"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fdt": {
"size_in_bytes": 8700961,
"description": "Field Data"
},
"pos": {
"size_in_bytes": 7558,
"description": "Positions"
},
"tip": {
"size_in_bytes": 3197,
"description": "Term Index"
},
"dii": {
"size_in_bytes": 103,
"description": "Points"
},
"nvd": {
"size_in_bytes": 182163,
"description": "Norms"
},
"dvd": {
"size_in_bytes": 501234,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 474116,
"description": "Term Dictionary"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 10054,
"deleted": 0
},
"store": {
"size_in_bytes": 10324217
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 163,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 22
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 1,
"memory_in_bytes": 26020,
"terms_memory_in_bytes": 16246,
"stored_fields_memory_in_bytes": 7296,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 1408,
"points_memory_in_bytes": 370,
"doc_values_memory_in_bytes": 700,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1304,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dii": {
"size_in_bytes": 103,
"description": "Points"
},
"fnm": {
"size_in_bytes": 13822,
"description": "Fields"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"pos": {
"size_in_bytes": 7558,
"description": "Positions"
},
"fdx": {
"size_in_bytes": 6820,
"description": "Field Index"
},
"dim": {
"size_in_bytes": 233155,
"description": "Points"
},
"tim": {
"size_in_bytes": 474116,
"description": "Term Dictionary"
},
"dvd": {
"size_in_bytes": 501234,
"description": "DocValues"
},
"nvd": {
"size_in_bytes": 182163,
"description": "Norms"
},
"nvm": {
"size_in_bytes": 793,
"description": "Norms"
},
"doc": {
"size_in_bytes": 191793,
"description": "Frequencies"
},
"dvm": {
"size_in_bytes": 7565,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 8700961,
"description": "Field Data"
},
"tip": {
"size_in_bytes": 3197,
"description": "Term Index"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 10054,
"deleted": 0
},
"store": {
"size_in_bytes": 10324217
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 163,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 22
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 1,
"memory_in_bytes": 26020,
"terms_memory_in_bytes": 16246,
"stored_fields_memory_in_bytes": 7296,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 1408,
"points_memory_in_bytes": 370,
"doc_values_memory_in_bytes": 700,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1304,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dii": {
"size_in_bytes": 103,
"description": "Points"
},
"fdx": {
"size_in_bytes": 6820,
"description": "Field Index"
},
"nvm": {
"size_in_bytes": 793,
"description": "Norms"
},
"fnm": {
"size_in_bytes": 13822,
"description": "Fields"
},
"pos": {
"size_in_bytes": 7558,
"description": "Positions"
},
"nvd": {
"size_in_bytes": 182163,
"description": "Norms"
},
"tip": {
"size_in_bytes": 3197,
"description": "Term Index"
},
"dim": {
"size_in_bytes": 233155,
"description": "Points"
},
"tim": {
"size_in_bytes": 474116,
"description": "Term Dictionary"
},
"fdt": {
"size_in_bytes": 8700961,
"description": "Field Data"
},
"doc": {
"size_in_bytes": 191793,
"description": "Frequencies"
},
"dvd": {
"size_in_bytes": 501234,
"description": "DocValues"
},
"dvm": {
"size_in_bytes": 7565,
"description": "DocValues"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKctg==",
"generation": 25,
"user_data": {
"local_checkpoint": "7189",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "t4LUgdUzRFK8wV5je7PW-A",
"history_uuid": "8FSZ0MXjStmTLr17wOd8qg",
"sync_id": "Nsp3fUUQQ6WgmKX5r4Z2lg",
"translog_generation": "27",
"max_seq_no": "7189"
},
"num_docs": 10054
},
"seq_no": {
"max_seq_no": 7189,
"local_checkpoint": 7189,
"global_checkpoint": 7189
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.03": {
"primaries": {
"docs": {
"count": 10057,
"deleted": 0
},
"store": {
"size_in_bytes": 10379214
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 127,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 15
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 3,
"memory_in_bytes": 50032,
"terms_memory_in_bytes": 37074,
"stored_fields_memory_in_bytes": 8016,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 3712,
"points_memory_in_bytes": 394,
"doc_values_memory_in_bytes": 836,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1400,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dii": {
"size_in_bytes": 275,
"description": "Points"
},
"fnm": {
"size_in_bytes": 30940,
"description": "Fields"
},
"doc": {
"size_in_bytes": 191326,
"description": "Frequencies"
},
"pos": {
"size_in_bytes": 7750,
"description": "Positions"
},
"nvd": {
"size_in_bytes": 182293,
"description": "Norms"
},
"tip": {
"size_in_bytes": 5463,
"description": "Term Index"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dvd": {
"size_in_bytes": 502402,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 233985,
"description": "Points"
},
"fdt": {
"size_in_bytes": 8714156,
"description": "Field Data"
},
"dvm": {
"size_in_bytes": 17735,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 7096,
"description": "Field Index"
},
"nvm": {
"size_in_bytes": 2115,
"description": "Norms"
},
"tim": {
"size_in_bytes": 480883,
"description": "Term Dictionary"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 10057,
"deleted": 0
},
"store": {
"size_in_bytes": 10379214
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 127,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 15
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 3,
"memory_in_bytes": 50032,
"terms_memory_in_bytes": 37074,
"stored_fields_memory_in_bytes": 8016,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 3712,
"points_memory_in_bytes": 394,
"doc_values_memory_in_bytes": 836,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1400,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvd": {
"size_in_bytes": 502402,
"description": "DocValues"
},
"nvm": {
"size_in_bytes": 2115,
"description": "Norms"
},
"dii": {
"size_in_bytes": 275,
"description": "Points"
},
"fdt": {
"size_in_bytes": 8714156,
"description": "Field Data"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fdx": {
"size_in_bytes": 7096,
"description": "Field Index"
},
"nvd": {
"size_in_bytes": 182293,
"description": "Norms"
},
"tim": {
"size_in_bytes": 480883,
"description": "Term Dictionary"
},
"dvm": {
"size_in_bytes": 17735,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 191326,
"description": "Frequencies"
},
"fnm": {
"size_in_bytes": 30940,
"description": "Fields"
},
"tip": {
"size_in_bytes": 5463,
"description": "Term Index"
},
"dim": {
"size_in_bytes": 233985,
"description": "Points"
},
"pos": {
"size_in_bytes": 7750,
"description": "Positions"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 10057,
"deleted": 0
},
"store": {
"size_in_bytes": 10379214
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 127,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 15
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 3,
"memory_in_bytes": 50032,
"terms_memory_in_bytes": 37074,
"stored_fields_memory_in_bytes": 8016,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 3712,
"points_memory_in_bytes": 394,
"doc_values_memory_in_bytes": 836,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1400,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dim": {
"size_in_bytes": 233985,
"description": "Points"
},
"dii": {
"size_in_bytes": 275,
"description": "Points"
},
"dvd": {
"size_in_bytes": 502402,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 191326,
"description": "Frequencies"
},
"nvm": {
"size_in_bytes": 2115,
"description": "Norms"
},
"tim": {
"size_in_bytes": 480883,
"description": "Term Dictionary"
},
"fnm": {
"size_in_bytes": 30940,
"description": "Fields"
},
"dvm": {
"size_in_bytes": 17735,
"description": "DocValues"
},
"nvd": {
"size_in_bytes": 182293,
"description": "Norms"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fdx": {
"size_in_bytes": 7096,
"description": "Field Index"
},
"fdt": {
"size_in_bytes": 8714156,
"description": "Field Data"
},
"tip": {
"size_in_bytes": 5463,
"description": "Term Index"
},
"pos": {
"size_in_bytes": 7750,
"description": "Positions"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcsA==",
"generation": 25,
"user_data": {
"local_checkpoint": "7190",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "Y-ArgsFRS_e_65AgeCplXw",
"history_uuid": "qh8sAOEjRg-r00kpq5SdNg",
"sync_id": "4RZlQhdfRCqFffdb3t0Wig",
"translog_generation": "27",
"max_seq_no": "7190"
},
"num_docs": 10057
},
"seq_no": {
"max_seq_no": 7190,
"local_checkpoint": 7190,
"global_checkpoint": 7190
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.02": {
"primaries": {
"docs": {
"count": 10056,
"deleted": 0
},
"store": {
"size_in_bytes": 10394731
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 126,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 26
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 67133,
"terms_memory_in_bytes": 51763,
"stored_fields_memory_in_bytes": 8344,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 5120,
"points_memory_in_bytes": 410,
"doc_values_memory_in_bytes": 1496,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1448,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdx": {
"size_in_bytes": 7207,
"description": "Field Index"
},
"dvm": {
"size_in_bytes": 25276,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 8705340,
"description": "Field Data"
},
"doc": {
"size_in_bytes": 190646,
"description": "Frequencies"
},
"dim": {
"size_in_bytes": 230334,
"description": "Points"
},
"fnm": {
"size_in_bytes": 42937,
"description": "Fields"
},
"dvd": {
"size_in_bytes": 503625,
"description": "DocValues"
},
"dii": {
"size_in_bytes": 367,
"description": "Points"
},
"pos": {
"size_in_bytes": 7795,
"description": "Positions"
},
"tim": {
"size_in_bytes": 484935,
"description": "Term Dictionary"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"nvd": {
"size_in_bytes": 182604,
"description": "Norms"
},
"tip": {
"size_in_bytes": 7033,
"description": "Term Index"
},
"nvm": {
"size_in_bytes": 2908,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 10056,
"deleted": 0
},
"store": {
"size_in_bytes": 10394731
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 126,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 26
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 67133,
"terms_memory_in_bytes": 51763,
"stored_fields_memory_in_bytes": 8344,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 5120,
"points_memory_in_bytes": 410,
"doc_values_memory_in_bytes": 1496,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1448,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdt": {
"size_in_bytes": 8705340,
"description": "Field Data"
},
"nvd": {
"size_in_bytes": 182604,
"description": "Norms"
},
"fnm": {
"size_in_bytes": 42937,
"description": "Fields"
},
"dim": {
"size_in_bytes": 230334,
"description": "Points"
},
"nvm": {
"size_in_bytes": 2908,
"description": "Norms"
},
"fdx": {
"size_in_bytes": 7207,
"description": "Field Index"
},
"tip": {
"size_in_bytes": 7033,
"description": "Term Index"
},
"dvm": {
"size_in_bytes": 25276,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 484935,
"description": "Term Dictionary"
},
"dvd": {
"size_in_bytes": 503625,
"description": "DocValues"
},
"pos": {
"size_in_bytes": 7795,
"description": "Positions"
},
"doc": {
"size_in_bytes": 190646,
"description": "Frequencies"
},
"dii": {
"size_in_bytes": 367,
"description": "Points"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 10056,
"deleted": 0
},
"store": {
"size_in_bytes": 10394731
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 126,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 26
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 4,
"memory_in_bytes": 67133,
"terms_memory_in_bytes": 51763,
"stored_fields_memory_in_bytes": 8344,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 5120,
"points_memory_in_bytes": 410,
"doc_values_memory_in_bytes": 1496,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1448,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"tip": {
"size_in_bytes": 7033,
"description": "Term Index"
},
"nvd": {
"size_in_bytes": 182604,
"description": "Norms"
},
"tim": {
"size_in_bytes": 484935,
"description": "Term Dictionary"
},
"fnm": {
"size_in_bytes": 42937,
"description": "Fields"
},
"dvm": {
"size_in_bytes": 25276,
"description": "DocValues"
},
"pos": {
"size_in_bytes": 7795,
"description": "Positions"
},
"doc": {
"size_in_bytes": 190646,
"description": "Frequencies"
},
"dim": {
"size_in_bytes": 230334,
"description": "Points"
},
"dvd": {
"size_in_bytes": 503625,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 7207,
"description": "Field Index"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fdt": {
"size_in_bytes": 8705340,
"description": "Field Data"
},
"dii": {
"size_in_bytes": 367,
"description": "Points"
},
"nvm": {
"size_in_bytes": 2908,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKctQ==",
"generation": 25,
"user_data": {
"local_checkpoint": "7189",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "oIpZY8xkTkirMlavwKUwsA",
"history_uuid": "uywwKE17RJ2Ftad9KDLRNw",
"sync_id": "g7-0aWQATjipKvTkOlkxOA",
"translog_generation": "27",
"max_seq_no": "7189"
},
"num_docs": 10056
},
"seq_no": {
"max_seq_no": 7189,
"local_checkpoint": 7189,
"global_checkpoint": 7189
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.01": {
"primaries": {
"docs": {
"count": 10065,
"deleted": 0
},
"store": {
"size_in_bytes": 10457341
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 111,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 26
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 6,
"memory_in_bytes": 91033,
"terms_memory_in_bytes": 72495,
"stored_fields_memory_in_bytes": 9048,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 7424,
"points_memory_in_bytes": 434,
"doc_values_memory_in_bytes": 1632,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1544,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"nvm": {
"size_in_bytes": 4230,
"description": "Norms"
},
"dii": {
"size_in_bytes": 539,
"description": "Points"
},
"nvd": {
"size_in_bytes": 182756,
"description": "Norms"
},
"dvm": {
"size_in_bytes": 35446,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 191464,
"description": "Frequencies"
},
"tip": {
"size_in_bytes": 9203,
"description": "Term Index"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dim": {
"size_in_bytes": 233351,
"description": "Points"
},
"pos": {
"size_in_bytes": 8118,
"description": "Positions"
},
"dvd": {
"size_in_bytes": 504904,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 8722302,
"description": "Field Data"
},
"fdx": {
"size_in_bytes": 7424,
"description": "Field Index"
},
"tim": {
"size_in_bytes": 491967,
"description": "Term Dictionary"
},
"fnm": {
"size_in_bytes": 60055,
"description": "Fields"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 10065,
"deleted": 0
},
"store": {
"size_in_bytes": 10457341
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 111,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 26
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 6,
"memory_in_bytes": 91033,
"terms_memory_in_bytes": 72495,
"stored_fields_memory_in_bytes": 9048,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 7424,
"points_memory_in_bytes": 434,
"doc_values_memory_in_bytes": 1632,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1544,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdx": {
"size_in_bytes": 7424,
"description": "Field Index"
},
"nvd": {
"size_in_bytes": 182756,
"description": "Norms"
},
"fdt": {
"size_in_bytes": 8722302,
"description": "Field Data"
},
"fnm": {
"size_in_bytes": 60055,
"description": "Fields"
},
"pos": {
"size_in_bytes": 8118,
"description": "Positions"
},
"tim": {
"size_in_bytes": 491967,
"description": "Term Dictionary"
},
"dvm": {
"size_in_bytes": 35446,
"description": "DocValues"
},
"dvd": {
"size_in_bytes": 504904,
"description": "DocValues"
},
"dii": {
"size_in_bytes": 539,
"description": "Points"
},
"tip": {
"size_in_bytes": 9203,
"description": "Term Index"
},
"dim": {
"size_in_bytes": 233351,
"description": "Points"
},
"doc": {
"size_in_bytes": 191464,
"description": "Frequencies"
},
"nvm": {
"size_in_bytes": 4230,
"description": "Norms"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 10065,
"deleted": 0
},
"store": {
"size_in_bytes": 10457341
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 111,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 26
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 6,
"memory_in_bytes": 91033,
"terms_memory_in_bytes": 72495,
"stored_fields_memory_in_bytes": 9048,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 7424,
"points_memory_in_bytes": 434,
"doc_values_memory_in_bytes": 1632,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1544,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"nvm": {
"size_in_bytes": 4230,
"description": "Norms"
},
"fdt": {
"size_in_bytes": 8722302,
"description": "Field Data"
},
"fnm": {
"size_in_bytes": 60055,
"description": "Fields"
},
"dvd": {
"size_in_bytes": 504904,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 7424,
"description": "Field Index"
},
"pos": {
"size_in_bytes": 8118,
"description": "Positions"
},
"doc": {
"size_in_bytes": 191464,
"description": "Frequencies"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dii": {
"size_in_bytes": 539,
"description": "Points"
},
"dim": {
"size_in_bytes": 233351,
"description": "Points"
},
"dvm": {
"size_in_bytes": 35446,
"description": "DocValues"
},
"nvd": {
"size_in_bytes": 182756,
"description": "Norms"
},
"tim": {
"size_in_bytes": 491967,
"description": "Term Dictionary"
},
"tip": {
"size_in_bytes": 9203,
"description": "Term Index"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcsw==",
"generation": 25,
"user_data": {
"local_checkpoint": "7194",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "MBEdGE4aRSOml6AQ_BhuaA",
"history_uuid": "6o5Pgyr4TtGgQ6pBq6PN6w",
"sync_id": "xqBfgd7UQUevYobj0qu9pA",
"translog_generation": "27",
"max_seq_no": "7194"
},
"num_docs": 10065
},
"seq_no": {
"max_seq_no": 7194,
"local_checkpoint": 7194,
"global_checkpoint": 7194
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2017.12.29": {
"primaries": {
"docs": {
"count": 9989,
"deleted": 0
},
"store": {
"size_in_bytes": 10376931
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 147,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 17
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 132175,
"terms_memory_in_bytes": 108156,
"stored_fields_memory_in_bytes": 10000,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11136,
"points_memory_in_bytes": 447,
"doc_values_memory_in_bytes": 2436,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1672,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"tip": {
"size_in_bytes": 13183,
"description": "Term Index"
},
"fdt": {
"size_in_bytes": 8575778,
"description": "Field Data"
},
"doc": {
"size_in_bytes": 191724,
"description": "Frequencies"
},
"fdx": {
"size_in_bytes": 7706,
"description": "Field Index"
},
"dvd": {
"size_in_bytes": 506527,
"description": "DocValues"
},
"dii": {
"size_in_bytes": 803,
"description": "Points"
},
"dim": {
"size_in_bytes": 232866,
"description": "Points"
},
"fnm": {
"size_in_bytes": 89170,
"description": "Fields"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"nvd": {
"size_in_bytes": 182951,
"description": "Norms"
},
"nvm": {
"size_in_bytes": 6345,
"description": "Norms"
},
"dvm": {
"size_in_bytes": 53165,
"description": "DocValues"
},
"pos": {
"size_in_bytes": 9444,
"description": "Positions"
},
"tim": {
"size_in_bytes": 498900,
"description": "Term Dictionary"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 9989,
"deleted": 0
},
"store": {
"size_in_bytes": 10376931
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 147,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 17
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 132175,
"terms_memory_in_bytes": 108156,
"stored_fields_memory_in_bytes": 10000,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11136,
"points_memory_in_bytes": 447,
"doc_values_memory_in_bytes": 2436,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1672,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dvm": {
"size_in_bytes": 53165,
"description": "DocValues"
},
"nvd": {
"size_in_bytes": 182951,
"description": "Norms"
},
"doc": {
"size_in_bytes": 191724,
"description": "Frequencies"
},
"fdt": {
"size_in_bytes": 8575778,
"description": "Field Data"
},
"dii": {
"size_in_bytes": 803,
"description": "Points"
},
"tip": {
"size_in_bytes": 13183,
"description": "Term Index"
},
"nvm": {
"size_in_bytes": 6345,
"description": "Norms"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dim": {
"size_in_bytes": 232866,
"description": "Points"
},
"pos": {
"size_in_bytes": 9444,
"description": "Positions"
},
"fdx": {
"size_in_bytes": 7706,
"description": "Field Index"
},
"fnm": {
"size_in_bytes": 89170,
"description": "Fields"
},
"dvd": {
"size_in_bytes": 506527,
"description": "DocValues"
},
"tim": {
"size_in_bytes": 498900,
"description": "Term Dictionary"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 9989,
"deleted": 0
},
"store": {
"size_in_bytes": 10376931
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 147,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 17
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 132175,
"terms_memory_in_bytes": 108156,
"stored_fields_memory_in_bytes": 10000,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11136,
"points_memory_in_bytes": 447,
"doc_values_memory_in_bytes": 2436,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1672,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"nvd": {
"size_in_bytes": 182951,
"description": "Norms"
},
"fnm": {
"size_in_bytes": 89170,
"description": "Fields"
},
"nvm": {
"size_in_bytes": 6345,
"description": "Norms"
},
"dvm": {
"size_in_bytes": 53165,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 191724,
"description": "Frequencies"
},
"dii": {
"size_in_bytes": 803,
"description": "Points"
},
"dvd": {
"size_in_bytes": 506527,
"description": "DocValues"
},
"fdt": {
"size_in_bytes": 8575778,
"description": "Field Data"
},
"tip": {
"size_in_bytes": 13183,
"description": "Term Index"
},
"tim": {
"size_in_bytes": 498900,
"description": "Term Dictionary"
},
"fdx": {
"size_in_bytes": 7706,
"description": "Field Index"
},
"pos": {
"size_in_bytes": 9444,
"description": "Positions"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dim": {
"size_in_bytes": 232866,
"description": "Points"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcuQ==",
"generation": 26,
"user_data": {
"local_checkpoint": "7134",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "cDB8bA5lSDe9iJTeEGQ2uQ",
"history_uuid": "VyxOOUvqTduMn9VAWHj2Xg",
"sync_id": "8Upv6JwRTAGJ_CEXzAyNeQ",
"translog_generation": "28",
"max_seq_no": "7134"
},
"num_docs": 9989
},
"seq_no": {
"max_seq_no": 7134,
"local_checkpoint": 7134,
"global_checkpoint": 7134
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.09": {
"primaries": {
"docs": {
"count": 10053,
"deleted": 0
},
"store": {
"size_in_bytes": 9240585
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 262,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 95
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 131874,
"terms_memory_in_bytes": 108060,
"stored_fields_memory_in_bytes": 9776,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11136,
"points_memory_in_bytes": 474,
"doc_values_memory_in_bytes": 2428,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1680,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"nvd": {
"size_in_bytes": 183129,
"description": "Norms"
},
"nvm": {
"size_in_bytes": 6345,
"description": "Norms"
},
"dvm": {
"size_in_bytes": 53157,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 89170,
"description": "Fields"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"tim": {
"size_in_bytes": 502338,
"description": "Term Dictionary"
},
"doc": {
"size_in_bytes": 192385,
"description": "Frequencies"
},
"dim": {
"size_in_bytes": 234437,
"description": "Points"
},
"fdt": {
"size_in_bytes": 7434762,
"description": "Field Data"
},
"tip": {
"size_in_bytes": 13087,
"description": "Term Index"
},
"pos": {
"size_in_bytes": 8145,
"description": "Positions"
},
"fdx": {
"size_in_bytes": 7486,
"description": "Field Index"
},
"dvd": {
"size_in_bytes": 506972,
"description": "DocValues"
},
"dii": {
"size_in_bytes": 803,
"description": "Points"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 10053,
"deleted": 0
},
"store": {
"size_in_bytes": 9240585
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 262,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 95
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 131874,
"terms_memory_in_bytes": 108060,
"stored_fields_memory_in_bytes": 9776,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11136,
"points_memory_in_bytes": 474,
"doc_values_memory_in_bytes": 2428,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1680,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"dii": {
"size_in_bytes": 803,
"description": "Points"
},
"pos": {
"size_in_bytes": 8145,
"description": "Positions"
},
"tip": {
"size_in_bytes": 13087,
"description": "Term Index"
},
"nvm": {
"size_in_bytes": 6345,
"description": "Norms"
},
"nvd": {
"size_in_bytes": 183129,
"description": "Norms"
},
"fdt": {
"size_in_bytes": 7434762,
"description": "Field Data"
},
"tim": {
"size_in_bytes": 502338,
"description": "Term Dictionary"
},
"fnm": {
"size_in_bytes": 89170,
"description": "Fields"
},
"dvm": {
"size_in_bytes": 53157,
"description": "DocValues"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"doc": {
"size_in_bytes": 192385,
"description": "Frequencies"
},
"dim": {
"size_in_bytes": 234437,
"description": "Points"
},
"dvd": {
"size_in_bytes": 506972,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 7486,
"description": "Field Index"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 10053,
"deleted": 0
},
"store": {
"size_in_bytes": 9240585
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 262,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 95
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 9,
"memory_in_bytes": 131874,
"terms_memory_in_bytes": 108060,
"stored_fields_memory_in_bytes": 9776,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 11136,
"points_memory_in_bytes": 474,
"doc_values_memory_in_bytes": 2428,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1680,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"nvd": {
"size_in_bytes": 183129,
"description": "Norms"
},
"dim": {
"size_in_bytes": 234437,
"description": "Points"
},
"nvm": {
"size_in_bytes": 6345,
"description": "Norms"
},
"fnm": {
"size_in_bytes": 89170,
"description": "Fields"
},
"dvm": {
"size_in_bytes": 53157,
"description": "DocValues"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"tim": {
"size_in_bytes": 502338,
"description": "Term Dictionary"
},
"dvd": {
"size_in_bytes": 506972,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 7486,
"description": "Field Index"
},
"pos": {
"size_in_bytes": 8145,
"description": "Positions"
},
"tip": {
"size_in_bytes": 13087,
"description": "Term Index"
},
"doc": {
"size_in_bytes": 192385,
"description": "Frequencies"
},
"dii": {
"size_in_bytes": 803,
"description": "Points"
},
"fdt": {
"size_in_bytes": 7434762,
"description": "Field Data"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcqA==",
"generation": 25,
"user_data": {
"local_checkpoint": "7188",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "GrHb-WvNTtqwwY8Rt2gSCg",
"history_uuid": "2u27MMFCSZSfJc5wsIU46w",
"sync_id": "omnypansRiKSZ_JG0oJ9Cw",
"translog_generation": "27",
"max_seq_no": "7188"
},
"num_docs": 10053
},
"seq_no": {
"max_seq_no": 7188,
"local_checkpoint": 7188,
"global_checkpoint": 7188
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.08": {
"primaries": {
"docs": {
"count": 10054,
"deleted": 0
},
"store": {
"size_in_bytes": 9056575
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 60,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 338
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 6,
"memory_in_bytes": 90825,
"terms_memory_in_bytes": 72591,
"stored_fields_memory_in_bytes": 8744,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 7424,
"points_memory_in_bytes": 434,
"doc_values_memory_in_bytes": 1632,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1536,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdt": {
"size_in_bytes": 7322374,
"description": "Field Data"
},
"dvm": {
"size_in_bytes": 35446,
"description": "DocValues"
},
"fdx": {
"size_in_bytes": 7118,
"description": "Field Index"
},
"tim": {
"size_in_bytes": 491646,
"description": "Term Dictionary"
},
"pos": {
"size_in_bytes": 7940,
"description": "Positions"
},
"dii": {
"size_in_bytes": 539,
"description": "Points"
},
"doc": {
"size_in_bytes": 191773,
"description": "Frequencies"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"tip": {
"size_in_bytes": 9299,
"description": "Term Index"
},
"dvd": {
"size_in_bytes": 504672,
"description": "DocValues"
},
"fnm": {
"size_in_bytes": 60055,
"description": "Fields"
},
"dim": {
"size_in_bytes": 233197,
"description": "Points"
},
"nvd": {
"size_in_bytes": 182704,
"description": "Norms"
},
"nvm": {
"size_in_bytes": 4230,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 10054,
"deleted": 0
},
"store": {
"size_in_bytes": 9056575
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 60,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 338
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 6,
"memory_in_bytes": 90825,
"terms_memory_in_bytes": 72591,
"stored_fields_memory_in_bytes": 8744,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 7424,
"points_memory_in_bytes": 434,
"doc_values_memory_in_bytes": 1632,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1536,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdt": {
"size_in_bytes": 7322374,
"description": "Field Data"
},
"fdx": {
"size_in_bytes": 7118,
"description": "Field Index"
},
"dii": {
"size_in_bytes": 539,
"description": "Points"
},
"doc": {
"size_in_bytes": 191773,
"description": "Frequencies"
},
"tip": {
"size_in_bytes": 9299,
"description": "Term Index"
},
"fnm": {
"size_in_bytes": 60055,
"description": "Fields"
},
"nvd": {
"size_in_bytes": 182704,
"description": "Norms"
},
"dvd": {
"size_in_bytes": 504672,
"description": "DocValues"
},
"dim": {
"size_in_bytes": 233197,
"description": "Points"
},
"nvm": {
"size_in_bytes": 4230,
"description": "Norms"
},
"dvm": {
"size_in_bytes": 35446,
"description": "DocValues"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"tim": {
"size_in_bytes": 491646,
"description": "Term Dictionary"
},
"pos": {
"size_in_bytes": 7940,
"description": "Positions"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 10054,
"deleted": 0
},
"store": {
"size_in_bytes": 9056575
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 60,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 0
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 338
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 6,
"memory_in_bytes": 90825,
"terms_memory_in_bytes": 72591,
"stored_fields_memory_in_bytes": 8744,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 7424,
"points_memory_in_bytes": 434,
"doc_values_memory_in_bytes": 1632,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1536,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"tim": {
"size_in_bytes": 491646,
"description": "Term Dictionary"
},
"pos": {
"size_in_bytes": 7940,
"description": "Positions"
},
"dvd": {
"size_in_bytes": 504672,
"description": "DocValues"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"nvm": {
"size_in_bytes": 4230,
"description": "Norms"
},
"dvm": {
"size_in_bytes": 35446,
"description": "DocValues"
},
"tip": {
"size_in_bytes": 9299,
"description": "Term Index"
},
"dim": {
"size_in_bytes": 233197,
"description": "Points"
},
"doc": {
"size_in_bytes": 191773,
"description": "Frequencies"
},
"fnm": {
"size_in_bytes": 60055,
"description": "Fields"
},
"fdt": {
"size_in_bytes": 7322374,
"description": "Field Data"
},
"dii": {
"size_in_bytes": 539,
"description": "Points"
},
"fdx": {
"size_in_bytes": 7118,
"description": "Field Index"
},
"nvd": {
"size_in_bytes": 182704,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
},
"commit": {
"id": "Lpgue7tGN1Zu0/lT6iKcqw==",
"generation": 25,
"user_data": {
"local_checkpoint": "7189",
"max_unsafe_auto_id_timestamp": "-1",
"translog_uuid": "ewyF394QRGah43opyakJXA",
"history_uuid": "-S6rB2M7S1iPjb9FgK25yQ",
"sync_id": "tXgOLC1ARym3GpO-UhyakA",
"translog_generation": "27",
"max_seq_no": "7189"
},
"num_docs": 10054
},
"seq_no": {
"max_seq_no": 7189,
"local_checkpoint": 7189,
"global_checkpoint": 7189
},
"shard_path": {
"state_path": "/var/lib/elasticsearch/nodes/0",
"data_path": "/var/lib/elasticsearch/nodes/0",
"is_custom_data_path": false
}
}
]
}
},
".watcher-history-7-2018.01.07": {
"primaries": {
"docs": {
"count": 10047,
"deleted": 0
},
"store": {
"size_in_bytes": 9099906
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 263,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 74
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 6,
"memory_in_bytes": 90730,
"terms_memory_in_bytes": 72639,
"stored_fields_memory_in_bytes": 8600,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 7424,
"points_memory_in_bytes": 435,
"doc_values_memory_in_bytes": 1632,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1536,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"fdx": {
"size_in_bytes": 6978,
"description": "Field Index"
},
"dii": {
"size_in_bytes": 539,
"description": "Points"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"dim": {
"size_in_bytes": 235043,
"description": "Points"
},
"nvm": {
"size_in_bytes": 4230,
"description": "Norms"
},
"fdt": {
"size_in_bytes": 7364868,
"description": "Field Data"
},
"dvm": {
"size_in_bytes": 35446,
"description": "DocValues"
},
"nvd": {
"size_in_bytes": 182680,
"description": "Norms"
},
"tip": {
"size_in_bytes": 9347,
"description": "Term Index"
},
"pos": {
"size_in_bytes": 7789,
"description": "Positions"
},
"doc": {
"size_in_bytes": 191497,
"description": "Frequencies"
},
"tim": {
"size_in_bytes": 491336,
"description": "Term Dictionary"
},
"fnm": {
"size_in_bytes": 60055,
"description": "Fields"
},
"dvd": {
"size_in_bytes": 504516,
"description": "DocValues"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"total": {
"docs": {
"count": 10047,
"deleted": 0
},
"store": {
"size_in_bytes": 9099906
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 263,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 74
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 6,
"memory_in_bytes": 90730,
"terms_memory_in_bytes": 72639,
"stored_fields_memory_in_bytes": 8600,
"term_vectors_memory_in_bytes": 0,
"norms_memory_in_bytes": 7424,
"points_memory_in_bytes": 435,
"doc_values_memory_in_bytes": 1632,
"index_writer_memory_in_bytes": 0,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 1536,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {
"tim": {
"size_in_bytes": 491336,
"description": "Term Dictionary"
},
"si": {
"size_in_bytes": 602,
"description": "Segment Info"
},
"fdt": {
"size_in_bytes": 7364868,
"description": "Field Data"
},
"pos": {
"size_in_bytes": 7789,
"description": "Positions"
},
"nvd": {
"size_in_bytes": 182680,
"description": "Norms"
},
"dvm": {
"size_in_bytes": 35446,
"description": "DocValues"
},
"doc": {
"size_in_bytes": 191497,
"description": "Frequencies"
},
"tip": {
"size_in_bytes": 9347,
"description": "Term Index"
},
"fnm": {
"size_in_bytes": 60055,
"description": "Fields"
},
"dii": {
"size_in_bytes": 539,
"description": "Points"
},
"dim": {
"size_in_bytes": 235043,
"description": "Points"
},
"fdx": {
"size_in_bytes": 6978,
"description": "Field Index"
},
"dvd": {
"size_in_bytes": 504516,
"description": "DocValues"
},
"nvm": {
"size_in_bytes": 4230,
"description": "Norms"
}
}
},
"translog": {
"operations": 0,
"size_in_bytes": 43,
"uncommitted_operations": 0,
"uncommitted_size_in_bytes": 43
},
"request_cache": {
"memory_size_in_bytes": 0,
"evictions": 0,
"hit_count": 0,
"miss_count": 0
},
"recovery": {
"current_as_source": 0,
"current_as_target": 0,
"throttle_time_in_millis": 0
}
},
"shards": {
"0": [
{
"routing": {
"state": "STARTED",
"primary": true,
"node": "EEvTfAV0QN-RBB8dGd23EA",
"relocating_node": null
},
"docs": {
"count": 10047,
"deleted": 0
},
"store": {
"size_in_bytes": 9099906
},
"indexing": {
"index_total": 0,
"index_time_in_millis": 0,
"index_current": 0,
"index_failed": 0,
"delete_total": 0,
"delete_time_in_millis": 0,
"delete_current": 0,
"noop_update_total": 0,
"is_throttled": false,
"throttle_time_in_millis": 0
},
"get": {
"total": 0,
"time_in_millis": 0,
"exists_total": 0,
"exists_time_in_millis": 0,
"missing_total": 0,
"missing_time_in_millis": 0,
"current": 0
},
"search": {
"open_contexts": 0,
"query_total": 0,
"query_time_in_millis": 0,
"query_current": 0,
"fetch_total": 0,
"fetch_time_in_millis": 0,
"fetch_current": 0,
"scroll_total": 0,
"scroll_time_in_millis": 0,
"scroll_current": 0,
"suggest_total": 0,
"suggest_time_in_millis": 0,
"suggest_current": 0
},
"merges": {
"current": 0,
"current_docs": 0,
"current_size_in_bytes": 0,
"total": 0,
"total_time_in_millis": 0,
"total_docs": 0,
"total_size_in_bytes": 0,
"total_stopped_time_in_millis": 0,
"total_throttled_time_in_millis": 0,
"total_auto_throttle_in_bytes": 20971520
},
"refresh": {
"total": 5,
"total_time_in_millis": 263,
"listeners": 0
},
"flush": {
"total": 1,
"total_time_in_millis": 1
},
"warmer": {
"current": 0,
"total": 2,
"total_time_in_millis": 74
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 0,
"evictions": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 6,
"memory_in_bytes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment