Skip to content

Commit

Permalink
Merge pull request #263 from kube-logging/chore/add-nullout-to-docs
Browse files Browse the repository at this point in the history
docs: add nullout
  • Loading branch information
csatib02 authored Nov 4, 2024
2 parents 9b5fb97 + fc03f2a commit dcb0c30
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions content/docs/configuration/plugins/outputs/null.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Null
weight: 200
generated_file: true
---

# Null output plugin for Fluentd
## Overview

For details, see [https://docs.fluentd.org/output/null](https://docs.fluentd.org/output/null).

## Example output configurations

```yaml
spec:
nullout:
never_flush: false
```
## Configuration
## NullOutputConfig
### never_flush (*bool, optional) {#nulloutputconfig-never_flush}
The parameter for testing to simulate the output plugin that never succeeds to flush.

0 comments on commit dcb0c30

Please sign in to comment.