Configure the Discard output

edit

The Discard output throws away data.

The Discard output should be used only for development or debugging issues. Data is lost.

This can be useful if you want to work on your input configuration without needing to configure an output. It can also be useful to test how changes in input and processor configuration affect performance.

Example configuration:

output.discard:
  enabled: true

Configuration options

edit

You can specify the following output.discard options in the packetbeat.yml config file:

enabled

edit

The enabled config is a boolean setting to enable or disable the output. If set to false, the output is disabled.

The default value is true.