Cluster stats as requested:
{
"_nodes" : {
"total" : 15,
"successful" : 15,
"failed" : 0
},
"cluster_name" : "elk_prd",
"timestamp" : 1527165795887,
"status" : "green",
"indices" : {
"count" : 39,
"shards" : {
"total" : 742,
"primaries" : 371,
"replication" : 1.0,
"index" : {
"shards" : {
"min" : 2,
"max" : 20,
"avg" : 19.025641025641026
},
"primaries" : {
"min" : 1,
"max" : 10,
"avg" : 9.512820512820513
},
"replication" : {
"min" : 1.0,
"max" : 1.0,
"avg" : 1.0
}
}
},
"docs" : {
"count" : 5868458697,
"deleted" : 7
},
"store" : {
"size_in_bytes" : 6724892904181,
"throttle_time_in_millis" : 0
},
"fielddata" : {
"memory_size_in_bytes" : 1015712,
"evictions" : 0
},
"query_cache" : {
"memory_size_in_bytes" : 16851845878,
"total_count" : 785549301,
"hit_count" : 46445247, "miss_count" : 739104054,
"cache_size" : 110755,
"cache_count" : 511818,
"evictions" : 401063
},
"completion" : {
"size_in_bytes" : 0
},
"segments" : {
"count" : 16516,
"memory_in_bytes" : 11085201082,
"terms_memory_in_bytes" : 9108751709,
"stored_fields_memory_in_bytes" : 1370464368,
"term_vectors_memory_in_bytes" : 0,
"norms_memory_in_bytes" : 725696,
"points_memory_in_bytes" : 196900069,
"doc_values_memory_in_bytes" : 408359240,
"index_writer_memory_in_bytes" : 718227640,
"version_map_memory_in_bytes" : 22902486,
"fixed_bit_set_memory_in_bytes" : 0,
"max_unsafe_auto_id_timestamp" : 9223372036854775807,
"file_sizes" : { }
}
},
"nodes" : {
"count" : {
"total" : 15,
"data" : 10,
"coordinating_only" : 1,
"master" : 3,
"ingest" : 2
},
"versions" : [
"5.6.3"
],
"os" : {
"available_processors" : 47,
"allocated_processors" : 47,
"names" : [
{
"name" : "Linux",
"count" : 15
}
],
"mem" : {
"total_in_bytes" : 366583300096,
"free_in_bytes" : 12803936256,
"used_in_bytes" : 353779363840, "free_percent" : 3,
"used_percent" : 97
}
},
"process" : {
"cpu" : {
"percent" : 395
},
"open_file_descriptors" : {
"min" : 462,
"max" : 720,
"avg" : 633
}
},
"jvm" : {
"max_uptime_in_millis" : 3275809847,
"versions" : [
{
"version" : "1.8.0_45",
"vm_name" : "Java HotSpot(TM) 64-Bit Server VM",
"vm_version" : "25.45-b02",
"vm_vendor" : "Oracle Corporation",
"count" : 15
}
],
"mem" : {
"heap_used_in_bytes" : 97341295728,
"heap_max_in_bytes" : 186421411840
},
"threads" : 907
},
"fs" : {
"total_in_bytes" : 14962766397440,
"free_in_bytes" : 8197970984960,
"available_in_bytes" : 8040249016320,
"spins" : "true"
},
"plugins" : [
{
"name" : "discovery-ec2",
"version" : "5.6.3",
"description" : "The EC2 discovery plugin allows to use AWS API for the unicast discovery mechanism.",
"classname" : "org.elasticsearch.discovery.ec2.Ec2DiscoveryPlugin",
"has_native_controller" : false
},
{
"name" : "repository-s3",
"version" : "5.6.3", "description" : "The S3 repository plugin adds S3 repositories",
"classname" : "org.elasticsearch.repositories.s3.S3RepositoryPlugin",
"has_native_controller" : false
},
{
"name" : "mapper-size",
"version" : "5.6.3",
"description" : "The Mapper Size plugin allows document to record their uncompressed size at index time.",
"classname" : "org.elasticsearch.plugin.mapper.MapperSizePlugin",
"has_native_controller" : false
}
],
"network_types" : {
"transport_types" : {
"netty4" : 15
},
"http_types" : {
"netty4" : 15
}
}
}
}
Are there any logging settings I can enable on the client nodes to highlight behaviours/issues in advance of oom-kill dropping the axe?
Regards,
D