nulledit

This is a community-maintained plugin!

A null output. This is useful for testing logstash inputs and filters for performance.

 

Synopsisedit

This plugin supports the following configuration options:

Required configuration options:

null {
}

Available configuration options:

Setting Input type Required Default value

codec

codec

No

"plain"

workers

number

No

1

Detailsedit

 

codecedit

  • Value type is codec
  • Default value is "plain"

The codec used for output data. Output codecs are a convenient method for encoding your data before it leaves the output, without needing a separate filter in your Logstash pipeline.

workersedit

  • Value type is number
  • Default value is 1

The number of workers to use for this output. Note that this setting may not be useful for all outputs.