Back to Insights
  • Kumuluz
  • Cloud-native & DevOps
  • Open Source

KumuluzEE Logs now supports Fluentd

Domen Gašperlin1 min read

We are pleased to announce the support for fluentd in KumuluzEE Logs. The module includes support for logging to Fluentd logger. It also introduces JAX-RS filters for logging contextual data for requests.

To use KumuluzEE Logs with Fluentd, use the following dependency:

<dependency>
   <artifactId>kumuluzee-logs-fluentd</artifactId>
   <groupId>com.kumuluz.ee.logs</groupId>
   <version>${kumuluzee-logs.version}</version>
</dependency>

We recommend you to check out the sample.

Features:

  • Added support for logging through Fluentd logger
  • Added support for registration of custom RequestContext providers

More details can be found on GitHub.