Difference between revisions of "Elasticsearch curl URLs"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
== See also == | == See also == | ||
− | * {{ | + | * {{Elasticsearch}} |
[[Category:ELK]] | [[Category:ELK]] |
Revision as of 19:13, 5 July 2022
- 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'
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: