You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the examples in this repo use Could ID instead of hosts, while chatting with @miguelgrinberg and @joemcelroy we noticed that we should probably update them.
# Create an Elasticsearch client instance
client = Elasticsearch(
getpass("Host: "), # Securely get the host for the Elasticsearch cluster
api_key=getpass("API Key: "), # Securely get the API key for authentication
)
The text was updated successfully, but these errors were encountered:
JessicaGarson
changed the title
Changing examples to use hosts instead of Client ID
Changing examples to use hosts instead of Cloud ID
May 2, 2024
Most of the examples in this repo use Could ID instead of hosts, while chatting with @miguelgrinberg and @joemcelroy we noticed that we should probably update them.
What is in most examples is something like this:
A version of this could be:
The text was updated successfully, but these errors were encountered: