diff --git a/elasticsearch/examples/default/test/goss.yaml b/elasticsearch/examples/default/test/goss.yaml index 5d1613971..353212719 100644 --- a/elasticsearch/examples/default/test/goss.yaml +++ b/elasticsearch/examples/default/test/goss.yaml @@ -1,15 +1,9 @@ -port: - tcp6:9200: - listening: true - ip: - - '::' - kernel-param: vm.max_map_count: value: '262144' http: - http://localhost:9200/_cluster/health: + http://elasticsearch-master:9200/_cluster/health: status: 200 timeout: 2000 body: @@ -17,7 +11,7 @@ http: - '"number_of_nodes":3' - '"number_of_data_nodes":3' - http://localhost:9200: + http://0.0.0.0:9200: status: 200 timeout: 2000 body: diff --git a/elasticsearch/examples/security/test/goss.yaml b/elasticsearch/examples/security/test/goss.yaml index a2777635c..9bd0ed6c7 100644 --- a/elasticsearch/examples/security/test/goss.yaml +++ b/elasticsearch/examples/security/test/goss.yaml @@ -1,5 +1,5 @@ http: - https://localhost:9200/_cluster/health: + https://security-master:9200/_cluster/health: status: 200 timeout: 2000 allow-insecure: true @@ -10,7 +10,7 @@ http: - '"number_of_nodes":3' - '"number_of_data_nodes":3' - https://localhost:9200/: + https://0.0.0.0:9200/: status: 200 timeout: 2000 allow-insecure: true @@ -21,7 +21,7 @@ http: - '"name" : "security-master-0"' - 'You Know, for Search' - https://localhost:9200/_xpack/license: + https://0.0.0.0:9200/_xpack/license: status: 200 timeout: 2000 allow-insecure: true