Difference between revisions of "Elasticsearch curl URLs"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
* Status:  
 
* Status:  
 
::<code>[[curl https://localhost:9200/_nodes/status]]</code>
 
::<code>[[curl https://localhost:9200/_nodes/status]]</code>
 +
::<code>[[curl -k https://localhost:9200/_nodes/status]] -u "your_usename:your_password"</code>
 +
 +
 
::<code>[[curl https://localhost:9200/_cat/health]]</code>
 
::<code>[[curl https://localhost:9200/_cat/health]]</code>
 
::<code>curl http://localhost:9200/_cluster/health?pretty</code>
 
::<code>curl http://localhost:9200/_cluster/health?pretty</code>

Revision as of 19:28, 5 July 2022

Advertising: