fix bug index.ttl.disable_purge should be in IndexMetaData

This commit is contained in:
Benjamin Devèze 2012-06-12 20:13:29 +02:00 committed by Shay Banon
parent feb81dd365
commit e4b11e0b15
1 changed files with 4 additions and 1 deletions

View File

@ -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"
);
}