Skip to content

Commit 258bf30

Browse files
committed
removing cloud id reference
1 parent 33deede commit 258bf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sphinx/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Example Usage
6565
from datetime import datetime
6666
from elasticsearch import Elasticsearch
6767
68-
client = Elasticsearch(cloud_id="YOUR_CLOUD_ID", api_key="YOUR_API_KEY")
68+
client = Elasticsearch("http://localhost:9200/", api_key="YOUR_API_KEY")
6969
7070
doc = {
7171
"author": "kimchy",

0 commit comments

Comments
 (0)