You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/static/releasenotes.asciidoc
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,11 @@ coming[8.3.0]
32
32
[[notable-8.3.0]]
33
33
==== Performance improvements and notable issues fixed
34
34
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.
0 commit comments