Postman collection for Elasticsearch. Import in to Postman, create environment and set the required variables. At a minimum you will need to set the {{url}} variable. This should include the base URL and the port number
The base URL for your Elasticsearch instance or cluster. This needs to include the port number (if required), such as http://elasticsearch:9200
The index in which you are performing operations
The alias in which you are performing operations
The repository in which to store snapshots
The name of the snapshot you are interacting with, or creating
The repository location, used when creating a new repo. This must match path.repo in your Elasticsearch settings or yaml file.
Currently only used in reindex, this is the remote server in which you are retrieving an index
Currently only used in reindex, this is the name of the new index on the destination server
The index template, currently used when viewing template details