Skip to content

Commit

Permalink
Fixes #217 - Be more specific about supported Elasticsearch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGeneration committed Mar 24, 2022
1 parent a223309 commit 3d0c3c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions prerequisites/software.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,13 +249,13 @@ but search performance will be degraded, and some features will be disabled.
:header: "Zammad", "Elasticsearch"
:widths: 20, 20

"5.0+", "7.8+"
"4.0-4.1", "6.5-7.12"
"3.4-3.6", "5.57.9"
"3.3", "2.47.6"
"3.2", "2.47.5"
"3.1", "2.47.4"
"2.0–3.0", "2.45.6"
"5.0+", ">= 7.8, < 8"
"4.0-4.1", ">= 6.5, <= 7.12"
"3.4-3.6", ">= 5.5, <= 7.9"
"3.3", ">= 2.4, <=7.6"
"3.2", ">= 2.4, <=7.5"
"3.1", ">= 2.4, <=7.4"
"2.0–3.0", ">= 2.4, <=5.6"

An Elasticsearch plugin is required to index the contents of email attachments:
``ingest-attachment``.
Expand Down

0 comments on commit 3d0c3c9

Please sign in to comment.