Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.6 KB

output-shared-settings.asciidoc

File metadata and controls

60 lines (41 loc) · 1.6 KB

|

compression_level

| (int) The gzip compression level. Set this value to 0 to disable compression. The compression level must be in the range of 1 (best speed) to 9 (best compression).

Increasing the compression level reduces network usage but increases CPU usage.

|

enabled

| (boolean) Enables or disables the output. If set to false, the output is disabled.

|

escape_html

| (boolean) Configures escaping of HTML in strings. Set to true to enable escaping.

Default: false

|

worker

| (int) The number of workers per configured host publishing events. This is best used with load balancing mode enabled. Example: If you have two hosts and three workers, in total six workers are started (three for each host).

Default: 1