How to enable indexing on selected process instance variables in elasticsearch?

We are using self managed zeebe deployment version 8.2.12. We use the elasticsearch exporter. We want to use the search api of elasticsearch to search for process instances that match a certain variable value.

On some debugging I understood the indexing is not enabled on the process instance variables. To be able to search process instances with a certain variable value for a fixed variable name, please guide me on how to configure indexing for a given process instance variable?

Thanks.

1 Like

Any updates on that?