salt.log.handlers.fluent_mod

Fluent Logging Handler

New in version 2015.8.0.

This module provides some `Fluent`_ logging handlers.

Fluent Logging Handler

In the salt configuration file:

fluent_handler:
  host: localhost
  port: 24224

In the `fluent`_ configuration file:

<source>
  type forward
  port 24224
</source>

Log Level

The fluent_handler configuration section accepts an additional setting log_level. If not set, the logging level used will be the one defined for log_level in the global configuration file section.

Inspiration

This work was inspired in fluent-logger-python