<dependency>
  <groupId>org.wildfly.swarm</groupId>
  <artifactId>fluentd</artifactId>
</dependency>FluentD
The FluentD project from http://www.fluentd.org/ provides for an open source data collector for a unified logging layer. The fluentd fraction installs a custom log handler that’s capable of logging to a fluentd daemon, which filter, buffer and route logging information according to your needs. == Configure
Dependency
To add FluentD integration to your WildFly Swarm application, you need to add a dependency:
Configuration
To configure where the FluentD daemon is running, the following two properties need to be set, either through plugin configuration or on the command-line using -D…
Usually we would expect the daemon to run co-located with the Swarm process (i.e. same docker image).
| Name | Default value | Description | 
|---|---|---|
| swarm.fluentd.hostname | localhost | The hostname of the FluentD daemon | 
| swarm.fluentd.port | 24224 | The port of the FluentD daemon |