OpenSearch
Create an OpenSearch domain from the DuploCloud portal
OpenSearch provides scalable search and analytics capabilities for your applications. With DuploCloud, you can easily create, configure, and manage OpenSearch instances to support your data indexing and search needs.
Creating an OpenSearch domain
Navigate to Cloud Services → Analytics, select the OpenSearch tab, and click the Add button. The Add OpenSearch Domain page displays.
In the Domain Name field, create a name for the OpenSearch domain.
In the OpenSearch Version field, select the OpenSearch version you are using.
Select your needed instance size from the Data Instance Size list box.
Enter the the instance count in the Data Instance Count field, and choose the correct zone(s) from the Zone list box.
Optionally, enter a key in the Encryption Key (Optional) field.
In the Storage (In Gb) field, enter the amount of storage needed.
If needed, select a Master Instance Count and Master Instance Size.
Use the toggle switches to enable encryption options (Require SSL/HTTPS, Use Latest TLS Cipher, or Enable Node-to-Node Encryption), if needed.

Optionally, use the toggle switch to Enable UltraWarm data nodes (nodes that are optimized for storing large volumes of data cost-effectively). When this option is enabled, additional fields display. Select a Warm Instance type, enter Number of warm data nodes, and Enable Cold Storage as your application requires.
Enable UltraWarm data nodes selected, displaying additional options (Warm Instance type, Number of warm data nodes, and Enable Cold Storage) Click Submit. The OpenSearch domain is created.
Creating an OpenSearch domain without EBS storage
To create an OpenSearch without EBS storage, follow the steps to create an OpenSearch domain. In the Data Instance Size list box, select Other, and enter a storage type instance, For example, i3.2xlarge.search
. Complete the remaining steps and click Submit.

Managing an OpenSearch Instance
From the DuploCloud Portal, you can view OpenSearch instance details, open the AWS Console for the instance, edit configuration settings, upgrade the OpenSearch version, or delete the instance.
In the DuploCloud Portal, go to Cloud Services → Analytics.
Select the OpenSearch tab.
Click the menu icon (
) at the end of the row for the OpenSearch instance you want to manage.
OpenSearch tab with menu options highlighted Choose one of the following actions:
View JSON
View the JSON representation of the OpenSearch instance configuration.
Console
Open the AWS Console to view and manage the OpenSearch domain.
Edit
Open the Edit OpenSearch Domain pane to update instance configurations, such as node count or size.
Upgrade
Upgrade the OpenSearch version for the selected instance.
Delete
Permanently remove the OpenSearch instance.
Managing OpenSearch Logging
See the Logging documentation.
Last updated
Was this helpful?