Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1013 Bytes

README.rst

File metadata and controls

53 lines (37 loc) · 1013 Bytes

fluentbit-formula

A SaltStack formula that for installing and configuring fluent-bit and td-agent-bit.

Available states

Shortcut for installing the fluent-bit package, configuring the service and configuring fluent-bit.

Installs the fluent-bit package

Configures the fluent-bit service with upstart/systemd etc

Configures fluent-bit input/output plugins

TODO:

  • Add repository install

  • Prepare next gen with (will break old format):

    `` bit:

    fluent-bit:
    config:

    flush: 5

    bit:
    td-agent-bit:
    config:

    flush: 5

    ``