Добрый день. Создал индекс правилом
PUT filebeat-000001
{
"aliases": {
"filebeat":{
"is_write_index": true
}
},
"settings": {
"index.write.wait_for_active_shards": "1"
}
}
С правилом
PUT _ilm/policy/my_policy
{
"policy": {
"phases": {
"cold" : {
"min_age" : "1m",
"actions" : {
"freeze" : { },
"allocate" : {
"number_of_replicas" : 0,
"include" : { },
"exclude" : { },
"require" : {
"cluster.routing.allocation.enable" : "all"
}
}
}
},
"hot" : {
"min_age" : "0ms",
"actions" : {
"rollover" : {
"max_size" : "1mb",
"max_age" : "1m",
"max_docs" : 100
}
}
}
}
}
}
Действие зависает на шаге Waiting for all shard copies to be active