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…
Reference in New Issue