Files
KnowStreaming/km-dist/helm/charts/elasticsearch/examples/openshift/test/goss.yaml
2022-08-18 17:04:05 +08:00

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"