Fluent Bit: Official Manual
SlackGitHubCommunity MeetingsSandbox and LabsWebinars
1.0
1.0
  • Introduction
  • About
    • Why ?
    • Fluentd & Fluent Bit
    • License
  • Installation
    • Supported Platforms
    • Requirements
    • Download Sources
    • Build and Install
    • Build with Static Configuration
    • Docker Images
    • Kubernetes
    • TD Agent Bit
    • Debian Packages
    • Ubuntu Packages
    • CentOS Packages
    • Raspberry Pi
    • Yocto Project
    • Unit Tests
  • Getting Started
    • Service
    • Input
    • Parser
    • Filter
    • Buffer
    • Routing
    • Output
  • Configuration
    • Configuration Schema
    • Configuration File
    • Configuration Variables
    • Configuration Commands
    • Buffering / Storage
    • Monitoring
    • Unit Sizes
    • TLS / SSL
    • Backpressure
    • Memory Usage
    • Upstream Servers
    • Scheduler
  • Service
  • Input Plugins
    • CPU Usage
    • Disk Usage
    • Dummy
    • Exec
    • Forward
    • Head
    • Health
    • Kernel Log Buffer
    • Memory Usage
    • MQTT
    • Network Traffic
    • Process
    • Random
    • Serial Interface
    • Standard Input
    • Syslog
    • Systemd
    • Tail
    • TCP
  • Parsers
    • JSON Parser
    • Regular Expression Parser
    • Decoders
  • Filter Plugins
    • Grep
    • Kubernetes
    • Lua
    • Parser
    • Record Modifier
    • Standard Output
    • Throttle
    • Nest
    • Modify
  • Output Plugins
    • Azure
    • BigQuery
    • Counter
    • Elasticsearch
    • File
    • FlowCounter
    • Forward
    • HTTP
    • InfluxDB
    • Kafka
    • Kafka REST Proxy
    • NATS
    • Null
    • Stackdriver
    • Standard Output
    • Splunk
    • Treasure Data
  • Fluent Bit for Developers
    • Library API
    • Ingest Records Manually
Powered by GitBook
On this page

Was this helpful?

Export as PDF

Input Plugins

Last updated 6 years ago

Was this helpful?

The input plugins defines the source from where can collect data, it can be through a network interface, radio hardware or some built-in metric. As of this version the following input plugins are available:

name

title

description

CPU Usage

measure total CPU usage of the system.

Disk Usage

measure Disk I/Os.

Dummy

generate dummy event.

Exec

executes external program and collects event logs.

Forward

Fluentd forward protocol.

Head

read first part of files.

Health

Check health of TCP services.

Kernel Log Buffer

read the Linux Kernel log buffer messages.

Memory Usage

measure the total amount of memory used on the system.

MQTT

start a MQTT server and receive publish messages.

Network Traffic

measure network traffic.

Process

Check health of Process.

Random

Generate Random samples.

Serial Interface

read data information from the serial interface.

Standard Input

read data from the standard input.

Syslog

read syslog messages from a Unix socket.

Systemd

read logs from Systemd/Journald.

Tail

Tail log files

TCP

Listen for JSON messages over TCP.

Fluent Bit
cpu
disk
dummy
exec
forward
head
health
kmsg
mem
mqtt
netif
proc
random
serial
stdin
syslog
systemd
tail
tcp