Skip to content

Commit 8aa91df

Browse files
committed
cloud id replaced by endpoint url
1 parent da6f68a commit 8aa91df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

supporting-blog-content/ingesting-data-with-big-query/ingesting_data_with_big_query_notebook.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
},
8383
"outputs": [],
8484
"source": [
85-
"ELASTIC_CLUSTER_ID = getpass(\"Elastic Cloud ID: \")\n",
85+
"ELASTICSEARCH_ENDPOINT = getpass(\"Elasticsearch endpoint: \")\n",
8686
"ELASTIC_API_KEY = getpass(\"Elastic Api Key: \")\n",
8787
"\n",
8888
"\n",
@@ -113,7 +113,7 @@
113113
"\n",
114114
"# Elasticsearch client\n",
115115
"es_client = Elasticsearch(\n",
116-
" cloud_id=ELASTIC_CLUSTER_ID,\n",
116+
" ELASTICSEARCH_ENDPOINT,\n",
117117
" api_key=ELASTIC_API_KEY,\n",
118118
")"
119119
]

0 commit comments

Comments
 (0)