Hello!
Just started Zeebe learning a couple of days ago. I follow to “Getting Started” guide as strict as I can. So currently I try to deploy a workflow tutorial model (order-process.bpmn) to
working broker. My OS is Windows 8.1 (java 11.0.5) and I’ve started Elastic Search 6.8, Zeebe Broker 0.22.2, Camunda Operate 1.2.1 one by one. It seems no errors, all components were started fine. Then I 've deployed the workflow by using windows cmd.
But I see nothing in Operate GUI (localhost:8080 demo/demo). Probably I could not enable the Zeebe Elasticsearch exporter correctly. But I have added getting-started.yaml file inside \zeebe-broker-0.22.2\conf directory and started my broker with the key
Can you tell me how you configured it. Where is the configuration file and how to start it.
I also downloaded the latest version. But exporters are still empty.
If you get the right distributions (elasticsearch, zeebe broker, camunda operate). Then pls do the next steps. The notes below are appropriate for Windows.
start ElasticSearch first. It looks like this :
cd \elasticsearch-6.8.0\bin
elasticsearch.bat
Start Zeebe Broker as it described at tutorial with passing getting-started.yaml as a parameter.
cd Zeebe\Zeebe\zeebe-broker-0.23.0-alpha2
bin\broker.bat --spring.config.location=file:./config/getting-started.yaml
Double check that “getting-started.yaml” is available in a path you have specified.
Look at Zeebe Broker terminal output and make sure that exporter is opened.
…
},
“exporters”: {
“elasticsearch”: {
“className”: “io.zeebe.exporter.ElasticsearchExporter”
}
},
“gateway”: {
…
2020-04-14 12:43:56.762 [Broker-0-Exporter-1] [Broker-0-zb-fs-workers-0] INFO i
o.zeebe.broker.exporter.elasticsearch - Exporter opened