forked from elastic/rally
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document which ES versions are supported by Rally
With this commit we add a dedicated page to our documentation that explains which Elasticsearch versions can be benchmarked with which Rally version. As our documentation is versioned, this helps users to determine whether their version of Rally can benchmark a specific Elasticsearch version. Relates elastic#714
- Loading branch information
1 parent
811defb
commit 5dd37d6
Showing
3 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Elasticsearch Version Support | ||
----------------------------- | ||
|
||
Minimum supported version | ||
========================= | ||
|
||
Rally |release| can benchmark Elasticsearch 1.7.0 and above. | ||
|
||
End-of-life Policy | ||
================== | ||
|
||
The latest version of Rally allows to benchmark all currently supported versions of Elasticsearch. Once an `Elasticsearch version reaches end-of-life <https://www.elastic.co/support/eol>`_, Rally will support benchmarking the corresponding version for two more years. For example, Elasticsearch 1.7.x has been supported until 2017-01-16. Rally drops support for Elasticsearch 1.7.x two years after that date on 2019-01-16. Version support is dropped in the next Rally maintenance release after that date. | ||
|
||
Version-specific Limitations | ||
============================ | ||
|
||
The following features require at least Elasticsearch 5.0.0: | ||
|
||
* :doc:`Benchmarking with plugins </elasticsearch_plugins>` | ||
* :ref:`Benchmarking source builds <pipelines_from-sources-complete>` |