goss.yaml 245 B

123456789
  1. http:
  2. https://security-master:9200/_cat/indices:
  3. status: 200
  4. timeout: 2000
  5. body:
  6. - 'filebeat-7.8.1'
  7. allow-insecure: true
  8. username: '{{ .Env.ELASTICSEARCH_USERNAME }}'
  9. password: '{{ .Env.ELASTICSEARCH_PASSWORD }}'