elastic4s
elastic4s copied to clipboard
ILM API support
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?
The Index lifecycle management APIs are currently not supported. PR's are welcome of course.
I made a small start in https://github.com/Philippus/elastic4s/pull/3208.
@Philippus I created dsl for index lifecycle managment politics in #3546