File fluent-bit.yaml of Package fluent-bit
---
service:
# Flush
# =====
# set an interval of seconds before to flush records to a destination
flush: 1
# Daemon
# ======
# instruct Fluent Bit to run in foreground or background mode.
daemon: false
# Log_Level
# =========
# Set the verbosity level of the service, values can be:
#
# - error
# - warning
# - info
# - debug
# - trace
#
# by default 'info' is set, that means it includes 'error' and 'warning'.
log_level: info
# HTTP Server
# ===========
# Enable/Disable the built-in HTTP Server for metrics
http_server: false
http_listen: 0.0.0.0
http_port: 2020
pipeline:
inputs:
- name: cpu
tag: cpu.local
# Read interval (sec) Default: 1
interval_sec: 1
outputs:
- name: stdout
match: '*'