Accessing operational log from exported indices

Hi,

In Camunda 7, the workflow engine data is present in a relational database and we have a table - act_hi_op_log - that keeps track of all that happened on a workflow instance from start to end. Do we have a equivalent index in Camunda 8? I do not see the started by user information when a workflow instance is launched.

Any help appreciated!

@jwulf @Niall @korthout - How do we handle the operational log in Camunda 8?

Everything that happens in the engine is exported via an Exporter to a datasource like elasicsearch

1 Like