Hi Elastic,
We are using the kibana 7.2.1, we have around 200 nodes in our clusters. Recently, we found the kibana monitoring shows empty nodes
I uploaded a screenshot, you can check that. Meanwhile we had try many solutions but none is work.
This is our cluster setttings.
{
"persistent" : {
"cluster" : {
"routing" : {
"allocation" : {
"enable" : "all"
}
}
},
"xpack" : {
"monitoring" : {
"collection" : {
"enabled" : "true"
}
}
}
},
"transient" : {
"search" : {
"max_buckets" : "65535"
},
"xpack" : {
"monitoring" : {
"collection" : {
"enabled" : "true"
}
}
}
}
}
Could someone gave us any suggestions?
Thanks,