Hi Team,
We are are using ELK 7.16.3 version and when ever the timeframe is more than 30 days i am getting the shards failure in my dashboard.
node_disconnected_exception at shard 0 index sd-daily-20220422-00105-000004 node ODanHuRARUSZsFk2QU7wtw
Type
node_disconnected_exception
Reason
[elk-master-0][172.16.20.10:9300][indices:data/read/search[phase/query]] disconnected
Response code
{
"took": 5073,
"timed_out": false,
"_shards": {
"total": 3,
"successful": 2,
"skipped": 0,
"failed": 1,
"failures": [
{
"shard": 0,
"index": "sd-daily -20220422-00105-000004",
"node": "ODanHuRARUSZsFk2QU7wtw",
"reason": {
"type": "node_disconnected_exception",
"reason": "[elk-master-0][172.16.20.10:9300][indices:data/read/search[phase/query]] disconnected"
}
}
]
},