The index is green. The ILM functionality was initially working; if that helps. I feel like this may be a configuration error, or a result of us adjusting the policy after its creation.
explain output
"indices" : {
"securitylog-6.5.3-000013" : {
"index" : "securitylog-6.5.3-000013",
"managed" : true,
"policy" : "SecurityLogsILM",
"lifecycle_date_millis" : 1555302289177,
"phase" : "warm",
"phase_time_millis" : 1555620708157,
"action" : "allocate",
"action_time_millis" : 1555302290521,
"step" : "check-allocation",
"step_time_millis" : 1555620708157,
"step_info" : {
"message" : "Waiting for [1] shards to be allocated to nodes matching the given filters",
"shards_left_to_allocate" : 1,
"all_shards_active" : true,
"actual_replicas" : 0
},
"phase_execution" : {
"policy" : "SecurityLogsILM",
"phase_definition" : {
"min_age" : "0ms",
"actions" : {
"allocate" : {
"include" : { },
"exclude" : { },
"require" : {
"box_type" : "hot"
}
},
"forcemerge" : {
"max_num_segments" : 1
},
"set_priority" : {
"priority" : 50
}
}
},
"version" : 4,
"modified_date_in_millis" : 1555620704591
}
}
}
}
Settings outpout
{
"securitylog-6.5.3-000013" : {
"settings" : {
"index" : {
"mapping" : {
"total_fields" : {
"limit" : "10000"
}
},
"refresh_interval" : "5s",
"translog" : {
"sync_interval" : "5s",
"durability" : "async"
},
"provided_name" : "securitylog-6.5.3-000013",
"frozen" : "false",
"creation_date" : "1555263287825",
"priority" : "50",
"number_of_replicas" : "0",
"uuid" : "3uRyo267T460aAC-obojgg",
"version" : {
"created" : "6070199"
},
"lifecycle" : {
"name" : "SecurityLogsILM",
"rollover_alias" : "securitylogs-6.5.3",
"indexing_complete" : "true"
},
"routing" : {
"allocation" : {
"require" : {
"box_type" : "warm"
}
}
},
"search" : {
"throttled" : "false"
},
"number_of_shards" : "1"
}
}
}
}