Service
The service
section defines global properties of the service. The available configuration keys are:
Key | Description | Default |
---|---|---|
| Sets the flush time in |
|
| Sets the grace time in |
|
| Boolean. Specifies whether Fluent Bit should run as a daemon (background process). Allowed values are: |
|
| Sets the primary transport layer protocol used by the asynchronous DNS resolver. Can be overridden on a per-plugin basis. |
|
| Absolute path for an optional log file. By default, all logs are redirected to the standard error interface (stderr). | none |
| Sets the logging verbosity level. Allowed values are: |
|
| Path for a | none |
| Path for a | none |
| Path for the Stream Processor configuration file. This file defines the rules and operations for stream processing within Fluent Bit. The | none |
| Enables the built-in HTTP Server. |
|
| Sets the listening interface for the HTTP Server when it's enabled. |
|
| Sets the TCP port for the HTTP Server. |
|
| Sets the coroutine stack size in bytes. The value must be greater than the page size of the running system. Setting the value too small ( |
|
| Sets a maximum retry time in seconds. Supported in v1.8.7 and greater. |
|
| Sets the base of exponential backoff. Supported in v1.8.7 and greater. |
|
| If enabled, |
|
| If enabled, the Stream Processor converts strings that represent numbers to a numeric type. |
|
Configuration Example
Below is a simple configuration example that defines a service
section and a pipeline with a random
input and stdout
output:
Last updated