fluent-bit-docs
fluent-bit-docs copied to clipboard
Fluent Bit - Official Documentation
Formats: * json * json_lines * json_stream * gelf * msgpack Documentation suggested in #300
* Add `http_request_key` * Add default value for `severity_key` * Minor formatting and grammar fixes
fix for issue fluent#913 when using fluent-bit for sending log to cloudwatch also the permission for ` logs:DescribeLogStreams` is needed
Multiline Parser flush_timeout does not have a default value. gh-595
Input Plugins: pipeline:inputs:forward.md pipeline:inputs:syslog.md And updates the list of supported plugins for TLS/SSL administration:transport-security.md Signed-off-by: RicardoAAD
This adds documentation for the new `in_mem_metrics` plugin: https://github.com/fluent/fluent-bit/pull/7615.
This doc PR is corresponding to https://github.com/fluent/fluent-bit/pull/7672.
update out_pgsql plugin: add a configurable parameter to support run this plugin in a daemon mode. if in daemon mode, configuration error of out_pgsql will not cause fluentbit crash or...