Skip to content

Commit 805bf06

Browse files
Doc: Add pipeline improvements to release notes (#14193) (#14238)
(cherry picked from commit a78aebc) Co-authored-by: Karen Metts <[email protected]>
1 parent 579515a commit 805bf06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/static/releasenotes.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ coming[8.3.0]
3232
[[notable-8.3.0]]
3333
==== Performance improvements and notable issues fixed
3434

35+
* {ls} is more efficient at fetching pipelines as of 8.3.
36+
When a {ls} instance sends its pipeline IDs to {es} or central pipeline management in {kib}, it gets back only the pipeline configs that belong to that instance.
37+
These enhancements required changes to both {ls} https://github.com/elastic/logstash/pull/14076[(#14076)] and {es} https://github.com/elastic/elasticsearch/pull/85847[(#85847)].
38+
+
39+
These improvements dramatically decrease network load while also giving users the ability to control pipelines dynamically using wildcards.
3540

3641
[[plugins-8.3.0]]
3742
==== Plugin releases

0 commit comments

Comments
 (0)