I am using zeebe engine 8.2.12. I have enabled the elasticsearch exporter. When I run the process I see some of the data missing
- I do not see documents for output variables in the variables index
- I cannot find process completion events (END_EVENT) pushed to any of the elasticsearch indicies
I tried enabling few of the disabled indexes too as stated here but that didn’t help
Does zeebe export all of its execution data to elasticsearch?
Thanks.