769a6687f4fc46d455d2ad9cd744eeb8e3cc00e0
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / mc-stack / charts / elasticsearch / examples / oss / test / goss.yaml
1 http:
2   http://localhost:9200/_cluster/health:
3     status: 200
4     timeout: 2000
5     body:
6       - 'green'
7       - '"number_of_nodes":3'
8       - '"number_of_data_nodes":3'
9
10   http://localhost:9200:
11     status: 200
12     timeout: 2000
13     body:
14       - '"number" : "7.3.0"'
15       - '"cluster_name" : "oss"'
16       - '"name" : "oss-master-0"'
17       - 'You Know, for Search'