How to use Zeebe simple monitor with standalone gateway?

Hello!

I am wondering whether it’s possible to somehow connect Zeebe simple monitor using a standalone gateway. I didn’t manage to find any example for docker-compose file. The only way out is to connect Zeebe simple monitor to each broker of gateway cluster which is not that convenient.

Could you please advise whether there are some instructions for that if it’s possible at all?

Thank you in advance!

The simple monitor connects to a Zeebe gateway (for sending commands). But it needs access to the Hazelcast instance. In simple cases, the Hazelcast instance is created by the Hazelcast exporter that runs in the Zeebe broker.

Please check the configuration: GitHub - camunda-community-hub/zeebe-simple-monitor: A monitoring application to show insides of Zeebe for developers

  • via application.yaml: zeebe.client.broker.gateway-address
  • via env variable: ZEEBE_CLIENT_BROKER_GATEWAYADDRESS