Zeebe 8.7.0alpha3 when i launch the process instance its not getting updated in Elastic search

when i deploy the process instance in camunda-zeebe-8.7.0-alpha3 the process is getting deployed but i could not see any record in Elastic search index operate-list-view-8.3.0_ but when i run in 8.6.6 i can able to see the values

@sree.s - are you using a start execution listener by chance?

@nathan.loding no i an launching using the zeebe grpc with start event but its not getting displayed in the operator UI or even in tasklist where i deployed the resources

Hey @sree.s

can you share a bit more details on your configuration, how you deploy the platform, etc.?

Thanks and greets
Chris

I am using camunda8.7.0alpha3 c8 windows run i run the elastic search and zeebe broker elastic version 8.14 and zeebe broker 8.7.0alpha3

@sree.s - just to clarify, are you launching a separate Elastic instance with a separate exporter? Or using the one bundled with C8 Run?

Yes i am running the elastic search independently and trying to connect the zeebe broker with it

@sree.s - I’m not an expert in this area (I haven’t done much work with exporters yet), but I suspect a version mismatch issue - you are running Zeebe 8.7.0-alpha3 (released in Jan 2024), yet your exporter is 8.14, which is from Nov 2022. The exporter is looking for specific events, and that event stream evolves with each release.

You should be able to use C8 Run with a separate exporter, but I would recommend trying to update the exporter to 8.7.0-alpha3 to match your Zeebe instance, then see if the issue continues.