ELK Stack
Backend & InfraFree and Open Source, Distributed, RESTful Search Engine
Release History
View all versions →v9.5.25 fixesThis release of Elasticsearch 9.5.2 addresses several critical bugs related to the _bulk and _search APIs, index visibility, node responsiveness, and memory leaks in the query cache.
v8.19.205 fixesThis release addresses several critical bugs in the _bulk, _search, _cat/indices, _snapshot, and _update_by_query APIs, improving stability and reliability.
v9.5.115 fixesThis release of Elasticsearch 9.5.1 includes a collection of bug fixes across various APIs, improving stability and reliability. Key fixes address issues with the _bulk, _search, and _update APIs, among others.
v9.4.5This release provides updates for Elasticsearch version 9.4.5. Please refer to the release notes for detailed information.
v9.5.01 featureElasticsearch 9.5.0 has been released, introducing new features and improvements. Refer to the release notes for detailed information.
v8.19.195 fixesThis release of Elasticsearch 8.19.19 addresses several critical bugs in the bulk, search, cat indices, cluster stats, and snapshot APIs, improving stability and data integrity.
v9.3.85 fixesThis 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.
v9.4.41 fixThis release of Elasticsearch 9.4.4 includes a fix for an issue with the cluster health API reporting incorrect node status when nodes have no shards assigned.
v9.3.7This release provides updates and fixes for Elasticsearch version 9.3.7. Specific details are available in the linked release notes.
v8.19.18This release (8.19.18) provides updates and fixes for Elasticsearch. Detailed information is available in the linked release notes.
v9.4.3This release provides maintenance updates for Elasticsearch version 9.4.3. Specific details are available in the linked release notes.
v9.3.6This release provides updates for Elasticsearch version 9.3.6. Specific details regarding changes are available in the linked release notes.
v8.19.17This release provides maintenance updates for Elasticsearch version 8.19.17. Refer to the linked release notes for specific details.
v9.4.2This release provides updates for Elasticsearch version 9.4.2. Specific details regarding features, fixes, and changes are available in the linked release notes.
v9.3.5This release provides maintenance updates for Elasticsearch version 9.3.5. Specific details are available in the linked release notes.
v8.19.16This release provides maintenance updates for Elasticsearch version 8.19.16. Specific details on changes can be found in the linked release notes.
v9.4.1This release provides updates and fixes for Elasticsearch version 9.4.1. Detailed release notes are available via the provided links.
v9.4.0This release announcement provides links to the download page and detailed release notes for Elasticsearch version 9.4.0.
v9.3.4This release provides updates for Elasticsearch version 9.3.4. Specific details regarding changes are available in the linked release notes.
v8.19.15This release provides maintenance updates for Elasticsearch version 8.19.15. Refer to the linked release notes for specific details.
v8.19.14This release provides maintenance updates for Elasticsearch version 8.19.14. Specific details on changes are available in the linked release notes.
v9.2.8This release provides updates for Elasticsearch version 9.2.8. Specific details regarding features, fixes, and changes are available in the linked release notes.
v9.3.3This release provides updates and fixes for Elasticsearch version 9.3.3. Detailed information is available in the linked release notes.
v9.3.2This release provides maintenance updates for Elasticsearch version 9.3.2. Specific details regarding changes are available in the linked release notes.
v9.2.7This release provides maintenance updates for Elasticsearch version 9.2.7. Specific details regarding changes are available in the linked release notes.
Common Errors
IllegalArgumentException41 reportsThis error typically occurs in elk-stack. Check the example issues for common solutions.
ResourceAlreadyExistsException13 reportsThe ResourceAlreadyExistsException in ELK Stack tests, particularly with sparse vector configurations, typically arises from attempting to create an index, alias, or other resource that already exists within the test environment. This often happens due to incomplete cleanup from previous test runs or race conditions in parallel test execution. To fix this, ensure that all test resources are properly deleted before attempting to create them again, and consider adding explicit checks or retry mechanisms for resource creation where appropriate.
InvalidArgumentException10 reportsThis error typically occurs in elk-stack. Check the example issues for common solutions.
InvocationTargetException9 reportsInvocationTargetException often wraps an actual exception thrown within a method invoked via reflection. Fix it by examining the underlying cause using the stack trace to identify the real exception, then address that specific issue like a NullPointerException or IllegalArgumentException related to argument types or object states during the reflective call.
NoSuchElementException8 reportsNoSuchElementException in Elasticsearch's VectorScorer tests usually indicates that the test is trying to access an element from an empty or non-existent collection/iterator. This can be caused by incorrect setup or teardown of test resources, or indexing issues. Fix this by ensuring that all required data structures are properly initialized and populated with data before the tests access them and verify data exists via `Assert.assertTrue` or similar before accessing via iterators.
MultipleFailureException7 reportsThis error typically occurs in elk-stack. Check the example issues for common solutions.
Related Backend & Infra Packages
Production-Grade Container Scheduling and Management
Node.js JavaScript runtime ✨🐢🚀✨
Promise based HTTP client for the browser and node.js
A modern runtime for JavaScript and TypeScript.
Deliver web apps with confidence 🚀
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Subscribe to Updates
Get notified when new versions are released