Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Update elasticsearch.md #8059

Merged
merged 5 commits into from
Oct 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions src/guides/v2.4/install-gde/prereq/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ As of Magento 2.4, all installations must be configured to use [Elasticsearch][]

## Supported versions {#es-spt-versions}

You must install and configure Elasticsearch 7.6.x before upgrading to Magento 2.4.0.
You must install and configure Elasticsearch 7.6.x before upgrading to Magento 2.4.x.

Magento 2.4.x is tested with Elasticsearch 7.6.x only. You can use other 7.x versions at your discretion, but we recommend using the tested version of Elasticsearch.

{:.bs-callout-info}
Magento does not support Elasticsearch 2.x, 5.x, and 6.x.
Expand Down Expand Up @@ -75,14 +77,14 @@ The tasks discussed in this section require the following:

* [Firewall and SELinux](#firewall-selinux)
* [Install the Java Software Development Kit (JDK)](#prereq-java)
* [Install Elasticsearch](#es-install-es6)
* [Install Elasticsearch](#es-install-es7)
* [Upgrading Elasticsearch](#es-upgrade6)

{% include config/solr-elastic-selinux.md %}

{% include config/install-java8.md %}

### Install Elasticsearch {#es-install-es6}
### Install Elasticsearch {#es-install-es7}

Follow [Installing Elasticsearch][] for your platform-specific steps.

Expand Down