mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-03 11:28:12 +08:00
13 lines
297 B
YAML
13 lines
297 B
YAML
http:
|
|
https://localhost:9200/_cluster/health:
|
|
status: 200
|
|
timeout: 2000
|
|
allow-insecure: true
|
|
username: elastic
|
|
password: "{{ .Env.ELASTIC_PASSWORD }}"
|
|
body:
|
|
- "green"
|
|
- '"cluster_name":"multi"'
|
|
- '"number_of_nodes":9'
|
|
- '"number_of_data_nodes":3'
|