Reporting index managed by ILM policy got exception when rollover action is added in the default policy kibana-reporting #123384
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Reporting:Framework
Reporting issues pertaining to the overall framework
old
Used to help sort old issues on GH Projects which don't support the Created search term.
Team:SharedUX
Team label for AppEx-SharedUX (formerly Global Experience)
Kibana version: 7.16.3
Describe the bug:
Since #100130 and #103850, by default, reporting index will be applied ILM policy
kibana-reporting
, which has the default policy as below.And, this ILM policy allows to be customized.
When adding rollover action in the policy, which is common and reasonable request, these reporting indices start to see errors about ILM, like below.
In above ILM explain output, we could see the updated policy
kibana-reporting
with rollover action.The exception is because, the default reporting index name is
.reporting-${date}
, which doesn't match ILM rollover pattern. The initial index name should be like.reporting-${date}-000001
to allow rollover to happen.Steps to reproduce:
kibana-reporting
policy to add rollover action.GET .reporting-*/_ilm/explain
output.Expected behavior:
kibana-reporting
.The text was updated successfully, but these errors were encountered: