Skip to content

deric/puppet-fluentbit

Repository files navigation

puppet-fluentbit Test

A Puppet module to manage Fluent Bit installation.

Description

Fluent Bit is a fast, lightweight agent for trasporting logs, metrics, traces, etc.

In order to install the package and setup fluent-bit service, simply include the main class:

include fluentbit

Usage

Fluent Bit supports wide range of inputs

fluentbit pipeline

fluentbit::inputs:
  'tail-syslog':
    pipeline: input
    plugin: tail
    properties:
      Path: /var/syslog

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published