Elasticsearch index for ValueType [...] was not found, alias [...]. Skipping

Hi,

when I start elasticsearch, zeebe (with es exporter) and operate, the following messages (and more) will be printed by operate infinitely:

2019-04-18 18:13:47.307 DEBUG 4281 — [ Thread-3] o.c.o.e.w.BatchOperationWriter : 0 operations locked
2019-04-18 18:13:49.169 DEBUG 4281 — [ Thread-4] o.c.o.z.ZeebeESImporter : Latest loaded position for alias [zeebe-record-deployment] and partitionId [0]: 0
2019-04-18 18:13:49.173 INFO 4281 — [ Thread-4] o.c.o.z.ZeebeESImporter : Elasticsearch index for ValueType DEPLOYMENT was not found, alias zeebe-record-deployment. Skipping.
2019-04-18 18:13:49.179 DEBUG 4281 — [ Thread-4] o.c.o.z.ZeebeESImporter : Latest loaded position for alias [zeebe-record-workflow-instance] and partitionId [0]: 0
2019-04-18 18:13:49.184 INFO 4281 — [ Thread-4] o.c.o.z.ZeebeESImporter : Elasticsearch index for ValueType WORKFLOW_INSTANCE was not found, alias zeebe-record-workflow-instance. Skipping.
[…]

Do I need to bootstrap elasticsearch in any way?

Thanks!

Greetings
Christian

Hi Christian,

these logs are expected on current version of Operate in case you have “empty” Zeebe (no deployed workflows). But the messages about absence of indices must go away once you create deployments and start creating and progressing workflow instances.
If it’s not the case, you would need to check, that you configured exporter and Operate correctly. You can write back, providing you configuration files.

BR,
Svetlana

1 Like

Hello Svetlana,

thank you very much, this solved my problem!

Greetings
Christian