This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
## 全局变量
//ES服务管理WebApi地址
@baseUrl = https://127.0.0.1:9201
//帐号认证信息:除了用户名:密码形式外,也可使用使用其它base64字符串
@accounts = elastic:es-461400
### 请求ES首页
GET {{baseUrl}}?pretty
Content-Type: application/json
Authorization: Basic {{accounts}}
### 请求ES节点信息
GET {{baseUrl}}/_cat/nodes?v
### ES健康信息
GET {{baseUrl}}/_cat/health?v