Skip to content

Commit

Permalink
Change queue flush to include unit. (#871) (#872)
Browse files Browse the repository at this point in the history
(cherry picked from commit 38dec18)

Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>
  • Loading branch information
mergify[bot] and cmacknz authored Jan 30, 2024
1 parent dfa55fd commit bd65bdc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@ For more details see {beats-issue}37754[#37754].
*Impact* +
If you are using the Elasticsearch output, and your configuration uses a performance preset, switch it to `preset: latency`. If you use no preset or use `preset: custom`, then set `queue.mem.flush.timeout: 1` in your output configuration.
If you are using the Elasticsearch output, and your configuration uses a performance preset, switch it to `preset: latency`. If you use no preset or use `preset: custom`, then set `queue.mem.flush.timeout: 1s` in your output configuration.
If you are not using the Elasticsearch output, set `queue.mem.flush.timeout: 1` in your output configuration.
If you are not using the Elasticsearch output, set `queue.mem.flush.timeout: 1s` in your output configuration.
To configure the output parameters for a {fleet}-managed agent, see <<es-output-settings-yaml-config>>. For a standalone agent, see <<elastic-agent-output-configuration>>.
Expand Down

0 comments on commit bd65bdc

Please sign in to comment.