diff --git a/deploy/deploy-on-bare-metal/run-in-production.md b/deploy/deploy-on-bare-metal/run-in-production.md index 5518c9588c2..297bc8b2a99 100644 --- a/deploy/deploy-on-bare-metal/run-in-production.md +++ b/deploy/deploy-on-bare-metal/run-in-production.md @@ -40,10 +40,14 @@ Make sure to configure required databases and users for OpenMetadata. You can refer a sample script from [here](https://github.com/open-metadata/OpenMetadata/blob/main/docker/local-metadata/mysql-script.sql). {% endhint %} -### Elasticsearch (version 7.0.0 or greater) +### Elasticsearch (version 7.X) To install or upgrade Elasticsearch to a supported version please see the instructions for your operating system at [Installing Elasticsearch](https://www.elastic.co/guide/en/elasticsearch/reference/current/install-elasticsearch.html). +We do not support ElasticSearch 8.x yet. + +Please follow the instructions[ here to install Elasticsearch ](https://www.elastic.co/guide/en/elasticsearch/reference/7.17/setup.html) + ### Airflow (version 2.0.0 or greater) or other workflow schedulers OpenMetadata performs metadata ingestion using ingestion connectors designed to run in Airflow or another workflow scheduler.