Elasticsearch curl URLs
Jump to navigation
Jump to search
- Status:
curl https://localhost:9200/_nodes/status
curl --insecure https://localhost:9200/_nodes/status -u "your_usename:your_password"
/_cluster/settings
- Indexes/Nodes/Aliases/Plugins:
curl -XGET --insecure https://localhost:9200/_cat/nodes?v -u 'admin:admin' curl -XGET --insecure https://localhost:9200/_cat/plugins?v -u 'admin:admin'
- Delete ALL index:
curl -X DELETE 'http://localhost:9200/_all'
curl -X POST --insecure https://your_username:YOUR_PASS@localhost:9200/_snapshot/gcs_repo/your_latest_snapshot_name/_restore
_cat/allocation
GET _ilm/policy
GET _xpack/usage
GET /_snapshot/
/_cat/snapshots/
Related
See also
- Elasticsearch, installation, ELK, Elastic X-Pack,
elasticsearch.yml
, logs, ECK, Elasticsearch curl URLs, Elastisearch REST APIs,/_cat/, /_cluster/, /_xpack/
, QueryShardException, Elasticsearch index, ELK backup and restore,elasticsearch-cli
, Elasticsearch versions, ElasticSearch Snapshot Lifecycle Management (SLM), Low disk watermark, Elasticsearch storage, Elasticsearch users, Elasticsearch roles, search context, shards, Elastic Cloud, Elastic Licensing, ElasticSearch alerts, ESQL
Advertising: