Hello;
I am very new to working with Elasticsearch, but I've come up against an error that the vendor of our software (bundled with Elasticsearch) is not able to solve or find a root cause of. Unfortunately I am not seeing any failures in the Elasticsearch logs, all I see is that the indexes are created and then deleted (as seen below). Is anyone able to point me in a good direction for how I can troubleshoot this issue further? Thanks in advance.
[2020-08-30T00:00:06,635][INFO ][org.elasticsearch.cluster.metadata.MetaDataCreateIndexService] [A0rqguY] [container_tenant1_1598760006627] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2020-08-30T00:00:15,033][INFO ][org.elasticsearch.cluster.metadata.MetaDataCreateIndexService] [A0rqguY] [project_tenant1_1598760015029] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2020-08-30T00:01:08,997][INFO ][org.elasticsearch.cluster.metadata.MetaDataDeleteIndexService] [A0rqguY] [container_tenant1_1598760006627/p5-69Lx6T4mGX3jXK2pTdg] deleting index
[2020-08-30T00:01:09,048][INFO ][org.elasticsearch.cluster.metadata.MetaDataCreateIndexService] [A0rqguY] [step_tenant1_1598760069044] creating index, cause [api], templates [], shards [5]/[1], mappings []
[2020-08-30T00:01:17,374][INFO ][org.elasticsearch.cluster.metadata.MetaDataDeleteIndexService] [A0rqguY] [project_tenant1_1598760015029/oAcE_XuDSuO9Pz4cuKynqw] deleting index
[2020-08-30T00:02:11,378][INFO ][org.elasticsearch.cluster.metadata.MetaDataDeleteIndexService] [A0rqguY] [step_tenant1_1598760069044/b5Q0dmFBSV-QSpuIWRhWFQ] deleting index
[2020-08-30T00:15:00,050][INFO ][org.elasticsearch.cluster.metadata.MetaDataCreateIndexService] [A0rqguY] [sample_tenant1_1598760900046] creating index, cause [api], templates [], shards [5]/[1], mappings [sample]
[2020-08-30T00:16:02,427][INFO ][org.elasticsearch.cluster.metadata.MetaDataDeleteIndexService] [A0rqguY] [sample_tenant1_1598760900046/Tc4ZWn02RWaX5WaDPP3Vag] deleting index