ILM состояние индекса elasticsearch

Текущая ILM фаза и действие для индекса

curl -s 'http://localhost:9200/<index>/_ilm/explain' | jq '.indices | to_entries[] | {index:.key, phase:.value.phase, action:.value.action}'
more elasticsearch all 19 commands →