elasticsearch mit Shopware auf einer VM

Shopware 6

Für Shopware 6 findet man hier die Konfiguration:

https://developer.shopware.com/docs/guides/hosting/infrastructure/elasticsearch/elasticsearch-setup#example-for-changing-index-configuration

Shopware 5

Setzen Sie elasticsearch in Kombination mit Shopware 5 auf einer elasticsearch VM ein,  passen Sie die Settings in der config.php Datei so an:

’number_of_replicas' => 0,
’number_of_shards' => 1,
'version' => '6.8.22',
'dynamicMappingEnabled' => false,

Die elasticsearch Version wird laufend aktualisiert und muss auch bei Shopware 5 angepasst werden. Wir informieren via Systempflege E-Mail, auf welche Version aktualisiert wird.

Mit dem Befehl:

curl 'http://$IP:9200'

findet man die aktuelle Version heraus.

Vollständige Konfiguration und Hintergrund: https://developers.shopware.com/sysadmins-guide/elasticsearch-setup/

Aktualisiert am 23. Juni 2023

War dieser Artikel hilfreich?

Ähnliche Artikel