Hi all
I have 1 kibana instance running for a elastic cluster.
For sometime i have notice that my kibana always from green to yellow in the monitor tab so when i check the status of kibana it said that the taskManager is unhealthy
when i run the api the get the health from kibana i get this
"capacity_estimation": {
"status": "error",
"timestamp": "2022-12-13T01:06:22.988Z",
"value": {
"observed": {
"observed_kibana_instances": 1,
"max_throughput_per_minute_per_kibana": 67,
"max_throughput_per_minute": 67,
"minutes_to_drain_overdue": 4,
"avg_recurring_required_throughput_per_minute": 86,
"avg_recurring_required_throughput_per_minute_per_kibana": 86,
"avg_required_throughput_per_minute": 86,
"avg_required_throughput_per_minute_per_kibana": 86
},
"proposed": {
"provisioned_kibana": 3,
"min_required_kibana": 2,
"avg_recurring_required_throughput_per_minute_per_kibana": 29,
"avg_required_throughput_per_minute_per_kibana": 29
}
}
}
What does this mean? and how can i make my kibana instance green again?
Thanks for your time.