Difference between revisions of "Curl https://localhost:9200/ nodes/status"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
  [[curl]] https://localhost:9200/_nodes/status
 
  [[curl]] https://localhost:9200/_nodes/status
 
  {"_nodes":{"total":0,"successful":0,"failed":0},"cluster_name":"docker-cluster","nodes":{}}
 
  {"_nodes":{"total":0,"successful":0,"failed":0},"cluster_name":"docker-cluster","nodes":{}}
 +
 +
 +
kubectl -n [[your_namespace]] exec -ti your_elastic_pod1 -- /bin/sh -c "curl -k https://localhost:9200/_nodes/status" | jq .
  
  

Revision as of 19:18, 5 July 2022

Advertising: