Skip to content

Commit

Permalink
Fix link to 8.15.x memory queue issue in Beats. (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacknz authored Nov 18, 2024
1 parent ee710a7 commit 0659991
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Review important information about the {fleet} and {agent} 8.15.3 release.
In 8.15, events in the memory queue are not freed when they are acknowledged (as intended), but only when they are overwritten by later events in the queue buffer. This means for example if a configuration has a queue size of 5000, but the input data is low-volume and only 100 events are active at once, then the queue will gradually store more events until reaching 5000 in memory at once, then start replacing those with new events.
See {beats} issue link:https://github.com/elastic/beats/issues/40705[#40705].
See {beats} issue link:https://github.com/elastic/beats/issues/41355[#41355].
*Impact* +
Expand Down Expand Up @@ -117,7 +117,7 @@ Review important information about the {fleet} and {agent} 8.15.2 release.
In 8.15, events in the memory queue are not freed when they are acknowledged (as intended), but only when they are overwritten by later events in the queue buffer. This means for example if a configuration has a queue size of 5000, but the input data is low-volume and only 100 events are active at once, then the queue will gradually store more events until reaching 5000 in memory at once, then start replacing those with new events.
See {beats} issue link:https://github.com/elastic/beats/issues/40705[#40705].
See {beats} issue link:https://github.com/elastic/beats/issues/41355[#41355].
*Impact* +
Expand Down Expand Up @@ -226,7 +226,7 @@ same package versions.
In 8.15, events in the memory queue are not freed when they are acknowledged (as intended), but only when they are overwritten by later events in the queue buffer. This means for example if a configuration has a queue size of 5000, but the input data is low-volume and only 100 events are active at once, then the queue will gradually store more events until reaching 5000 in memory at once, then start replacing those with new events.
See {beats} issue link:https://github.com/elastic/beats/issues/40705[#40705].
See {beats} issue link:https://github.com/elastic/beats/issues/41355[#41355].
*Impact* +
Expand Down Expand Up @@ -285,7 +285,7 @@ If you're using {agent} on Windows with any integration which makes use of the A
In 8.15, events in the memory queue are not freed when they are acknowledged (as intended), but only when they are overwritten by later events in the queue buffer. This means for example if a configuration has a queue size of 5000, but the input data is low-volume and only 100 events are active at once, then the queue will gradually store more events until reaching 5000 in memory at once, then start replacing those with new events.
See {beats} issue link:https://github.com/elastic/beats/issues/40705[#40705].
See {beats} issue link:https://github.com/elastic/beats/issues/41355[#41355].
*Impact* +
Expand Down

0 comments on commit 0659991

Please sign in to comment.