From af78cdf368d83f7fde6ba21230b994ba29bb2928 Mon Sep 17 00:00:00 2001 From: Liam Thompson Date: Wed, 16 Jul 2025 10:39:30 +0200 Subject: [PATCH 1/3] Add link to self-managed connection details app-search-engine-exporter.ipynb it also doesn't make sense to tell someone to sign up for a free trial because this notebook is about exporting existing cluster data --- notebooks/enterprise-search/app-search-engine-exporter.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/enterprise-search/app-search-engine-exporter.ipynb b/notebooks/enterprise-search/app-search-engine-exporter.ipynb index fe049e78..dbe98927 100644 --- a/notebooks/enterprise-search/app-search-engine-exporter.ipynb +++ b/notebooks/enterprise-search/app-search-engine-exporter.ipynb @@ -59,7 +59,7 @@ "source": [ "## Connect to Elasticsearch\n", "\n", - "ℹ️ We're using an Elastic Cloud deployment of Elasticsearch for this notebook. If you don't have an Elastic Cloud deployment, sign up [here](https://cloud.elastic.co/registration?onboarding_token=search&utm_source=github&utm_content=elasticsearch-labs-notebook) for a free trial. This notebook is designed to be run against an Elasticsearch deployment running on version 8.18 or higher.\n", + "ℹ️ We're using an Elastic Cloud deployment of Elasticsearch for this notebook. See [Connecting to a self-managed cluster](https://www.elastic.co/docs/reference/elasticsearch/clients/python/connecting#connect-self-managed-new) if you self-managed your deployment. This notebook is designed to be run against an Elasticsearch deployment running on version 8.18 or higher.\n", "\n", "We'll use the **Cloud ID** to identify our deployment, because we are using Elastic Cloud deployment. To find the Cloud ID for your deployment, go to https://cloud.elastic.co/deployments and select your deployment. \n", "\n", From c68d1c12a78c525d2503abde83a062570575ba88 Mon Sep 17 00:00:00 2001 From: Liam Thompson Date: Wed, 16 Jul 2025 10:40:39 +0200 Subject: [PATCH 2/3] reword, fix typo --- notebooks/enterprise-search/app-search-engine-exporter.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/enterprise-search/app-search-engine-exporter.ipynb b/notebooks/enterprise-search/app-search-engine-exporter.ipynb index dbe98927..34caef78 100644 --- a/notebooks/enterprise-search/app-search-engine-exporter.ipynb +++ b/notebooks/enterprise-search/app-search-engine-exporter.ipynb @@ -59,8 +59,8 @@ "source": [ "## Connect to Elasticsearch\n", "\n", - "ℹ️ We're using an Elastic Cloud deployment of Elasticsearch for this notebook. See [Connecting to a self-managed cluster](https://www.elastic.co/docs/reference/elasticsearch/clients/python/connecting#connect-self-managed-new) if you self-managed your deployment. This notebook is designed to be run against an Elasticsearch deployment running on version 8.18 or higher.\n", - "\n", + "ℹ️ We're using an Elastic Cloud deployment of Elasticsearch for this notebook. See [Connecting to a self-managed cluster](https://www.elastic.co/docs/reference/elasticsearch/clients/python/connecting#connect-self-managed-new) if you self-host your deployment. This notebook is designed to be run against an Elasticsearch deployment running on version 8.18 or higher.\n", + "\n" "We'll use the **Cloud ID** to identify our deployment, because we are using Elastic Cloud deployment. To find the Cloud ID for your deployment, go to https://cloud.elastic.co/deployments and select your deployment. \n", "\n", "You will also need your **API KEY** to access your deployment. You can [create a new API key](https://www.elastic.co/search-labs/tutorials/install-elasticsearch/elastic-cloud#creating-an-api-key) from the `Stack Management -> API keys` menu in Kibana. Be sure to copy or write down your key in a safe place once it is created it will be displayed only upon creation.\n" From c6c670c48c73a3574348299ebd7f46a7d600ab58 Mon Sep 17 00:00:00 2001 From: Liam Thompson Date: Wed, 16 Jul 2025 10:46:41 +0200 Subject: [PATCH 3/3] fix formatting --- notebooks/enterprise-search/app-search-engine-exporter.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/enterprise-search/app-search-engine-exporter.ipynb b/notebooks/enterprise-search/app-search-engine-exporter.ipynb index 34caef78..01e6138b 100644 --- a/notebooks/enterprise-search/app-search-engine-exporter.ipynb +++ b/notebooks/enterprise-search/app-search-engine-exporter.ipynb @@ -60,7 +60,7 @@ "## Connect to Elasticsearch\n", "\n", "ℹ️ We're using an Elastic Cloud deployment of Elasticsearch for this notebook. See [Connecting to a self-managed cluster](https://www.elastic.co/docs/reference/elasticsearch/clients/python/connecting#connect-self-managed-new) if you self-host your deployment. This notebook is designed to be run against an Elasticsearch deployment running on version 8.18 or higher.\n", - "\n" + "\n", "We'll use the **Cloud ID** to identify our deployment, because we are using Elastic Cloud deployment. To find the Cloud ID for your deployment, go to https://cloud.elastic.co/deployments and select your deployment. \n", "\n", "You will also need your **API KEY** to access your deployment. You can [create a new API key](https://www.elastic.co/search-labs/tutorials/install-elasticsearch/elastic-cloud#creating-an-api-key) from the `Stack Management -> API keys` menu in Kibana. Be sure to copy or write down your key in a safe place once it is created it will be displayed only upon creation.\n"