![Stackhero for OpenSearch](https://s3.amazonaws.com/assets.heroku.com/addons.heroku.com/icons/9548/original.png)
This add-on is operated by Stackhero
OpenSearch on dedicated instance, up-to-date version and super attractive prices
Stackhero for OpenSearch
Last updated February 11, 2025
The Stackhero for OpenSearch add-on is currently in beta.
Table of Contents
Stackhero for OpenSearch provides a managed OpenSearch service running on a fully dedicated instance.
With the Stackhero for OpenSearch add-on, you’ll get:
- A private instance (dedicated VM) for high performances and security
- TLS encryption (aka SSL)
- An automatic backup every 24 hours
- One click to update to new OpenSearch versions
Provisioning the add-on
Stackhero for OpenSearch can be attached to a Heroku application via the CLI:
For more information about available plans, see Stackhero for OpenSearch.
$ heroku addons:create --wait ah-opensearch-stackhero --app <your app name>
Creating ah-opensearch-stackhero...
Your add-on is being provisioned on Stackhero. It will be available in around 2 minutes.
Connecting to the Stackhero Dashboard
View your instance usage, restart it, and apply updates with the Stackhero dashboard. You can access the dashboard via the CLI:
$ heroku addons:open ah-opensearch-stackhero
Opening ah-opensearch-stackhero for sharp-mountain-4005
You can also visit the Heroku Dashboard, select your application, and then select Stackhero for OpenSearch
from the Add-ons
menu.
Upgrading Your Plan
You can’t downgrade an existing add-on.
Use the heroku addons:upgrade
command to migrate to a new plan.
$ heroku addons:upgrade ah-opensearch-stackhero:newplan
-----> Upgrading ah-opensearch-stackhero:newplan to sharp-mountain-4005... done
Your plan has been updated to: ah-opensearch-stackhero:newplan
Removing the Add-on
You can remove Stackhero for OpenSearch via the CLI:
This destroys all associated data and can’t be undone!
$ heroku addons:destroy ah-opensearch-stackhero
-----> Removing ah-opensearch-stackhero from sharp-mountain-4005... done
Support
You can submit support and runtime issues for Stackhero for OpenSearch via one of the Heroku Support channels. For urgent issues, CC support@stackhero.io.