OpenSearch: 2. Find the OpenSearch service store
This documentation is part of the Automate with the CLI guide. View the full guide here: Start OpenSearch, retrieve its credentials, and change its configuration programmatically with the Stackhero CLI.
👋 Welcome to the Stackhero documentation!
Stackhero provides a fully managed OpenSearch cloud environment designed for both performance and security:
- High performance and strong security on a private, dedicated infrastructure.
- Use your own custom domain name, protected with HTTPS by default.
- Built-in OpenSearch Dashboards for easy data exploration and visualization.
Cut out setup and maintenance hassles: you can be up and running with OpenSearch cloud hosting from Stackhero in just a few minutes.
Next, you will want to list the OpenSearch service stores available to your account. The CLI accepts the store name (opensearch) directly, so there is no need to look up or copy any IDs.
# List OpenSearch service stores (add --organization if you manage more than one)
stackhero services-store-list --name="opensearch"
You can refer to the store name opensearch in subsequent commands, or choose a specific svs-xxxxxx ID from the list if you prefer.