elastic4s icon indicating copy to clipboard operation
elastic4s copied to clipboard

ILM API support

Open UralRoman opened this issue 1 year ago • 3 comments

Hello!

Can we manage the index lifecycle using elastic4s? I know how to set the policy in index settings. But how can I create a policy using elastic4s?

UralRoman avatar Nov 02 '24 07:11 UralRoman

The Index lifecycle management APIs are currently not supported. PR's are welcome of course.

Philippus avatar Nov 04 '24 09:11 Philippus

I made a small start in https://github.com/Philippus/elastic4s/pull/3208.

Philippus avatar Nov 10 '24 20:11 Philippus

@Philippus I created dsl for index lifecycle managment politics in #3546

UralRoman avatar Jul 17 '25 11:07 UralRoman