mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Clean up factory retention settings from elasticsearch (#114396)
This removes the possibility for a plugin to provide factory retention settings. Factory retention settings have been deprecated and completely replaced by #111972. Note: this feature is not in use. If someone wants to set global retention they can use the cluster settings as defined in #111972.
This commit is contained in:
parent
73c69b5320
commit
0d03207477
12 changed files with 21 additions and 173 deletions
|
@ -416,7 +416,6 @@ module org.elasticsearch.server {
|
|||
uses org.elasticsearch.internal.BuildExtension;
|
||||
uses org.elasticsearch.features.FeatureSpecification;
|
||||
uses org.elasticsearch.plugins.internal.LoggingDataProvider;
|
||||
uses org.elasticsearch.cluster.metadata.DataStreamFactoryRetention;
|
||||
|
||||
provides org.elasticsearch.features.FeatureSpecification
|
||||
with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue