mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 21:48:39 +00:00
fix bug index.ttl.disable_purge should be in IndexMetaData
This commit is contained in:
parent
feb81dd365
commit
e4b11e0b15
@ -65,7 +65,10 @@ public class IndicesTTLService extends AbstractLifecycleComponent<IndicesTTLServ
|
||||
|
||||
static {
|
||||
MetaData.addDynamicSettings(
|
||||
"indices.ttl.interval",
|
||||
"indices.ttl.interval"
|
||||
);
|
||||
|
||||
IndexMetaData.addDynamicSettings(
|
||||
"index.ttl.disable_purge"
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user