Topbeat was replaced by
Metricbeat in 5.0. To learn more about Metricbeat, see the
Metricbeat documentation.
Console Output
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Console Output
editThe Console output writes events in JSON format to stdout.
output: console: pretty: true
Console Output Options
editYou can specify the following options in the console
section:
pretty
editIf pretty
is set to true, events written to stdout will be nicely formatted. The default is false.
bulk_max_size
editThe maximum number of events to buffer internally during publishing. The default is 2048.
Specifying a larger batch size may add some latency and buffering during publishing. However, for Console output, this setting does not affect how events are published.
Setting bulk_max_size
to values less than or equal to 0 disables buffering in libbeat.