Kibana ui settings elasticsearch plugin is red elasticsearch is still initiallizing the kibana index

Hi Team

Please help on this topic.

I have multi node environment. My environment was running from past 6+ months but suddenly got stopped with two errors"ui settings elasticsearch plugin is red" and "elasticsearch is still initiallizing the kibana index". Both the process are running and i can browse elasticsearch from browser as well.

What is the full output of thecluster stats API?

Hello Christian

Thanks for the response. Since i am new in kibana and elastic search. Can you help me out how and where i can run the above curl command.

Thanks

{
"_nodes" : {
"total" : 3,
"successful" : 3,
"failed" : 0
},
"cluster_name" : "production-elastic",
"timestamp" : 1553678645711,
"status" : "red",
"indices" : {
"count" : 106,
"shards" : {
"total" : 360,
"primaries" : 180,
"replication" : 1.0,
"index" : {
"shards" : {
"min" : 2,
"max" : 10,
"avg" : 3.3962264150943398
},
"primaries" : {
"min" : 1,
"max" : 5,
"avg" : 1.6981132075471699
},
"replication" : {
"min" : 1.0,
"max" : 1.0,
"avg" : 1.0
}
}
},
"docs" : {
"count" : 10723273,
"deleted" : 0
},
"store" : {
"size" : "37gb",
"size_in_bytes" : 39778711731,
"throttle_time" : "0s",
"throttle_time_in_millis" : 0
},
"fielddata" : {
"memory_size" : "0b",
"memory_size_in_bytes" : 0,
"evictions" : 0
},
"query_cache" : {
"memory_size" : "0b",
"memory_size_in_bytes" : 0,
"total_count" : 568,
"hit_count" : 0,
"miss_count" : 568,
"cache_size" : 0,
"cache_count" : 0,
"evictions" : 0
},
"completion" : {
"size" : "0b",
"size_in_bytes" : 0
},
"segments" : {
"count" : 2240,
"memory" : "85.9mb",
"memory_in_bytes" : 90073415,
"terms_memory" : "70.6mb",
"terms_memory_in_bytes" : 74084255,
"stored_fields_memory" : "11.5mb",
"stored_fields_memory_in_bytes" : 12102472,
"term_vectors_memory" : "0b",
"term_vectors_memory_in_bytes" : 0,
"norms_memory" : "1.9mb",
"norms_memory_in_bytes" : 2013056,
"points_memory" : "324.9kb",
"points_memory_in_bytes" : 332720,
"doc_values_memory" : "1.4mb",
"doc_values_memory_in_bytes" : 1540912,
"index_writer_memory" : "0b",
"index_writer_memory_in_bytes" : 0,
"version_map_memory" : "0b",
"version_map_memory_in_bytes" : 0,
"fixed_bit_set" : "0b",
"fixed_bit_set_memory_in_bytes" : 0,
"max_unsafe_auto_id_timestamp" : 9223372036854775807,
"file_sizes" : { }
}
},
"nodes" : {
"count" : {
"total" : 3,
"data" : 2,
"coordinating_only" : 0,
"master" : 3,
"ingest" : 1
},
"versions" : [
"5.5.2"
],
"os" : {
"available_processors" : 12,
"allocated_processors" : 12,
"names" : [
{
"name" : "Windows Server 2012 R2",
"count" : 3
}
],
"mem" : {
"total" : "39.9gb",
"total_in_bytes" : 42947854336,
"free" : "24.3gb",
"free_in_bytes" : 26134454272,
"used" : "15.6gb",
"used_in_bytes" : 16813400064,
"free_percent" : 61,
"used_percent" : 39
}
},
"process" : {
"cpu" : {
"percent" : 2
},
"open_file_descriptors" : {
"min" : -1,
"max" : -1,
"avg" : 0
}
},
"jvm" : {
"max_uptime" : "2.9h",
"max_uptime_in_millis" : 10601519,
"versions" : [
{
"version" : "1.8.0_181",
"vm_name" : "Java HotSpot(TM) 64-Bit Server VM",
"vm_version" : "25.181-b13",
"vm_vendor" : "Oracle Corporation",
"count" : 1
},
{
"version" : "1.8.0_144",
"vm_name" : "Java HotSpot(TM) 64-Bit Server VM",
"vm_version" : "25.144-b01",
"vm_vendor" : "Oracle Corporation",
"count" : 2
}
],
"mem" : {
"heap_used" : "1.4gb",
"heap_used_in_bytes" : 1526457592,
"heap_max" : "5.9gb",
"heap_max_in_bytes" : 6337855488
},
"threads" : 160
},
"fs" : {
"total" : "1.1tb",
"total_in_bytes" : 1288482836480,
"free" : "1tb",
"free_in_bytes" : 1156224712704,
"available" : "1tb",
"available_in_bytes" : 1156224712704
},
"plugins" : ,
"network_types" : {
"transport_types" : {
"netty4" : 3
},
"http_types" : {
"netty4" : 3
}
}
}
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.