From 6ac62db32043b32e21a64275ae9b1c5e3166cea5 Mon Sep 17 00:00:00 2001 From: OpenMetadata Date: Fri, 1 Apr 2022 20:59:34 +0000 Subject: [PATCH] GitBook: [#181] No subject --- deploy/deploy-on-bare-metal/run-in-production.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.