Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading