You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
406 B
HTTP

@baseUrl = https://127.0.0.1:9200
@accounts = elastic:es-461400
### ES
GET {{baseUrl}}?pretty
Content-Type: application/json
Authorization: Basic {{accounts}}
### ES
GET {{baseUrl}}/_cat/nodes?v
Content-Type: application/json
Authorization: Basic {{accounts}}
### ES
GET {{baseUrl}}/_cat/health?v
Content-Type: application/json
Authorization: Basic {{accounts}}