How to Connect

Connect to an OpenSearch Cluster

This guide will show you how to connect to your OpenSearch cluster after it has been created. You'll learn how to find your connection details and explore different methods to interact with your cluster using various programming languages.

If you have not yet created an OpenSearch Cluster, please see our guide on Creating an OpenSearch Cluster first.

Access Your Cluster Details

Once your OpenSearch Cluster has been created, you can find your connection details on the Logit.io Dashboard. The Stack summary shows your endpoint, username, and password (hidden by default, but viewable by clicking "show").

Logit.io Dashboard Summary

Connection Settings

Here are the settings you'll need to connect to your OpenSearch Cluster:

Endpoint:

@opensearch.endpointAddress

Username:

@opensearch.username

Password:

@opensearch.password

These credentials are essential for authenticating with your OpenSearch Cluster.

Cluster Settings

For more detailed information about your OpenSearch Cluster configuration, you can visit the OpenSearch Cluster Settings page.

Connect with Code Examples

We provide several examples showing how to connect to your OpenSearch Cluster using popular programming languages:

Next Steps

After connecting to your OpenSearch Cluster, you might want to: