goss.yaml 297 B

123456789101112
  1. http:
  2. https://localhost:9200/_cluster/health:
  3. status: 200
  4. timeout: 2000
  5. allow-insecure: true
  6. username: elastic
  7. password: "{{ .Env.ELASTIC_PASSWORD }}"
  8. body:
  9. - "green"
  10. - '"cluster_name":"multi"'
  11. - '"number_of_nodes":9'
  12. - '"number_of_data_nodes":3'