Skip to content

Commit 8094c6b

Browse files
authored
Update notebooks cloud signup url with onboarding_token (#302)
* update notebooks deeplink token in signup url * update readme signup url with deeplink token * update esql notebook
1 parent a6c86e2 commit 8094c6b

35 files changed

+389
-341
lines changed

Diff for: example-apps/openai-embeddings/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tar -xz --strip=2 elasticsearch-labs-main/example-apps/openai-embeddings
3838

3939
### 3. Create Elastic Cloud account and credentials
4040

41-
- [Sign up](https://cloud.elastic.co/registration?utm_source=github&utm_content=elasticsearch-labs-samples) for a Elastic cloud account
41+
- [Sign up](https://cloud.elastic.co/registration?onboarding_token=vectorsearch&utm_source=github&utm_content=elasticsearch-labs-samples) for a Elastic cloud account
4242
- Make note of the master username/password shown to you during creation of the deployment
4343
- Make note of the Elastic Cloud ID after the deployment
4444

Diff for: example-apps/relevance-workbench/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To run this demo successfully, you will need an Elasticsearch deployment (> 8.11
1414

1515
## Deploy Elasticsearch in Elastic Cloud
1616

17-
If you don't have an Elastic Cloud account, you can start by signing up for a [free Elastic Cloud trial](https://cloud.elastic.co/registration?utm_source=github&utm_content=elasticsearch-labs-samples). After creating an account, you’ll have an active subscription, and you’ll be prompted to create your first deployment.
17+
If you don't have an Elastic Cloud account, you can start by signing up for a [free Elastic Cloud trial](https://cloud.elastic.co/registration?onboarding_token=vectorsearch&utm_source=github&utm_content=elasticsearch-labs-samples). After creating an account, you’ll have an active subscription, and you’ll be prompted to create your first deployment.
1818

1919
Follow the steps to Create a new deployment. For more details, refer to [Create a deployment](https://www.elastic.co/guide/en/cloud/current/ec-create-deployment.html) in the Elastic Cloud documentation.
2020

Diff for: notebooks/document-chunking/with-index-pipelines.ipynb

+8-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"source": [
2626
"## Create Elastic Cloud deployment\n",
2727
"\n",
28-
"If you don't have an Elastic Cloud deployment, sign up [here](https://cloud.elastic.co/registration?utm_source=github&utm_content=elasticsearch-labs-notebook) for a free trial.\n",
28+
"If you don't have an Elastic Cloud deployment, sign up [here](https://cloud.elastic.co/registration?onboarding_token=vectorsearch&utm_source=github&utm_content=elasticsearch-labs-notebook) for a free trial.\n",
2929
"\n",
3030
"Once logged in to your Elastic Cloud account, go to the [Create deployment](https://cloud.elastic.co/deployments/create) page and select **Create deployment**. Leave all settings with their default values."
3131
]
@@ -522,7 +522,7 @@
522522
"provenance": []
523523
},
524524
"kernelspec": {
525-
"display_name": "Python 3 (ipykernel)",
525+
"display_name": "Python 3.12.3 64-bit",
526526
"language": "python",
527527
"name": "python3"
528528
},
@@ -536,7 +536,12 @@
536536
"name": "python",
537537
"nbconvert_exporter": "python",
538538
"pygments_lexer": "ipython3",
539-
"version": "3.10.13"
539+
"version": "3.12.3"
540+
},
541+
"vscode": {
542+
"interpreter": {
543+
"hash": "b0fa6594d8f4cbf19f97940f81e996739fb7646882a419484c72d19e05852a7e"
544+
}
540545
}
541546
},
542547
"nbformat": 4,

Diff for: notebooks/document-chunking/with-langchain-splitters.ipynb

+8-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"source": [
4141
"### Connect to Elasticsearch\n",
4242
"\n",
43-
"ℹ️ 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?utm_source=github&utm_content=elasticsearch-labs-notebook) for a free trial. \n",
43+
"ℹ️ 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=vectorsearch&utm_source=github&utm_content=elasticsearch-labs-notebook) for a free trial. \n",
4444
"\n",
4545
"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."
4646
]
@@ -604,7 +604,7 @@
604604
],
605605
"metadata": {
606606
"kernelspec": {
607-
"display_name": "Python 3 (ipykernel)",
607+
"display_name": "Python 3.12.3 64-bit",
608608
"language": "python",
609609
"name": "python3"
610610
},
@@ -618,7 +618,12 @@
618618
"name": "python",
619619
"nbconvert_exporter": "python",
620620
"pygments_lexer": "ipython3",
621-
"version": "3.9.6"
621+
"version": "3.12.3"
622+
},
623+
"vscode": {
624+
"interpreter": {
625+
"hash": "b0fa6594d8f4cbf19f97940f81e996739fb7646882a419484c72d19e05852a7e"
626+
}
622627
}
623628
},
624629
"nbformat": 4,

Diff for: notebooks/enterprise-search/app-search-engine-exporter.ipynb

+9-3
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"source": [
5858
"## Connect to Elasticsearch\n",
5959
"\n",
60-
"ℹ️ 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?utm_source=github&utm_content=elasticsearch-labs-notebook) for a free trial. \n",
60+
"ℹ️ 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. \n",
6161
"\n",
6262
"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",
6363
"\n",
@@ -823,7 +823,8 @@
823823
"provenance": []
824824
},
825825
"kernelspec": {
826-
"display_name": "Python 3",
826+
"display_name": "Python 3.12.3 64-bit",
827+
"language": "python",
827828
"name": "python3"
828829
},
829830
"language_info": {
@@ -836,7 +837,12 @@
836837
"name": "python",
837838
"nbconvert_exporter": "python",
838839
"pygments_lexer": "ipython3",
839-
"version": "3.12.2"
840+
"version": "3.12.3"
841+
},
842+
"vscode": {
843+
"interpreter": {
844+
"hash": "b0fa6594d8f4cbf19f97940f81e996739fb7646882a419484c72d19e05852a7e"
845+
}
840846
}
841847
},
842848
"nbformat": 4,

Diff for: notebooks/esql/esql-getting-started.ipynb

+33-27
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"source": [
4646
"## Create Elastic Cloud deployment\n",
4747
"\n",
48-
"If you don't have an Elastic Cloud deployment, sign up [here](https://cloud.elastic.co/registration?utm_source=github&utm_content=elasticsearch-labs-notebook) for a free trial.\n",
48+
"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.\n",
4949
"\n",
5050
"Once logged in to your Elastic Cloud account, go to the [Create deployment](https://cloud.elastic.co/deployments/create) page and select **Create deployment**. Leave all settings with their default values."
5151
]
@@ -75,8 +75,8 @@
7575
},
7676
"outputs": [
7777
{
78-
"output_type": "stream",
7978
"name": "stdout",
79+
"output_type": "stream",
8080
"text": [
8181
"Collecting elasticsearch\n",
8282
" Downloading elasticsearch-8.14.0-py3-none-any.whl (480 kB)\n",
@@ -214,8 +214,8 @@
214214
},
215215
"outputs": [
216216
{
217-
"output_type": "stream",
218217
"name": "stdout",
218+
"output_type": "stream",
219219
"text": [
220220
"Successfully indexed 7 documents.\n"
221221
]
@@ -356,8 +356,8 @@
356356
},
357357
"outputs": [
358358
{
359-
"output_type": "stream",
360359
"name": "stdout",
360+
"output_type": "stream",
361361
"text": [
362362
"@timestamp | client_ip | event_duration | message \n",
363363
"--------------------------------------------------------------------------------\n",
@@ -414,8 +414,8 @@
414414
},
415415
"outputs": [
416416
{
417-
"output_type": "stream",
418417
"name": "stdout",
418+
"output_type": "stream",
419419
"text": [
420420
"@timestamp | client_ip | event_duration | message \n",
421421
"--------------------------------------------------------------------------------\n",
@@ -458,8 +458,8 @@
458458
},
459459
"outputs": [
460460
{
461-
"output_type": "stream",
462461
"name": "stdout",
462+
"output_type": "stream",
463463
"text": [
464464
"@timestamp | client_ip | event_duration | message \n",
465465
"--------------------------------------------------------------------------------\n",
@@ -506,8 +506,8 @@
506506
},
507507
"outputs": [
508508
{
509-
"output_type": "stream",
510509
"name": "stdout",
510+
"output_type": "stream",
511511
"text": [
512512
"@timestamp | client_ip | event_duration | message \n",
513513
"--------------------------------------------------------------------------\n",
@@ -549,8 +549,8 @@
549549
},
550550
"outputs": [
551551
{
552-
"output_type": "stream",
553552
"name": "stdout",
553+
"output_type": "stream",
554554
"text": [
555555
"@timestamp | client_ip | event_duration | message \n",
556556
"--------------------------------------------------------------------------------\n",
@@ -609,8 +609,8 @@
609609
},
610610
"outputs": [
611611
{
612-
"output_type": "stream",
613612
"name": "stdout",
613+
"output_type": "stream",
614614
"text": [
615615
"@timestamp | client_ip | event_duration | message \n",
616616
"-------------------------------------------------------------------------------\n",
@@ -663,8 +663,8 @@
663663
},
664664
"outputs": [
665665
{
666-
"output_type": "stream",
667666
"name": "stdout",
667+
"output_type": "stream",
668668
"text": [
669669
"@timestamp | client_ip | event_duration | message | duration_ms\n",
670670
"----------------------------------------------------------------------------------------------\n",
@@ -709,8 +709,8 @@
709709
},
710710
"outputs": [
711711
{
712-
"output_type": "stream",
713712
"name": "stdout",
713+
"output_type": "stream",
714714
"text": [
715715
"@timestamp | client_ip | event_duration | message | duration_ms\n",
716716
"----------------------------------------------------------------------------------------------\n",
@@ -759,8 +759,8 @@
759759
},
760760
"outputs": [
761761
{
762-
"output_type": "stream",
763762
"name": "stdout",
763+
"output_type": "stream",
764764
"text": [
765765
"median_duration\n",
766766
"---------------\n",
@@ -799,8 +799,8 @@
799799
},
800800
"outputs": [
801801
{
802-
"output_type": "stream",
803802
"name": "stdout",
803+
"output_type": "stream",
804804
"text": [
805805
"median_duration | max_duration\n",
806806
"------------------------------\n",
@@ -839,8 +839,8 @@
839839
},
840840
"outputs": [
841841
{
842-
"output_type": "stream",
843842
"name": "stdout",
843+
"output_type": "stream",
844844
"text": [
845845
"median_duration | client_ip \n",
846846
"------------------------------\n",
@@ -886,8 +886,8 @@
886886
},
887887
"outputs": [
888888
{
889-
"output_type": "stream",
890889
"name": "stdout",
890+
"output_type": "stream",
891891
"text": [
892892
"@timestamp | client_ip | event_duration | message | event_duration/1000000.0\n",
893893
"-----------------------------------------------------------------------------------------------------------\n",
@@ -932,8 +932,8 @@
932932
},
933933
"outputs": [
934934
{
935-
"output_type": "stream",
936935
"name": "stdout",
936+
"output_type": "stream",
937937
"text": [
938938
"MEDIAN(`event_duration/1000000.0`)\n",
939939
"----------------------------------\n",
@@ -978,8 +978,8 @@
978978
},
979979
"outputs": [
980980
{
981-
"output_type": "stream",
982981
"name": "stdout",
982+
"output_type": "stream",
983983
"text": [
984984
"COUNT(*) | bucket \n",
985985
"-----------------------------------\n",
@@ -1019,8 +1019,8 @@
10191019
},
10201020
"outputs": [
10211021
{
1022-
"output_type": "stream",
10231022
"name": "stdout",
1023+
"output_type": "stream",
10241024
"text": [
10251025
"median_duration | bucket \n",
10261026
"------------------------------------------\n",
@@ -1068,14 +1068,14 @@
10681068
},
10691069
"outputs": [
10701070
{
1071-
"output_type": "execute_result",
10721071
"data": {
10731072
"text/plain": [
10741073
"ObjectApiResponse({'status': {'phase': 'COMPLETE'}})"
10751074
]
10761075
},
1076+
"execution_count": 45,
10771077
"metadata": {},
1078-
"execution_count": 45
1078+
"output_type": "execute_result"
10791079
}
10801080
],
10811081
"source": [
@@ -1143,8 +1143,8 @@
11431143
},
11441144
"outputs": [
11451145
{
1146-
"output_type": "stream",
11471146
"name": "stdout",
1147+
"output_type": "stream",
11481148
"text": [
11491149
"@timestamp | event_duration | client_ip | env \n",
11501150
"----------------------------------------------------------------------\n",
@@ -1190,8 +1190,8 @@
11901190
},
11911191
"outputs": [
11921192
{
1193-
"output_type": "stream",
11941193
"name": "stdout",
1194+
"output_type": "stream",
11951195
"text": [
11961196
"median_duration | env \n",
11971197
"-----------------------------\n",
@@ -1255,8 +1255,8 @@
12551255
},
12561256
"outputs": [
12571257
{
1258-
"output_type": "stream",
12591258
"name": "stdout",
1259+
"output_type": "stream",
12601260
"text": [
12611261
"@timestamp | client_ip | event_duration | message | server_ip\n",
12621262
"--------------------------------------------------------------------------------------------\n",
@@ -1302,8 +1302,8 @@
13021302
},
13031303
"outputs": [
13041304
{
1305-
"output_type": "stream",
13061305
"name": "stdout",
1306+
"output_type": "stream",
13071307
"text": [
13081308
"COUNT(*) | server_ip\n",
13091309
"--------------------\n",
@@ -1352,14 +1352,20 @@
13521352
"provenance": []
13531353
},
13541354
"kernelspec": {
1355-
"display_name": "Python 3",
1355+
"display_name": "Python 3.12.3 64-bit",
1356+
"language": "python",
13561357
"name": "python3"
13571358
},
13581359
"language_info": {
13591360
"name": "python",
1360-
"version": "3.11.5"
1361+
"version": "3.12.3"
1362+
},
1363+
"vscode": {
1364+
"interpreter": {
1365+
"hash": "b0fa6594d8f4cbf19f97940f81e996739fb7646882a419484c72d19e05852a7e"
1366+
}
13611367
}
13621368
},
13631369
"nbformat": 4,
13641370
"nbformat_minor": 0
1365-
}
1371+
}

0 commit comments

Comments
 (0)