here's the full output:
{
"_nodes": {
"total": 4,
"successful": 4,
"failed": 0
},
"cluster_name": "my-cluster",
"cluster_uuid": "pDNXQqzAQMa5lUFLU8iQHA",
"timestamp": 1618265129485,
"status": "red",
"indices": {
"count": 1,
"shards": {
"total": 3,
"primaries": 3,
"replication": 0.0,
"index": {
"shards": {
"min": 3,
"max": 3,
"avg": 3.0
},
"primaries": {
"min": 3,
"max": 3,
"avg": 3.0
},
"replication": {
"min": 0.0,
"max": 0.0,
"avg": 0.0
}
}
},
"docs": {
"count": 0,
"deleted": 0
},
"store": {
"size_in_bytes": 8163250,
"reserved_in_bytes": 0
},
"fielddata": {
"memory_size_in_bytes": 0,
"evictions": 0
},
"query_cache": {
"memory_size_in_bytes": 0,
"total_count": 0,
"hit_count": 0,
"miss_count": 0,
"cache_size": 0,
"cache_count": 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": 71870340,
"version_map_memory_in_bytes": 0,
"fixed_bit_set_memory_in_bytes": 0,
"max_unsafe_auto_id_timestamp": -1,
"file_sizes": {}
},
"mappings": {
"field_types": [
{
"name": "keyword",
"count": 5,
"index_count": 1
},
{
"name": "long",
"count": 4,
"index_count": 1
},
{
"name": "text",
"count": 5,
"index_count": 1
}
]
},
"analysis": {
"char_filter_types": [],
"tokenizer_types": [],
"filter_types": [],
"analyzer_types": [],
"built_in_char_filters": [],
"built_in_tokenizers": [],
"built_in_filters": [],
"built_in_analyzers": []
},
"versions": [
{
"version": "7.12.0",
"index_count": 1,
"primary_shard_count": 6,
"total_primary_bytes": 8163250
}
]
},
"nodes": {
"count": {
"total": 4,
"coordinating_only": 0,
"data": 1,
"data_cold": 1,
"data_content": 1,
"data_frozen": 1,
"data_hot": 1,
"data_warm": 1,
"ingest": 4,
"master": 3,
"ml": 4,
"remote_cluster_client": 4,
"transform": 1,
"voting_only": 0
},
"versions": [
"7.12.0"
],
"os": {
"available_processors": 16,
"allocated_processors": 16,
"names": [
{
"name": "Linux",
"count": 4
}
],
"pretty_names": [
{
"pretty_name": "Ubuntu 18.04.5 LTS",
"count": 4
}
],
"architectures": [
{
"arch": "amd64",
"count": 4
}
],
"mem": {
"total_in_bytes": 67276931072,
"free_in_bytes": 40482111488,
"used_in_bytes": 26794819584,
"free_percent": 60,
"used_percent": 40
}
},
"process": {
"cpu": {
"percent": 2
},
"open_file_descriptors": {
"min": 371,
"max": 627,
"avg": 435
}
},
"jvm": {
"max_uptime_in_millis": 18633690,
"versions": [
{
"version": "15.0.1",
"vm_name": "OpenJDK 64-Bit Server VM",
"vm_version": "15.0.1+9",
"vm_vendor": "AdoptOpenJDK",
"bundled_jdk": true,
"using_bundled_jdk": true,
"count": 4
}
],
"mem": {
"heap_used_in_bytes": 3623540848,
"heap_max_in_bytes": 8589934592
},
"threads": 151
},
"fs": {
"total_in_bytes": 836973527040,
"free_in_bytes": 770803392512,
"available_in_bytes": 728002207744
},
"plugins": [],
"network_types": {
"transport_types": {
"security4": 4
},
"http_types": {
"security4": 4
}
},
"discovery_types": {
"zen": 4
},
"packaging_types": [
{
"flavor": "default",
"type": "deb",
"count": 4
}
],
"ingest": {
"number_of_pipelines": 2,
"processor_stats": {
"gsub": {
"count": 0,
"failed": 0,
"current": 0,
"time_in_millis": 0
},
"script": {
"count": 0,
"failed": 0,
"current": 0,
"time_in_millis": 0
}
}
}
}
}
and again, i'm new at this, i hav eno monitoring yet, just elasticsearch. i'm trying to setup a proof of concept so i havnt worked monitoring out yet (any recommendations for somethign open-source, a tutorial on how to set something up would be great!)
as for logs, where should i be looking? on the node the dropped off? or at master?
should i look at the my-cluster.log or something else?