OpenSearch/x-pack/plugin
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
..
ccr Introduce forget follower API (#39718) 2019-03-07 11:08:45 -05:00
core Introduce forget follower API (#39718) 2019-03-07 11:08:45 -05:00
data-frame Add roles and cluster privileges for data frame transforms (#39661) 2019-03-05 14:07:25 +00:00
deprecation ML refactor DatafeedsConfig(Update) so defaults are not populated in queries or aggs (#38822) (#39119) 2019-02-19 12:45:56 -06:00
graph Remove X-Pack centric graph endpoints (#36010) 2018-11-29 07:09:37 -05:00
ilm Handle failure to release retention leases in ILM (#39281) (#39417) 2019-02-26 16:58:30 -07:00
logstash Rename confusing variable holding name of Logstash index template (#36840) 2018-12-19 12:09:37 -07:00
ml [ML] Use scaling thread pool and xpack.ml.max_open_jobs cluster-wide dynamic (#39736) 2019-03-06 12:29:34 +00:00
monitoring Add ILM plugin for MonitoringIT tests (#39271) 2019-02-21 21:45:43 -07:00
rollup Fixed missed stopping of SchedulerEngine (#39193) 2019-02-21 14:31:33 -07:00
security Fix testRefreshingMultipleTimesWithinWindowSucceeds (#39701) 2019-03-07 13:13:50 +02:00
sql SQL: Don't allow inexact fields for MIN/MAX (#39563) 2019-03-04 15:35:11 +01:00
src/test Introduce forget follower API (#39718) 2019-03-07 11:08:45 -05:00
upgrade Converting randomized testing to create a separate unitTest task instead of replacing the builtin test task (#36311) 2018-12-19 08:25:20 +02:00
watcher Use any index specified by .watches for Watcher (#39541) (#39708) 2019-03-05 11:45:34 -07:00
build.gradle Add support for API keys to access Elasticsearch (#38291) 2019-02-05 14:21:57 +11:00