ILM - Index node location

Hi.

I´ve implemented a ILM policy to move all my indexes older than 1 day to warm nodes. How can i check which indexes are in warm nodes? I´ve checked the ilm policy with GET my_index-*/_ilm/explain and the results show "managed: true" and "phase: completed", but the warm nodes disk usage is still 0%.

Thanks in advance

Víctor

You need to have this defined via node "tagging" (aka allocation awareness). If/once that is done, _cat/nodeattrs will be able to tell you what's what.

Thanks a lot! Got it!

Regards

Víctor

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.