the zeebe broker yaml config like this
elasticsearch: index: prefix: abc-zeebe-record
operate.yaml like this
camunda.operate: zeebeElasticsearch: prefix: abc-zeebe-record
But camunda operate will also display data whose prefix is not abc-zeebe-record Zeebe record. What’s the reason? It should be that Zeebe brokers in different environments are connected to the same es and want to distinguish data in different environments by index prefix.
1 Like