I’m seeing a lot of these messages in our opensearch logs:
[2022-07-18T09:19:40,242][INFO ][o.o.j.s.JobScheduler ] [FQDN] Will delay 95200 miliseconds for next execution of job filebeat-7.15.0-2022.06.14
[2022-07-18T09:19:41,104][INFO ][o.o.i.i.ManagedIndexRunner] [FQDN] Executing attempt_transition_step for filebeat-7.15.0-2022.06.14
[2022-07-18T09:19:41,105][INFO ][o.o.i.i.ManagedIndexRunner] [FQDN] Finished executing attempt_transition_step for filebeat-7.15.0-2022.06.14
[2022-07-18T09:23:36,313][INFO ][o.o.j.s.JobScheduler ] [FQDN] Will delay 98995 miliseconds for next execution of job filebeat-7.15.0-2022.06.14
[2022-07-18T09:23:36,753][INFO ][o.o.i.i.ManagedIndexRunner] [FQDN] Executing attempt_transition_step for filebeat-7.15.0-2022.06.14
[2022-07-18T09:23:36,754][INFO ][o.o.i.i.ManagedIndexRunner] [FQDN] Finished executing attempt_transition_step for filebeat-7.15.0-2022.06.14
[2022-07-18T09:28:40,108][INFO ][o.o.j.s.JobScheduler ] [FQDN] Will delay 142218 miliseconds for next execution of job filebeat-7.15.0-2022.06.14
[2022-07-18T09:28:41,167][INFO ][o.o.i.i.ManagedIndexRunner] [FQDN] Executing attempt_transition_step for filebeat-7.15.0-2022.06.14
[2022-07-18T09:28:41,168][INFO ][o.o.i.i.ManagedIndexRunner] [FQDN] Finished executing attempt_transition_step for filebeat-7.15.0-2022.06.14
for lots of indexes. If this just ILM doing its thing? If so, it’s very chatty.
I am using Opensearch 2.5.0. I keep getting this in log and this keeps happening infinitely. The ISM policy never runs
[2023-07-02T19:12:57,200][INFO ][o.o.j.s.JobSweeper ] [opensearch-cluster-master-2] Running full sweep
[2023-07-02T19:13:38,500][INFO ][o.o.j.s.JobScheduler ] [opensearch-cluster-master-2] Will delay 85129 miliseconds for next execution of job xxx-2023.06.01
On the managed index page it says Still initializing, please wait a moment.and this stays like this forever. I have already tried steps from Index Policy Still initializing - #16 by Oli no luck