null

The
null
output plugin just throws away events.It is included in Fluentd's core.
<match pattern>
@type null
</match>
Please see the Configuration File article for the basic structure and syntax of the configuration file.
- Non-Buffered
- Synchronous
- Asynchronous
The value must be
null
.type | default | version |
bool | false | 0.14.12 |
The parameter for testing to simulate the output plugin that never succeeds to flush.
type | default | version |
array | tag | 0.14.5 |
Overwrites the default value in this plugin.
type | default | version |
bool | true | 0.14.5 |
Overwrites the default value in this plugin.
type | default | version |
size | 10240 | 0.14.5 |
Overwrites the default value in this plugin.
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 modified 2yr ago