Skip to content

Commit fc03f2a

Browse files
committed
chore: add nullout to docs
Signed-off-by: Bence Csati <[email protected]>
1 parent 9b5fb97 commit fc03f2a

File tree

1 file changed

+25
-0
lines changed
  • content/docs/configuration/plugins/outputs

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)