Change8

v9.3.8

📦 elk-stackView on GitHub →
🐛 5 fixes🔧 6 symbols

Summary

This release of Elasticsearch addresses several critical bugs, including issues with the _bulk and _search APIs, and resolves a security vulnerability. It also improves stability by fixing a memory leak in the IndexWriter.

🐛 Bug Fixes

  • Fixes a bug where the `_bulk` API could fail with a `StackOverflowError` when processing a large number of documents.
  • Resolves an issue where the `_search` API could return incorrect results when using `search_after` with certain aggregations.
  • Corrects a problem where the `_cat/indices` API might not display all indices in a large cluster.
  • Addresses a memory leak in the `IndexWriter` that could lead to out-of-memory errors in long-running clusters.
  • Fixes a security vulnerability related to improper input validation in the `_scripts` API.

Affected Symbols