ILM pattern is incrementing by two numbers instead of one

Hi,

I have a strange issue with new backing indices creates after rollover. Suffix number is incrementing by two numbers instead of one.

image

image

Initially, ILM generated new indices with correct names incrementing only one number, but now it increments two numbers.

Here are the logs:

[2022-03-16T08:07:04,977][INFO ][o.e.x.i.IndexLifecycleTransition] [my-node-01] moving index [.ds-logstash-iib-pro-2022.02.21-000007] from [{"phase":"hot","action":"rollover","name":"check-rollover-ready"}] to [{"phase":"hot","action":"rollover","name":"attempt-rollover"}] in policy [logstash-pro]
[2022-03-16T08:07:05,531][INFO ][o.e.c.m.MetadataCreateIndexService] [my-node-01] [.ds-logstash-iib-pro-2022.03.16-000009] creating index, cause [rollover_data_stream], templates [logstash-pro-template], shards [1]/[1]
[2022-03-16T08:07:05,655][INFO ][o.e.x.i.IndexLifecycleTransition] [my-node-01] moving index [.ds-logstash-iib-pro-2022.03.16-000009] from [null] to [{"phase":"new","action":"complete","name":"complete"}] in policy [logstash-pro]
[2022-03-16T08:07:05,656][INFO ][o.e.x.i.IndexLifecycleTransition] [my-node-01] moving index [.ds-logstash-iib-pro-2022.02.21-000007] from [{"phase":"hot","action":"rollover","name":"attempt-rollover"}] to [{"phase":"hot","action":"rollover","name":"wait-for-active-shards"}] in policy [logstash-pro]
[2022-03-16T08:07:05,837][INFO ][o.e.x.i.IndexLifecycleTransition] [my-node-01] moving index [.ds-logstash-iib-pro-2022.03.16-000009] from [{"phase":"new","action":"complete","name":"complete"}] to [{"phase":"hot","action":"set_priority","name":"set_priority"}] in policy [logstash-pro]
[2022-03-16T08:07:05,837][INFO ][o.e.x.i.IndexLifecycleTransition] [my-node-01] moving index [.ds-logstash-iib-pro-2022.02.21-000007] from [{"phase":"hot","action":"rollover","name":"wait-for-active-shards"}] to [{"phase":"hot","action":"rollover","name":"update-rollover-lifecycle-date"}] in policy [logstash-pro]
[2022-03-16T08:07:05,838][INFO ][o.e.x.i.IndexLifecycleTransition] [my-node-01] moving index [.ds-logstash-iib-pro-2022.02.21-000007] from [{"phase":"hot","action":"rollover","name":"update-rollover-lifecycle-date"}] to [{"phase":"hot","action":"rollover","name":"set-indexing-complete"}] in policy [logstash-pro]
[2022-03-16T08:07:06,027][INFO ][o.e.x.i.IndexLifecycleTransition] [my-node-01] moving index [.ds-logstash-iib-pro-2022.03.16-000009] from [{"phase":"hot","action":"set_priority","name":"set_priority"}] to [{"phase":"hot","action":"unfollow","name":"branch-check-unfollow-prerequisites"}] in policy [logstash-pro]
[2022-03-16T08:07:06,028][INFO ][o.e.x.i.IndexLifecycleTransition] [my-node-01] moving index [.ds-logstash-iib-pro-2022.02.21-000007] from [{"phase":"hot","action":"rollover","name":"set-indexing-complete"}] to [{"phase":"hot","action":"complete","name":"complete"}] in policy [logstash-pro]
[2022-03-16T08:07:06,071][INFO ][o.e.x.i.IndexLifecycleTransition] [my-node-01] moving index [.ds-logstash-iib-pro-2022.03.16-000009] from [{"phase":"hot","action":"unfollow","name":"branch-check-unfollow-prerequisites"}] to [{"phase":"hot","action":"rollover","name":"check-rollover-ready"}] in policy [logstash-pro]

Any reason for this situation? Is this a bug?

Thanks.

Nobody has the same issue with data_stream indices?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.