From 74dc28bf2eb21563c0b2dbb1bd7d5edbf6afb30b Mon Sep 17 00:00:00 2001 From: Ralf Schmid Date: Mon, 9 Sep 2024 08:22:25 +0200 Subject: [PATCH] Removed elasticsearch-oss and edited note about plugin --- prerequisites/software.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/prerequisites/software.rst b/prerequisites/software.rst index a4b7a636..47805c51 100644 --- a/prerequisites/software.rst +++ b/prerequisites/software.rst @@ -254,10 +254,6 @@ system gets. (*e.g.,* ``--force``, ``--ignore-depends``, ``--skip-broken``); check your package manager's manpage to find out. -Starting with Zammad 4.0 you can decide if you want to use -``elasticsearch`` or ``elasticsearch-oss``. Please note that CentOS -**requires** ``elasticsearch``. - .. csv-table:: Zammad/Elasticsearch version compatibility :header: "Zammad", "Elasticsearch" :widths: 20, 20 @@ -271,8 +267,9 @@ Starting with Zammad 4.0 you can decide if you want to use "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``. +An Elasticsearch plugin is required for version 7 or older to index the +contents of email attachments: ``ingest-attachment``. Starting with +Elasticsearch 8, it is included by default. 2.9 Memcached (optional) ^^^^^^^^^^^^^^^^^^^^^^^^