OpenSearch/x-pack/plugin/ccr
Jason Tedor bd77626177
Add the ability to require an ingest pipeline (#46847)
This commit adds the ability to require an ingest pipeline on an
index. Today we can have a default pipeline, but that could be
overridden by a request pipeline parameter. This commit introduces a new
index setting index.required_pipeline that acts similarly to
index.default_pipeline, except that it can not be overridden by a
request pipeline parameter. Additionally, a default pipeline and a
request pipeline can not both be set. The required pipeline can be set
to _none to ensure that no pipeline ever runs for index requests on that
index.
2019-09-19 16:37:45 -04:00
..
qa Restrict which tasks can use testclusters (#45198) 2019-08-09 13:38:01 +03:00
src Add the ability to require an ingest pipeline (#46847) 2019-09-19 16:37:45 -04:00
build.gradle Close connection manager on current thread in RemoteClusterConnection (#44805) 2019-07-25 09:34:41 +02:00