Skip to content

Commit 8b03d64

Browse files
Fix link to 8.15.x memory queue issue in Beats. (#1464) (#1472)
(cherry picked from commit 0659991) Co-authored-by: Craig MacKenzie <[email protected]>
1 parent 59a919c commit 8b03d64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/en/ingest-management/release-notes/release-notes-8.15.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Review important information about the {fleet} and {agent} 8.15.3 release.
5959
6060
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.
6161
62-
See {beats} issue link:https://github.com/elastic/beats/issues/40705[#40705].
62+
See {beats} issue link:https://github.com/elastic/beats/issues/41355[#41355].
6363
6464
*Impact* +
6565
@@ -117,7 +117,7 @@ Review important information about the {fleet} and {agent} 8.15.2 release.
117117
118118
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.
119119
120-
See {beats} issue link:https://github.com/elastic/beats/issues/40705[#40705].
120+
See {beats} issue link:https://github.com/elastic/beats/issues/41355[#41355].
121121
122122
*Impact* +
123123
@@ -207,7 +207,7 @@ same package versions.
207207
208208
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.
209209
210-
See {beats} issue link:https://github.com/elastic/beats/issues/40705[#40705].
210+
See {beats} issue link:https://github.com/elastic/beats/issues/41355[#41355].
211211
212212
*Impact* +
213213
@@ -266,7 +266,7 @@ If you're using {agent} on Windows with any integration which makes use of the A
266266
267267
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.
268268
269-
See {beats} issue link:https://github.com/elastic/beats/issues/40705[#40705].
269+
See {beats} issue link:https://github.com/elastic/beats/issues/41355[#41355].
270270
271271
*Impact* +
272272

0 commit comments

Comments
 (0)