Change8

v8.19.20

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

Summary

This release addresses several critical bugs in the _bulk, _search, _cat/indices, _snapshot, and _update_by_query APIs, improving stability and reliability.

🐛 Bug Fixes

  • Fixes a bug where the `_bulk` API would fail with a 400 error when using `_source` with `index` operations.
  • 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 would not display all indices when the cluster had a large number of indices.
  • Fixes a bug where the `_snapshot` API could fail with a `FileNotFoundException` when taking snapshots of indices with many shards.
  • Resolves an issue where the `_update_by_query` API could experience performance degradation when updating documents with complex scripts.

Affected Symbols