Elasticsearch curl URLs
Revision as of 19:11, 5 July 2022 by Thomas (talk | contribs) (Created page with " * Status: ::<code>curl https://localhost:9200/_nodes/status</code> ::<code>curl https://localhost:9200/_cat/health</code> ::<code>curl http://localhost:9200/_cluster...")
- Status:
- Indexes/Nodes/Aliases/Plugins:
curl -XGET https://localhost:9200/_cat/nodes?v -u 'admin:admin' --insecure curl -XGET https://localhost:9200/_cat/plugins?v -u 'admin:admin' --insecure
- Delete ALL index:
curl -X DELETE 'http://localhost:9200/_all'
curl -X POST --insecure https://your_elk_ip:YOUR_PASS@localhost:9200/_snapshot/gcs_repo/your_latest_snapshot_name/_restore
Advertising: