Skip to content

Commit 1201690

Browse files
committed
[DOC] Clarify ES Version compatibility.
1 parent 34f5258 commit 1201690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/reference/asciidoc/core/intro/requirements.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ java version "1.8.0_45"
2323
[[requirements-es]]
2424
=== {es}
2525

26-
version *1.X* or higher, though we *highly* recommend using the latest Elasticsearch (currently {es-v}) is needed to run {es}. Using a lower version is not possible as {eh} uses new features added in 1.X for distributed, parallel interactions with {es}. We strongly recommend using the latest, stable version of Elasticsearch.
26+
We *highly* recommend using the latest Elasticsearch (currently {es-v}), but {eh} is also backwards compatible with the *1.X* and *2.X* versions of {es}. {es} versions lower than 1.X are not supported as {eh} uses new features added in 1.X for distributed parallel interactions with {es}. We strongly recommend using the latest, stable version of Elasticsearch.
2727

2828
The {es} version is shown in its folder name:
2929

@@ -33,7 +33,7 @@ $ ls
3333
elasticsearch-{es-v}
3434
----
3535

36-
If {es} is running (locally or remotely), one can find out through REST its version:
36+
If {es} is running (locally or remotely), one can find out its version through REST:
3737

3838
["source","js",subs="attributes"]
3939
----

0 commit comments

Comments
 (0)