elasticsearch/docs/java-rest/high-level/ccr
Jason Tedor 8c156ed47c
Introduce forget follower API (#39718)
This commit introduces the forget follower API. This API is needed in cases that
unfollowing a following index fails to remove the shard history retention leases
on the leader index. This can happen explicitly through user action, or
implicitly through an index managed by ILM. When this occurs, history will be
retained longer than necessary. While the retention lease will eventually
expire, it can be expensive to allow history to persist for that long, and also
prevent ILM from performing actions like shrink on the leader index. As such, we
introduce an API to allow for manual removal of the shard history retention
leases in this case.
2019-03-07 10:29:10 -05:00
..
delete_auto_follow_pattern.asciidoc
forget_follower.asciidoc Introduce forget follower API (#39718) 2019-03-07 10:29:10 -05:00
get_auto_follow_pattern.asciidoc
get_follow_info.asciidoc Add support for ccr follow info api to HLRC. (#39115) 2019-02-20 15:37:40 +01:00
get_follow_stats.asciidoc
get_stats.asciidoc
pause_follow.asciidoc
put_auto_follow_pattern.asciidoc
put_follow.asciidoc
resume_follow.asciidoc
unfollow.asciidoc