Skip to content

Commit 0659991

Browse files
authored
Fix link to 8.15.x memory queue issue in Beats. (#1464)
1 parent ee710a7 commit 0659991

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
@@ -226,7 +226,7 @@ same package versions.
226226
227227
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.
228228
229-
See {beats} issue link:https://github.com/elastic/beats/issues/40705[#40705].
229+
See {beats} issue link:https://github.com/elastic/beats/issues/41355[#41355].
230230
231231
*Impact* +
232232
@@ -285,7 +285,7 @@ If you're using {agent} on Windows with any integration which makes use of the A
285285
286286
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.
287287
288-
See {beats} issue link:https://github.com/elastic/beats/issues/40705[#40705].
288+
See {beats} issue link:https://github.com/elastic/beats/issues/41355[#41355].
289289
290290
*Impact* +
291291

0 commit comments

Comments
 (0)