OpenSearch Cluster Settings
This article assumes that you have already created an OpenSearch Cluster, if you have not yet done this then please see this guide to create to create a cluster:
Creating an OpenSearch Cluster
Stack Settings Overview
The Stack Settings Overview page is where you will find all the information that you need relating to your OpenSearch stack.
To see more of your setting, click the 'settings' link on your Logit.io Dashboard to navigate to the stack settings overview page.
These guides are easier to follow when you are logged in as we can then use your account and stack details to help with navigation. Please click here to login.
The first bit of information you should notice is that all of your nodes are in a healthy state and there are no errors.
Clicking on the 'Endpoints' link in the menu on the left hand side will give you the information that you require to send data to OpenSearch.
Endpoints
Here are the Endpoint details for your OpenSearch Cluster:
Endpoint:
@opensearch.endpointAddress
Username:
@opensearch.username
Password:
@opensearch.password
These settings are what we need to connect to the OpenSearch Cluster.
These are the settings that you require in order to send data to your OpenSearch Cluster, below are examples of how to do this.
Simple Example Apps
Here are some simple examples of how to connect to your OpenSearch Cluster using several popular programming languages.
Connect to an OpenSearch Cluster with C#
Connect to an OpenSearch Cluster with Python
Connect to an OpenSearch Cluster with cURL
Connect to an OpenSearch Cluster with Java
Further Help and Guidance
See the articles below for further help and guidance as a next step: