- Introducing Elasticsearch Add-On for Heroku
- Configuring your deployment
- Securing your deployment
- Monitoring your deployment
- How to set up monitoring
- Access performance metrics
- Keep track of deployment activity
- Diagnose unavailable nodes
- Why are my shards unavailable?
- Why is performance degrading over time?
- Is my cluster really highly available?
- How does high memory pressure affect performance?
- Why are my cluster response times suddenly so much worse?
- How do I resolve deployment health warnings?
- How do I resolve node bootlooping?
- Snapshot and restore
- About
- Subscription levels
- Version policy
- Elasticsearch Add-On for Heroku hardware
- Elasticsearch Add-On for Heroku GCP instance configurations
- Elasticsearch Add-On for Heroku GCP default provider instance configurations
- Elasticsearch Add-On for Heroku AWS instance configurations
- Elasticsearch Add-On for Heroku AWS default provider instance configurations
- Elasticsearch Add-On for Heroku Azure instance configurations
- Elasticsearch Add-On for Heroku Azure default provider instance configurations
- Elasticsearch Add-On for Heroku regions
- Service status
- Getting help
- Restrictions and known problems
- What’s new with the Elastic Stack
Access the Elasticsearch API console
editAccess the Elasticsearch API console
editInteract with a specific Elasticsearch cluster directly from the Elasticsearch Add-On for Heroku console without having to authenticate again. This RESTful API access is limited to the specific cluster and works only for Elasticsearch API calls.
API console is intended for admin purposes. Avoid running normal workload like indexing or search request.
You are unable to make Elasticsearch Add-On for Heroku platform changes from the Elasticsearch API.
- Log in to the Elasticsearch Add-On for Heroku console.
-
On the deployments page, select your deployment.
Narrow your deployments by name, ID, or choose from several other filters. To customize your view, use a combination of filters, or change the format from a grid to a list.
- From the Elasticsearch menu, go to the API Console page.
-
Make a selection from the operation drop-down list and complete the path.
For example, select
GET
, then use the_cluster/health?pretty=true
path for cluster status and other pertinent details. -
If needed, add the body information.
To display the body area, select PUT, POST, or DELETE from the drop-down list.
- Select Submit.
The results of the API operation are displayed, along with the time it took to complete the operation.
To learn more about what kinds of Elasticsearch API calls you can make from the Cloud UI, check the Elasticsearch Reference.