goss.yaml 523 B

12345678910111213141516171819202122
  1. http:
  2. https://localhost:9200/_cluster/health:
  3. status: 200
  4. username: elastic
  5. password: "{{ .Env.ELASTIC_PASSWORD }}"
  6. allow-insecure: true
  7. timeout: 2000
  8. body:
  9. - "green"
  10. - '"number_of_nodes":3'
  11. - '"number_of_data_nodes":3'
  12. https://localhost:9200:
  13. status: 200
  14. username: elastic
  15. password: "{{ .Env.ELASTIC_PASSWORD }}"
  16. allow-insecure: true
  17. timeout: 2000
  18. body:
  19. - '"number" : "8.5.1"'
  20. - '"cluster_name" : "upgrade"'
  21. - "You Know, for Search"