@@ -171,11 +171,11 @@ Please follow the official guides and ensure to set it up in a secure way.
171
171
2.6 Elasticsearch (optional)
172
172
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
173
173
174
- Zammad uses Elasticsearch to
174
+ Zammad uses Elasticsearch to:
175
175
176
- 1) make the search faster
177
- 2) support advanced features like reports
178
- 3) search for content of email attachments
176
+ 1) make the search faster,
177
+ 2) support advanced features like reports,
178
+ 3) search for content of email attachments.
179
179
180
180
This becomes increasingly important the higher the number of tickets in your
181
181
system gets.
@@ -187,18 +187,12 @@ system gets.
187
187
the search will be very limited. We recommend using Elasticsearch, as it will
188
188
boost the usage of Zammad greatly!
189
189
190
- .. hint :: 📦 **If you install Zammad via package manager...**
191
-
192
- It's perfectly safe to manually override the Elasticsearch dependency.
193
- The appropriate command line flag will depend on your platform
194
- (e.g. ``--force ``, ``--ignore-depends ``, ``--skip-broken ``);
195
- check your package manager's manpage to find out.
196
-
197
190
.. csv-table :: Zammad/Elasticsearch version compatibility
198
191
:header: "Zammad", "Elasticsearch"
199
192
:widths: 20, 20
200
193
201
- "5.2+", ">= 7.8, < 9"
194
+ "7.0+", ">= 7.8, < 10"
195
+ "5.2 - 6.5", ">= 7.8, < 9"
202
196
"5.0 - 5.1", ">= 7.8, < 8"
203
197
"4.0-4.1", ">= 6.5, <= 7.12"
204
198
"3.4-3.6", ">= 5.5, <= 7.9"
@@ -211,6 +205,13 @@ An Elasticsearch plugin is required for version 7 or older to index the
211
205
contents of email attachments: ``ingest-attachment ``. Starting with
212
206
Elasticsearch 8, it is included by default.
213
207
208
+ .. hint :: You can override the Elasticsearch dependency for package
209
+ installations (not recommended!)
210
+
211
+ It depends on your system how to manually override the Elasticsearch
212
+ dependency (e.g. ``--force ``, ``--ignore-depends ``, ``--skip-broken ``);
213
+ check your package manager's manpage to find out.
214
+
214
215
2.7 Memcached
215
216
^^^^^^^^^^^^^
216
217
0 commit comments