Skip to content

Commit 90b5fdf

Browse files
committed
Renamed Notebook to match other App Search notebook naming + removed unneeded deps + Fixed some wording
1 parent 8869e5b commit 90b5fdf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

notebooks/enterprise-search/appsearch-crawler-to-open-crawler-migration.ipynb renamed to notebooks/enterprise-search/app-search-crawler-to-open-crawler-migration.ipynb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"metadata": {},
77
"source": [
88
"## Hello, future Open Crawler user!\n",
9-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/elastic/elasticsearch-labs/blob/main/notebooks/enterprise-search/appsearch-crawler-to-open-crawler-migration.ipynb)\n",
9+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/elastic/elasticsearch-labs/blob/main/notebooks/enterprise-search/app-search-crawler-to-open-crawler-migration.ipynb)\n",
1010
"\n",
1111
"This notebook is designed to help you migrate your App Search Web Crawler configurations to Open Crawler-friendly YAML!\n",
1212
"\n",
@@ -29,7 +29,6 @@
2929
"from elasticsearch import Elasticsearch\n",
3030
"\n",
3131
"import os\n",
32-
"import json\n",
3332
"import yaml"
3433
]
3534
},
@@ -83,7 +82,10 @@
8382
"id": "4756ffaa-678d-41aa-865b-909038034104",
8483
"metadata": {},
8584
"source": [
86-
"### Step 1: Get information on all App Search engines and their Web Crawlers"
85+
"### Step 1: Get information on all App Search engines and their Web Crawlers\n",
86+
"\n",
87+
"First, we need to establish what Crawlers you have and their basic configuration details.\n",
88+
"This next cell will attempt to pull configurations for every distinct App Search Engine you have in your Elasticsearch instance."
8789
]
8890
},
8991
{

0 commit comments

Comments
 (0)