mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Reduce mappings (#76008)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
4379ca8cbf
commit
50ce6349aa
30 changed files with 6685 additions and 30488 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Binary file not shown.
|
@ -8,93 +8,14 @@
|
|||
"date_detection": false,
|
||||
"dynamic": "false",
|
||||
"properties": {
|
||||
"ccr_auto_follow_stats": {
|
||||
"properties": {
|
||||
"auto_followed_clusters": {
|
||||
"properties": {
|
||||
"cluster_name": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"last_seen_metadata_version": {
|
||||
"type": "long"
|
||||
},
|
||||
"time_since_last_check_millis": {
|
||||
"type": "long"
|
||||
}
|
||||
},
|
||||
"type": "nested"
|
||||
},
|
||||
"number_of_failed_follow_indices": {
|
||||
"type": "long"
|
||||
},
|
||||
"number_of_failed_remote_cluster_state_requests": {
|
||||
"type": "long"
|
||||
},
|
||||
"number_of_successful_follow_indices": {
|
||||
"type": "long"
|
||||
},
|
||||
"recent_auto_follow_errors": {
|
||||
"properties": {
|
||||
"auto_follow_exception": {
|
||||
"properties": {
|
||||
"reason": {
|
||||
"type": "text"
|
||||
},
|
||||
"type": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"leader_index": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "long"
|
||||
}
|
||||
},
|
||||
"type": "nested"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ccr_stats": {
|
||||
"properties": {
|
||||
"bytes_read": {
|
||||
"type": "long"
|
||||
},
|
||||
"failed_read_requests": {
|
||||
"type": "long"
|
||||
},
|
||||
"failed_write_requests": {
|
||||
"type": "long"
|
||||
},
|
||||
"fatal_exception": {
|
||||
"properties": {
|
||||
"reason": {
|
||||
"type": "text"
|
||||
},
|
||||
"type": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"follower_global_checkpoint": {
|
||||
"type": "long"
|
||||
},
|
||||
"follower_index": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"follower_mapping_version": {
|
||||
"type": "long"
|
||||
},
|
||||
"follower_max_seq_no": {
|
||||
"type": "long"
|
||||
},
|
||||
"follower_settings_version": {
|
||||
"type": "long"
|
||||
},
|
||||
"last_requested_seq_no": {
|
||||
"type": "long"
|
||||
},
|
||||
"leader_global_checkpoint": {
|
||||
"type": "long"
|
||||
},
|
||||
|
@ -104,112 +25,30 @@
|
|||
"leader_max_seq_no": {
|
||||
"type": "long"
|
||||
},
|
||||
"operations_read": {
|
||||
"type": "long"
|
||||
},
|
||||
"operations_written": {
|
||||
"type": "long"
|
||||
},
|
||||
"outstanding_read_requests": {
|
||||
"type": "long"
|
||||
},
|
||||
"outstanding_write_requests": {
|
||||
"type": "long"
|
||||
},
|
||||
"read_exceptions": {
|
||||
"properties": {
|
||||
"exception": {
|
||||
"properties": {
|
||||
"reason": {
|
||||
"type": "text"
|
||||
},
|
||||
"type": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"from_seq_no": {
|
||||
"type": "long"
|
||||
},
|
||||
"retries": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"type": "nested"
|
||||
},
|
||||
"remote_cluster": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"shard_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"successful_read_requests": {
|
||||
"type": "long"
|
||||
},
|
||||
"successful_write_requests": {
|
||||
"type": "long"
|
||||
},
|
||||
"time_since_last_read_millis": {
|
||||
"type": "long"
|
||||
},
|
||||
"total_read_remote_exec_time_millis": {
|
||||
"type": "long"
|
||||
},
|
||||
"total_read_time_millis": {
|
||||
"type": "long"
|
||||
},
|
||||
"total_write_time_millis": {
|
||||
"type": "long"
|
||||
},
|
||||
"write_buffer_operation_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"write_buffer_size_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"cluster_state": {
|
||||
"properties": {
|
||||
"master_node": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"nodes": {
|
||||
"type": "object"
|
||||
},
|
||||
"nodes_hash": {
|
||||
"type": "integer"
|
||||
},
|
||||
"shards": {
|
||||
"type": "object"
|
||||
},
|
||||
"state_uuid": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"status": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"version": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"cluster_stats": {
|
||||
"properties": {
|
||||
"indices": {
|
||||
"type": "object"
|
||||
},
|
||||
"nodes": {
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
},
|
||||
"cluster_uuid": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"index_recovery": {
|
||||
"type": "object"
|
||||
},
|
||||
"index_stats": {
|
||||
"properties": {
|
||||
"index": {
|
||||
|
@ -224,16 +63,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"fielddata": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"indexing": {
|
||||
"properties": {
|
||||
"index_time_in_millis": {
|
||||
|
@ -254,22 +83,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"query_cache": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"hit_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"miss_count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"refresh": {
|
||||
"properties": {
|
||||
"total_time_in_millis": {
|
||||
|
@ -277,66 +90,10 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"request_cache": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"hit_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"miss_count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"properties": {
|
||||
"query_time_in_millis": {
|
||||
"type": "long"
|
||||
},
|
||||
"query_total": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"segments": {
|
||||
"properties": {
|
||||
"count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"doc_values_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"fixed_bit_set_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"index_writer_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"norms_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"points_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"stored_fields_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"term_vectors_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"terms_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"version_map_memory_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -351,18 +108,8 @@
|
|||
},
|
||||
"total": {
|
||||
"properties": {
|
||||
"docs": {
|
||||
"properties": {
|
||||
"count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fielddata": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
|
@ -390,17 +137,8 @@
|
|||
},
|
||||
"query_cache": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"hit_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"miss_count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -413,17 +151,8 @@
|
|||
},
|
||||
"request_cache": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"hit_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"miss_count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -491,13 +220,6 @@
|
|||
"properties": {
|
||||
"primaries": {
|
||||
"properties": {
|
||||
"docs": {
|
||||
"properties": {
|
||||
"count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"indexing": {
|
||||
"properties": {
|
||||
"index_time_in_millis": {
|
||||
|
@ -507,33 +229,13 @@
|
|||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"properties": {
|
||||
"query_time_in_millis": {
|
||||
"type": "long"
|
||||
},
|
||||
"query_total": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"total": {
|
||||
"properties": {
|
||||
"docs": {
|
||||
"properties": {
|
||||
"count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"indexing": {
|
||||
"properties": {
|
||||
"index_time_in_millis": {
|
||||
"type": "long"
|
||||
},
|
||||
"index_total": {
|
||||
"type": "long"
|
||||
}
|
||||
|
@ -555,58 +257,10 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"interval_ms": {
|
||||
"type": "long"
|
||||
},
|
||||
"job_stats": {
|
||||
"properties": {
|
||||
"data_counts": {
|
||||
"properties": {
|
||||
"bucket_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"earliest_record_timestamp": {
|
||||
"type": "date"
|
||||
},
|
||||
"empty_bucket_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"input_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"latest_record_timestamp": {
|
||||
"type": "date"
|
||||
},
|
||||
"processed_record_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"sparse_bucket_count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"job_id": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"model_size_stats": {
|
||||
"properties": {
|
||||
"bucket_allocation_failures_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"model_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"node": {
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -614,13 +268,6 @@
|
|||
"properties": {
|
||||
"fs": {
|
||||
"properties": {
|
||||
"data": {
|
||||
"properties": {
|
||||
"spins": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"io_stats": {
|
||||
"properties": {
|
||||
"total": {
|
||||
|
@ -628,15 +275,9 @@
|
|||
"operations": {
|
||||
"type": "long"
|
||||
},
|
||||
"read_kilobytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"read_operations": {
|
||||
"type": "long"
|
||||
},
|
||||
"write_kilobytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"write_operations": {
|
||||
"type": "long"
|
||||
}
|
||||
|
@ -648,12 +289,6 @@
|
|||
"properties": {
|
||||
"available_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"free_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"total_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -661,18 +296,8 @@
|
|||
},
|
||||
"indices": {
|
||||
"properties": {
|
||||
"docs": {
|
||||
"properties": {
|
||||
"count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fielddata": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
|
@ -693,33 +318,15 @@
|
|||
},
|
||||
"query_cache": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"hit_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"miss_count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"request_cache": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"hit_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"miss_count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -769,13 +376,6 @@
|
|||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"store": {
|
||||
"properties": {
|
||||
"size_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -824,15 +424,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"mlockall": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"node_id": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"node_master": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"os": {
|
||||
"properties": {
|
||||
"cgroup": {
|
||||
|
@ -842,9 +436,6 @@
|
|||
"cfs_quota_micros": {
|
||||
"type": "long"
|
||||
},
|
||||
"control_group": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"stat": {
|
||||
"properties": {
|
||||
"number_of_elapsed_periods": {
|
||||
|
@ -862,26 +453,10 @@
|
|||
},
|
||||
"cpuacct": {
|
||||
"properties": {
|
||||
"control_group": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"usage_nanos": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"memory": {
|
||||
"properties": {
|
||||
"control_group": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"limit_in_bytes": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"usage_in_bytes": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -889,14 +464,8 @@
|
|||
"properties": {
|
||||
"load_average": {
|
||||
"properties": {
|
||||
"15m": {
|
||||
"type": "half_float"
|
||||
},
|
||||
"1m": {
|
||||
"type": "half_float"
|
||||
},
|
||||
"5m": {
|
||||
"type": "half_float"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -912,12 +481,6 @@
|
|||
"type": "half_float"
|
||||
}
|
||||
}
|
||||
},
|
||||
"max_file_descriptors": {
|
||||
"type": "long"
|
||||
},
|
||||
"open_file_descriptors": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -930,22 +493,6 @@
|
|||
},
|
||||
"rejected": {
|
||||
"type": "long"
|
||||
},
|
||||
"threads": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"generic": {
|
||||
"properties": {
|
||||
"queue": {
|
||||
"type": "integer"
|
||||
},
|
||||
"rejected": {
|
||||
"type": "long"
|
||||
},
|
||||
"threads": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -956,9 +503,6 @@
|
|||
},
|
||||
"rejected": {
|
||||
"type": "long"
|
||||
},
|
||||
"threads": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -969,22 +513,6 @@
|
|||
},
|
||||
"rejected": {
|
||||
"type": "long"
|
||||
},
|
||||
"threads": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"management": {
|
||||
"properties": {
|
||||
"queue": {
|
||||
"type": "integer"
|
||||
},
|
||||
"rejected": {
|
||||
"type": "long"
|
||||
},
|
||||
"threads": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -995,22 +523,6 @@
|
|||
},
|
||||
"rejected": {
|
||||
"type": "long"
|
||||
},
|
||||
"threads": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"watcher": {
|
||||
"properties": {
|
||||
"queue": {
|
||||
"type": "integer"
|
||||
},
|
||||
"rejected": {
|
||||
"type": "long"
|
||||
},
|
||||
"threads": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1039,12 +551,6 @@
|
|||
"primary": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"relocating_node": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"shard": {
|
||||
"type": "long"
|
||||
},
|
||||
"state": {
|
||||
"type": "keyword"
|
||||
}
|
||||
|
@ -1052,22 +558,9 @@
|
|||
},
|
||||
"source_node": {
|
||||
"properties": {
|
||||
"host": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"ip": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"name": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"timestamp": {
|
||||
"format": "date_time",
|
||||
"type": "date"
|
||||
},
|
||||
"transport_address": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"uuid": {
|
||||
"type": "keyword"
|
||||
}
|
||||
|
|
|
@ -8,96 +8,14 @@
|
|||
"date_detection": false,
|
||||
"dynamic": "false",
|
||||
"properties": {
|
||||
"ccr_auto_follow_stats": {
|
||||
"properties": {
|
||||
"auto_followed_clusters": {
|
||||
"properties": {
|
||||
"cluster_name": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"last_seen_metadata_version": {
|
||||
"type": "long"
|
||||
},
|
||||
"time_since_last_check_millis": {
|
||||
"type": "long"
|
||||
}
|
||||
},
|
||||
"type": "nested"
|
||||
},
|
||||
"number_of_failed_follow_indices": {
|
||||
"type": "long"
|
||||
},
|
||||
"number_of_failed_remote_cluster_state_requests": {
|
||||
"type": "long"
|
||||
},
|
||||
"number_of_successful_follow_indices": {
|
||||
"type": "long"
|
||||
},
|
||||
"recent_auto_follow_errors": {
|
||||
"properties": {
|
||||
"auto_follow_exception": {
|
||||
"properties": {
|
||||
"reason": {
|
||||
"type": "text"
|
||||
},
|
||||
"type": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"leader_index": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "long"
|
||||
}
|
||||
},
|
||||
"type": "nested"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ccr_stats": {
|
||||
"properties": {
|
||||
"bytes_read": {
|
||||
"type": "long"
|
||||
},
|
||||
"failed_read_requests": {
|
||||
"type": "long"
|
||||
},
|
||||
"failed_write_requests": {
|
||||
"type": "long"
|
||||
},
|
||||
"fatal_exception": {
|
||||
"properties": {
|
||||
"reason": {
|
||||
"type": "text"
|
||||
},
|
||||
"type": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"follower_aliases_version": {
|
||||
"type": "long"
|
||||
},
|
||||
"follower_global_checkpoint": {
|
||||
"type": "long"
|
||||
},
|
||||
"follower_index": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"follower_mapping_version": {
|
||||
"type": "long"
|
||||
},
|
||||
"follower_max_seq_no": {
|
||||
"type": "long"
|
||||
},
|
||||
"follower_settings_version": {
|
||||
"type": "long"
|
||||
},
|
||||
"last_requested_seq_no": {
|
||||
"type": "long"
|
||||
},
|
||||
"leader_global_checkpoint": {
|
||||
"type": "long"
|
||||
},
|
||||
|
@ -107,112 +25,30 @@
|
|||
"leader_max_seq_no": {
|
||||
"type": "long"
|
||||
},
|
||||
"operations_read": {
|
||||
"type": "long"
|
||||
},
|
||||
"operations_written": {
|
||||
"type": "long"
|
||||
},
|
||||
"outstanding_read_requests": {
|
||||
"type": "long"
|
||||
},
|
||||
"outstanding_write_requests": {
|
||||
"type": "long"
|
||||
},
|
||||
"read_exceptions": {
|
||||
"properties": {
|
||||
"exception": {
|
||||
"properties": {
|
||||
"reason": {
|
||||
"type": "text"
|
||||
},
|
||||
"type": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"from_seq_no": {
|
||||
"type": "long"
|
||||
},
|
||||
"retries": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"type": "nested"
|
||||
},
|
||||
"remote_cluster": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"shard_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"successful_read_requests": {
|
||||
"type": "long"
|
||||
},
|
||||
"successful_write_requests": {
|
||||
"type": "long"
|
||||
},
|
||||
"time_since_last_read_millis": {
|
||||
"type": "long"
|
||||
},
|
||||
"total_read_remote_exec_time_millis": {
|
||||
"type": "long"
|
||||
},
|
||||
"total_read_time_millis": {
|
||||
"type": "long"
|
||||
},
|
||||
"total_write_time_millis": {
|
||||
"type": "long"
|
||||
},
|
||||
"write_buffer_operation_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"write_buffer_size_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"cluster_state": {
|
||||
"properties": {
|
||||
"master_node": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"nodes": {
|
||||
"type": "object"
|
||||
},
|
||||
"nodes_hash": {
|
||||
"type": "integer"
|
||||
},
|
||||
"shards": {
|
||||
"type": "object"
|
||||
},
|
||||
"state_uuid": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"status": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"version": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"cluster_stats": {
|
||||
"properties": {
|
||||
"indices": {
|
||||
"type": "object"
|
||||
},
|
||||
"nodes": {
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
},
|
||||
"cluster_uuid": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"index_recovery": {
|
||||
"type": "object"
|
||||
},
|
||||
"index_stats": {
|
||||
"properties": {
|
||||
"index": {
|
||||
|
@ -227,16 +63,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"fielddata": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"indexing": {
|
||||
"properties": {
|
||||
"index_time_in_millis": {
|
||||
|
@ -257,22 +83,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"query_cache": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"hit_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"miss_count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"refresh": {
|
||||
"properties": {
|
||||
"total_time_in_millis": {
|
||||
|
@ -280,66 +90,10 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"request_cache": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"hit_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"miss_count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"properties": {
|
||||
"query_time_in_millis": {
|
||||
"type": "long"
|
||||
},
|
||||
"query_total": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"segments": {
|
||||
"properties": {
|
||||
"count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"doc_values_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"fixed_bit_set_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"index_writer_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"norms_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"points_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"stored_fields_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"term_vectors_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"terms_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"version_map_memory_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -354,18 +108,8 @@
|
|||
},
|
||||
"total": {
|
||||
"properties": {
|
||||
"docs": {
|
||||
"properties": {
|
||||
"count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fielddata": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
|
@ -393,17 +137,8 @@
|
|||
},
|
||||
"query_cache": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"hit_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"miss_count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -416,17 +151,8 @@
|
|||
},
|
||||
"request_cache": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"hit_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"miss_count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -494,13 +220,6 @@
|
|||
"properties": {
|
||||
"primaries": {
|
||||
"properties": {
|
||||
"docs": {
|
||||
"properties": {
|
||||
"count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"indexing": {
|
||||
"properties": {
|
||||
"index_time_in_millis": {
|
||||
|
@ -510,33 +229,13 @@
|
|||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"properties": {
|
||||
"query_time_in_millis": {
|
||||
"type": "long"
|
||||
},
|
||||
"query_total": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"total": {
|
||||
"properties": {
|
||||
"docs": {
|
||||
"properties": {
|
||||
"count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"indexing": {
|
||||
"properties": {
|
||||
"index_time_in_millis": {
|
||||
"type": "long"
|
||||
},
|
||||
"index_total": {
|
||||
"type": "long"
|
||||
}
|
||||
|
@ -558,58 +257,10 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"interval_ms": {
|
||||
"type": "long"
|
||||
},
|
||||
"job_stats": {
|
||||
"properties": {
|
||||
"data_counts": {
|
||||
"properties": {
|
||||
"bucket_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"earliest_record_timestamp": {
|
||||
"type": "date"
|
||||
},
|
||||
"empty_bucket_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"input_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"latest_record_timestamp": {
|
||||
"type": "date"
|
||||
},
|
||||
"processed_record_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"sparse_bucket_count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"job_id": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"model_size_stats": {
|
||||
"properties": {
|
||||
"bucket_allocation_failures_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"model_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"node": {
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -617,13 +268,6 @@
|
|||
"properties": {
|
||||
"fs": {
|
||||
"properties": {
|
||||
"data": {
|
||||
"properties": {
|
||||
"spins": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"io_stats": {
|
||||
"properties": {
|
||||
"total": {
|
||||
|
@ -631,15 +275,9 @@
|
|||
"operations": {
|
||||
"type": "long"
|
||||
},
|
||||
"read_kilobytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"read_operations": {
|
||||
"type": "long"
|
||||
},
|
||||
"write_kilobytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"write_operations": {
|
||||
"type": "long"
|
||||
}
|
||||
|
@ -651,12 +289,6 @@
|
|||
"properties": {
|
||||
"available_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"free_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"total_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -664,18 +296,8 @@
|
|||
},
|
||||
"indices": {
|
||||
"properties": {
|
||||
"docs": {
|
||||
"properties": {
|
||||
"count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fielddata": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
|
@ -696,33 +318,15 @@
|
|||
},
|
||||
"query_cache": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"hit_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"miss_count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"request_cache": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"hit_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"miss_count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -772,13 +376,6 @@
|
|||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"store": {
|
||||
"properties": {
|
||||
"size_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -827,15 +424,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"mlockall": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"node_id": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"node_master": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"os": {
|
||||
"properties": {
|
||||
"cgroup": {
|
||||
|
@ -845,9 +436,6 @@
|
|||
"cfs_quota_micros": {
|
||||
"type": "long"
|
||||
},
|
||||
"control_group": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"stat": {
|
||||
"properties": {
|
||||
"number_of_elapsed_periods": {
|
||||
|
@ -865,26 +453,10 @@
|
|||
},
|
||||
"cpuacct": {
|
||||
"properties": {
|
||||
"control_group": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"usage_nanos": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"memory": {
|
||||
"properties": {
|
||||
"control_group": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"limit_in_bytes": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"usage_in_bytes": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -892,14 +464,8 @@
|
|||
"properties": {
|
||||
"load_average": {
|
||||
"properties": {
|
||||
"15m": {
|
||||
"type": "half_float"
|
||||
},
|
||||
"1m": {
|
||||
"type": "half_float"
|
||||
},
|
||||
"5m": {
|
||||
"type": "half_float"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -915,12 +481,6 @@
|
|||
"type": "half_float"
|
||||
}
|
||||
}
|
||||
},
|
||||
"max_file_descriptors": {
|
||||
"type": "long"
|
||||
},
|
||||
"open_file_descriptors": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -933,22 +493,6 @@
|
|||
},
|
||||
"rejected": {
|
||||
"type": "long"
|
||||
},
|
||||
"threads": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"generic": {
|
||||
"properties": {
|
||||
"queue": {
|
||||
"type": "integer"
|
||||
},
|
||||
"rejected": {
|
||||
"type": "long"
|
||||
},
|
||||
"threads": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -959,9 +503,6 @@
|
|||
},
|
||||
"rejected": {
|
||||
"type": "long"
|
||||
},
|
||||
"threads": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -972,22 +513,6 @@
|
|||
},
|
||||
"rejected": {
|
||||
"type": "long"
|
||||
},
|
||||
"threads": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"management": {
|
||||
"properties": {
|
||||
"queue": {
|
||||
"type": "integer"
|
||||
},
|
||||
"rejected": {
|
||||
"type": "long"
|
||||
},
|
||||
"threads": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -998,22 +523,6 @@
|
|||
},
|
||||
"rejected": {
|
||||
"type": "long"
|
||||
},
|
||||
"threads": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"watcher": {
|
||||
"properties": {
|
||||
"queue": {
|
||||
"type": "integer"
|
||||
},
|
||||
"rejected": {
|
||||
"type": "long"
|
||||
},
|
||||
"threads": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1042,12 +551,6 @@
|
|||
"primary": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"relocating_node": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"shard": {
|
||||
"type": "long"
|
||||
},
|
||||
"state": {
|
||||
"type": "keyword"
|
||||
}
|
||||
|
@ -1055,22 +558,9 @@
|
|||
},
|
||||
"source_node": {
|
||||
"properties": {
|
||||
"host": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"ip": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"name": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"timestamp": {
|
||||
"format": "date_time",
|
||||
"type": "date"
|
||||
},
|
||||
"transport_address": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"uuid": {
|
||||
"type": "keyword"
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -8,96 +8,14 @@
|
|||
"date_detection": false,
|
||||
"dynamic": "false",
|
||||
"properties": {
|
||||
"ccr_auto_follow_stats": {
|
||||
"properties": {
|
||||
"auto_followed_clusters": {
|
||||
"properties": {
|
||||
"cluster_name": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"last_seen_metadata_version": {
|
||||
"type": "long"
|
||||
},
|
||||
"time_since_last_check_millis": {
|
||||
"type": "long"
|
||||
}
|
||||
},
|
||||
"type": "nested"
|
||||
},
|
||||
"number_of_failed_follow_indices": {
|
||||
"type": "long"
|
||||
},
|
||||
"number_of_failed_remote_cluster_state_requests": {
|
||||
"type": "long"
|
||||
},
|
||||
"number_of_successful_follow_indices": {
|
||||
"type": "long"
|
||||
},
|
||||
"recent_auto_follow_errors": {
|
||||
"properties": {
|
||||
"auto_follow_exception": {
|
||||
"properties": {
|
||||
"reason": {
|
||||
"type": "text"
|
||||
},
|
||||
"type": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"leader_index": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"timestamp": {
|
||||
"type": "long"
|
||||
}
|
||||
},
|
||||
"type": "nested"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ccr_stats": {
|
||||
"properties": {
|
||||
"bytes_read": {
|
||||
"type": "long"
|
||||
},
|
||||
"failed_read_requests": {
|
||||
"type": "long"
|
||||
},
|
||||
"failed_write_requests": {
|
||||
"type": "long"
|
||||
},
|
||||
"fatal_exception": {
|
||||
"properties": {
|
||||
"reason": {
|
||||
"type": "text"
|
||||
},
|
||||
"type": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"follower_aliases_version": {
|
||||
"type": "long"
|
||||
},
|
||||
"follower_global_checkpoint": {
|
||||
"type": "long"
|
||||
},
|
||||
"follower_index": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"follower_mapping_version": {
|
||||
"type": "long"
|
||||
},
|
||||
"follower_max_seq_no": {
|
||||
"type": "long"
|
||||
},
|
||||
"follower_settings_version": {
|
||||
"type": "long"
|
||||
},
|
||||
"last_requested_seq_no": {
|
||||
"type": "long"
|
||||
},
|
||||
"leader_global_checkpoint": {
|
||||
"type": "long"
|
||||
},
|
||||
|
@ -107,112 +25,30 @@
|
|||
"leader_max_seq_no": {
|
||||
"type": "long"
|
||||
},
|
||||
"operations_read": {
|
||||
"type": "long"
|
||||
},
|
||||
"operations_written": {
|
||||
"type": "long"
|
||||
},
|
||||
"outstanding_read_requests": {
|
||||
"type": "long"
|
||||
},
|
||||
"outstanding_write_requests": {
|
||||
"type": "long"
|
||||
},
|
||||
"read_exceptions": {
|
||||
"properties": {
|
||||
"exception": {
|
||||
"properties": {
|
||||
"reason": {
|
||||
"type": "text"
|
||||
},
|
||||
"type": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"from_seq_no": {
|
||||
"type": "long"
|
||||
},
|
||||
"retries": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"type": "nested"
|
||||
},
|
||||
"remote_cluster": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"shard_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"successful_read_requests": {
|
||||
"type": "long"
|
||||
},
|
||||
"successful_write_requests": {
|
||||
"type": "long"
|
||||
},
|
||||
"time_since_last_read_millis": {
|
||||
"type": "long"
|
||||
},
|
||||
"total_read_remote_exec_time_millis": {
|
||||
"type": "long"
|
||||
},
|
||||
"total_read_time_millis": {
|
||||
"type": "long"
|
||||
},
|
||||
"total_write_time_millis": {
|
||||
"type": "long"
|
||||
},
|
||||
"write_buffer_operation_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"write_buffer_size_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"cluster_state": {
|
||||
"properties": {
|
||||
"master_node": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"nodes": {
|
||||
"type": "object"
|
||||
},
|
||||
"nodes_hash": {
|
||||
"type": "integer"
|
||||
},
|
||||
"shards": {
|
||||
"type": "object"
|
||||
},
|
||||
"state_uuid": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"status": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"version": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"cluster_stats": {
|
||||
"properties": {
|
||||
"indices": {
|
||||
"type": "object"
|
||||
},
|
||||
"nodes": {
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
},
|
||||
"cluster_uuid": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"index_recovery": {
|
||||
"type": "object"
|
||||
},
|
||||
"index_stats": {
|
||||
"properties": {
|
||||
"index": {
|
||||
|
@ -227,16 +63,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"fielddata": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"indexing": {
|
||||
"properties": {
|
||||
"index_time_in_millis": {
|
||||
|
@ -257,22 +83,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"query_cache": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"hit_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"miss_count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"refresh": {
|
||||
"properties": {
|
||||
"total_time_in_millis": {
|
||||
|
@ -280,66 +90,10 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"request_cache": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"hit_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"miss_count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"properties": {
|
||||
"query_time_in_millis": {
|
||||
"type": "long"
|
||||
},
|
||||
"query_total": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"segments": {
|
||||
"properties": {
|
||||
"count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"doc_values_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"fixed_bit_set_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"index_writer_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"norms_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"points_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"stored_fields_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"term_vectors_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"terms_memory_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"version_map_memory_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -354,18 +108,8 @@
|
|||
},
|
||||
"total": {
|
||||
"properties": {
|
||||
"docs": {
|
||||
"properties": {
|
||||
"count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fielddata": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
|
@ -393,17 +137,8 @@
|
|||
},
|
||||
"query_cache": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"hit_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"miss_count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -416,17 +151,8 @@
|
|||
},
|
||||
"request_cache": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"hit_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"miss_count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -494,13 +220,6 @@
|
|||
"properties": {
|
||||
"primaries": {
|
||||
"properties": {
|
||||
"docs": {
|
||||
"properties": {
|
||||
"count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"indexing": {
|
||||
"properties": {
|
||||
"index_time_in_millis": {
|
||||
|
@ -510,33 +229,13 @@
|
|||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"properties": {
|
||||
"query_time_in_millis": {
|
||||
"type": "long"
|
||||
},
|
||||
"query_total": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"total": {
|
||||
"properties": {
|
||||
"docs": {
|
||||
"properties": {
|
||||
"count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"indexing": {
|
||||
"properties": {
|
||||
"index_time_in_millis": {
|
||||
"type": "long"
|
||||
},
|
||||
"index_total": {
|
||||
"type": "long"
|
||||
}
|
||||
|
@ -558,58 +257,10 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"interval_ms": {
|
||||
"type": "long"
|
||||
},
|
||||
"job_stats": {
|
||||
"properties": {
|
||||
"data_counts": {
|
||||
"properties": {
|
||||
"bucket_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"earliest_record_timestamp": {
|
||||
"type": "date"
|
||||
},
|
||||
"empty_bucket_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"input_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"latest_record_timestamp": {
|
||||
"type": "date"
|
||||
},
|
||||
"processed_record_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"sparse_bucket_count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"job_id": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"model_size_stats": {
|
||||
"properties": {
|
||||
"bucket_allocation_failures_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"model_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"node": {
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -617,13 +268,6 @@
|
|||
"properties": {
|
||||
"fs": {
|
||||
"properties": {
|
||||
"data": {
|
||||
"properties": {
|
||||
"spins": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"io_stats": {
|
||||
"properties": {
|
||||
"total": {
|
||||
|
@ -631,15 +275,9 @@
|
|||
"operations": {
|
||||
"type": "long"
|
||||
},
|
||||
"read_kilobytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"read_operations": {
|
||||
"type": "long"
|
||||
},
|
||||
"write_kilobytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"write_operations": {
|
||||
"type": "long"
|
||||
}
|
||||
|
@ -651,12 +289,6 @@
|
|||
"properties": {
|
||||
"available_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"free_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"total_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -664,18 +296,8 @@
|
|||
},
|
||||
"indices": {
|
||||
"properties": {
|
||||
"docs": {
|
||||
"properties": {
|
||||
"count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fielddata": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
|
@ -696,33 +318,15 @@
|
|||
},
|
||||
"query_cache": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"hit_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"miss_count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"request_cache": {
|
||||
"properties": {
|
||||
"evictions": {
|
||||
"type": "long"
|
||||
},
|
||||
"hit_count": {
|
||||
"type": "long"
|
||||
},
|
||||
"memory_size_in_bytes": {
|
||||
"type": "long"
|
||||
},
|
||||
"miss_count": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -772,13 +376,6 @@
|
|||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"store": {
|
||||
"properties": {
|
||||
"size_in_bytes": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -827,15 +424,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"mlockall": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"node_id": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"node_master": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"os": {
|
||||
"properties": {
|
||||
"cgroup": {
|
||||
|
@ -845,9 +436,6 @@
|
|||
"cfs_quota_micros": {
|
||||
"type": "long"
|
||||
},
|
||||
"control_group": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"stat": {
|
||||
"properties": {
|
||||
"number_of_elapsed_periods": {
|
||||
|
@ -865,26 +453,10 @@
|
|||
},
|
||||
"cpuacct": {
|
||||
"properties": {
|
||||
"control_group": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"usage_nanos": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"memory": {
|
||||
"properties": {
|
||||
"control_group": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"limit_in_bytes": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"usage_in_bytes": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -892,14 +464,8 @@
|
|||
"properties": {
|
||||
"load_average": {
|
||||
"properties": {
|
||||
"15m": {
|
||||
"type": "half_float"
|
||||
},
|
||||
"1m": {
|
||||
"type": "half_float"
|
||||
},
|
||||
"5m": {
|
||||
"type": "half_float"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -915,12 +481,6 @@
|
|||
"type": "half_float"
|
||||
}
|
||||
}
|
||||
},
|
||||
"max_file_descriptors": {
|
||||
"type": "long"
|
||||
},
|
||||
"open_file_descriptors": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -933,22 +493,6 @@
|
|||
},
|
||||
"rejected": {
|
||||
"type": "long"
|
||||
},
|
||||
"threads": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"generic": {
|
||||
"properties": {
|
||||
"queue": {
|
||||
"type": "integer"
|
||||
},
|
||||
"rejected": {
|
||||
"type": "long"
|
||||
},
|
||||
"threads": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -959,9 +503,6 @@
|
|||
},
|
||||
"rejected": {
|
||||
"type": "long"
|
||||
},
|
||||
"threads": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -972,22 +513,6 @@
|
|||
},
|
||||
"rejected": {
|
||||
"type": "long"
|
||||
},
|
||||
"threads": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"management": {
|
||||
"properties": {
|
||||
"queue": {
|
||||
"type": "integer"
|
||||
},
|
||||
"rejected": {
|
||||
"type": "long"
|
||||
},
|
||||
"threads": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -998,22 +523,6 @@
|
|||
},
|
||||
"rejected": {
|
||||
"type": "long"
|
||||
},
|
||||
"threads": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"watcher": {
|
||||
"properties": {
|
||||
"queue": {
|
||||
"type": "integer"
|
||||
},
|
||||
"rejected": {
|
||||
"type": "long"
|
||||
},
|
||||
"threads": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1042,12 +551,6 @@
|
|||
"primary": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"relocating_node": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"shard": {
|
||||
"type": "long"
|
||||
},
|
||||
"state": {
|
||||
"type": "keyword"
|
||||
}
|
||||
|
@ -1055,22 +558,9 @@
|
|||
},
|
||||
"source_node": {
|
||||
"properties": {
|
||||
"host": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"ip": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"name": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"timestamp": {
|
||||
"format": "date_time",
|
||||
"type": "date"
|
||||
},
|
||||
"transport_address": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"uuid": {
|
||||
"type": "keyword"
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue