mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-03 11:28:12 +08:00
21 lines
479 B
YAML
21 lines
479 B
YAML
http:
|
|
https://localhost:9200/_cluster/health:
|
|
status: 200
|
|
timeout: 2000
|
|
username: elastic
|
|
password: "{{ .Env.ELASTIC_PASSWORD }}"
|
|
body:
|
|
- "green"
|
|
- '"number_of_nodes":3'
|
|
- '"number_of_data_nodes":3'
|
|
|
|
https://localhost:9200:
|
|
status: 200
|
|
timeout: 2000
|
|
username: elastic
|
|
password: "{{ .Env.ELASTIC_PASSWORD }}"
|
|
body:
|
|
- '"number" : "8.1.0"'
|
|
- '"cluster_name" : "elasticsearch"'
|
|
- "You Know, for Search"
|