We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5fb97 commit fc03f2aCopy full SHA for fc03f2a
content/docs/configuration/plugins/outputs/null.md
@@ -0,0 +1,25 @@
1
+---
2
+title: Null
3
+weight: 200
4
+generated_file: true
5
6
+
7
+# Null output plugin for Fluentd
8
+## Overview
9
10
+For details, see [https://docs.fluentd.org/output/null](https://docs.fluentd.org/output/null).
11
12
+## Example output configurations
13
14
+```yaml
15
+spec:
16
+ nullout:
17
+ never_flush: false
18
+```
19
20
+## Configuration
21
+## NullOutputConfig
22
23
+### never_flush (*bool, optional) {#nulloutputconfig-never_flush}
24
25
+The parameter for testing to simulate the output plugin that never succeeds to flush.
0 commit comments