Truncate Corrupted Translog of Index
You should run the following command to allocate this shard:
curl -XPOST --header 'Content-Type: application/json' http://localhost:9200/_cluster/reroute -d '
{
"commands" : [
{
"allocate_stale_primary" : {
"index" : "graylog_9",
"shard" : 0,
"node" : "zYNG7nZMRWCNCDlqsDhKkw",
"accept_data_loss" : true
}
}
]
}'