OpenSearch/docs/java-rest/high-level/ccr
Jason Tedor 0250d554b6
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 11:08:45 -05:00
..
delete_auto_follow_pattern.asciidoc [HLRC] Added support for CCR Delete Auto Follow Pattern API (#35981) 2018-11-29 08:06:31 +01:00
forget_follower.asciidoc Introduce forget follower API (#39718) 2019-03-07 11:08:45 -05:00
get_auto_follow_pattern.asciidoc [HLRC] Added support for CCR Get Auto Follow Pattern apis (#36049) 2018-12-04 07:41:29 +01:00
get_follow_info.asciidoc Add support for ccr follow info api to HLRC. (#39115) 2019-02-20 16:10:54 +01:00
get_follow_stats.asciidoc [HLRC] Added support for Follow Stats API (#36253) 2018-12-09 19:59:08 +01:00
get_stats.asciidoc [HLRC] Added support for CCR Stats API (#36213) 2018-12-05 13:14:51 +01:00
pause_follow.asciidoc Fixed response classes in hlrc docs 2018-11-23 07:52:45 +01:00
put_auto_follow_pattern.asciidoc [HLRC] Added support for CCR Put Auto Follow Pattern API (#35780) 2018-11-27 08:53:22 +01:00
put_follow.asciidoc Use `CcrRepository` to init follower index (#35719) 2019-01-29 11:47:29 -07:00
resume_follow.asciidoc Fixed response classes in hlrc docs 2018-11-23 07:52:45 +01:00
unfollow.asciidoc Fixed response classes in hlrc docs 2018-11-23 07:52:45 +01:00