Config: Storage Section
Some of the Fluentd plugins support the <storage>
section to specify how to handle the plugin's internal states.
Storage Section Overview
The storage
section can be under <source>
, <match>
or <filter>
section. It is enabled for the plugins that support storage plugin features.
Storage Plugin Type
The @type
parameter of <storage>
section specifies the type of the storage plugin. Fluentd core bundles a useful storage plugin.
Some storage
plugins may have argument(s) in <storage>
section:
Third-party plugins may also be installed and configured.
For more details, see plugins documentation.
If this article is incorrect or outdated, or omits critical information, please let us know. Fluentd is an open-source project under Cloud Native Computing Foundation (CNCF). All components are available under the Apache 2 License.
Last updated