Logging with ELK in camunda 8

Hi team,
Our requirement is to log messages and errors from job handlers in ELK stack and can be viewed through kibana. Our APIs are written in .NET core. Is there any plugin/ examples available which can be used for logging message/errors in kibana using .NET in Camunda.

You might want to change the forum category of this question. It’s currently in Camunda Platform 7. Might get more engagement in the 8 forum :slight_smile:

Hi @Partha_Sarma,

In a .NET job handler for Camunda Platform 8, there is nothing Camunda-specific for logging to Elastic Search. You would just use something like this: Introduction | Elasticsearch .NET Client [8.3] | Elastic.

Josh