Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Add the -SNAPSHOT suffix to goss files
Browse files Browse the repository at this point in the history
  • Loading branch information
nkammah committed Oct 1, 2020
1 parent 1e3b73d commit a128b86
Show file tree
Hide file tree
Showing 21 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion apm-server/examples/default/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ http:
status: 200
timeout: 2000
body:
- '7.9.3'
- '7.9.3-SNAPSHOT'
2 changes: 1 addition & 1 deletion apm-server/examples/oss/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ http:
status: 200
timeout: 2000
body:
- '7.9.3'
- '7.9.3-SNAPSHOT'
2 changes: 1 addition & 1 deletion apm-server/examples/security/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ http:
status: 200
timeout: 2000
body:
- '7.9.3'
- '7.9.3-SNAPSHOT'
2 changes: 1 addition & 1 deletion elasticsearch/examples/default/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ http:
status: 200
timeout: 2000
body:
- '"number" : "7.9.3"'
- '"number" : "7.9.3-SNAPSHOT"'
- '"cluster_name" : "elasticsearch"'
- '"name" : "elasticsearch-master-0"'
- 'You Know, for Search'
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/examples/openshift/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ http:
status: 200
timeout: 2000
body:
- '"number" : "7.9.3"'
- '"number" : "7.9.3-SNAPSHOT"'
- '"cluster_name" : "elasticsearch"'
- '"name" : "elasticsearch-master-0"'
- 'You Know, for Search'
2 changes: 1 addition & 1 deletion elasticsearch/examples/oss/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ http:
status: 200
timeout: 2000
body:
- '"number" : "7.9.3"'
- '"number" : "7.9.3-SNAPSHOT"'
- '"cluster_name" : "oss"'
- '"name" : "oss-master-0"'
- 'You Know, for Search'
2 changes: 1 addition & 1 deletion elasticsearch/examples/upgrade/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ http:
status: 200
timeout: 2000
body:
- '"number" : "7.9.3"'
- '"number" : "7.9.3-SNAPSHOT"'
- '"cluster_name" : "upgrade"'
- '"name" : "upgrade-master-0"'
- 'You Know, for Search'
4 changes: 2 additions & 2 deletions filebeat/examples/default/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ http:
status: 200
timeout: 2000
body:
- 'filebeat-7.9.3'
- 'filebeat-7.9.3-SNAPSHOT'

file:
/usr/share/filebeat/filebeat.yml:
Expand All @@ -44,4 +44,4 @@ command:
exit-status: 0
stdout:
- 'elasticsearch: http://elasticsearch-master:9200'
- 'version: 7.9.3'
- 'version: 7.9.3-SNAPSHOT'
2 changes: 1 addition & 1 deletion filebeat/examples/oss/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ http:
status: 200
timeout: 2000
body:
- 'filebeat-7.9.3'
- 'filebeat-7.9.3-SNAPSHOT'
2 changes: 1 addition & 1 deletion filebeat/examples/security/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ http:
status: 200
timeout: 2000
body:
- 'filebeat-7.9.3'
- 'filebeat-7.9.3-SNAPSHOT'
allow-insecure: true
username: '{{ .Env.ELASTICSEARCH_USERNAME }}'
password: '{{ .Env.ELASTICSEARCH_PASSWORD }}'
2 changes: 1 addition & 1 deletion kibana/examples/default/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ http:
status: 200
timeout: 2000
body:
- '"number":"7.9.3"'
- '"number":"7.9.3-SNAPSHOT"'

http://localhost:5601/app/kibana:
status: 200
Expand Down
2 changes: 1 addition & 1 deletion logstash/examples/default/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ http:
timeout: 2000
body:
- '"host" : "helm-logstash-default-logstash-0"'
- '"version" : "7.9.3"'
- '"version" : "7.9.3-SNAPSHOT"'
- '"http_address" : "0.0.0.0:9600"'
- '"name" : "helm-logstash-default-logstash-0"'
- '"status" : "green"'
Expand Down
2 changes: 1 addition & 1 deletion logstash/examples/elasticsearch/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ http:
timeout: 2000
body:
- '"host" : "helm-logstash-elasticsearch-logstash-0"'
- '"version" : "7.9.3"'
- '"version" : "7.9.3-SNAPSHOT"'
- '"http_address" : "0.0.0.0:9600"'
- '"name" : "helm-logstash-elasticsearch-logstash-0"'
- '"status" : "green"'
Expand Down
2 changes: 1 addition & 1 deletion logstash/examples/oss/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ http:
timeout: 2000
body:
- '"host" : "helm-logstash-oss-logstash-0"'
- '"version" : "7.9.3"'
- '"version" : "7.9.3-SNAPSHOT"'
- '"http_address" : "0.0.0.0:9600"'
- '"name" : "helm-logstash-oss-logstash-0"'
- '"status" : "green"'
Expand Down
2 changes: 1 addition & 1 deletion logstash/examples/security/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ http:
timeout: 2000
body:
- '"host" : "helm-logstash-security-logstash-0"'
- '"version" : "7.9.3"'
- '"version" : "7.9.3-SNAPSHOT"'
- '"http_address" : "0.0.0.0:9600"'
- '"name" : "helm-logstash-security-logstash-0"'
- '"status" : "green"'
Expand Down
6 changes: 3 additions & 3 deletions metricbeat/examples/default/test/goss-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ http:
status: 200
timeout: 2000
body:
- 'metricbeat-7.9.3'
- 'metricbeat-7.9.3-SNAPSHOT'

'http://elasticsearch-master:9200/_search?q=metricset.name:state_container%20AND%20kubernetes.container.name:metricbeat':
status: 200
timeout: 2000
body:
- 'metricbeat-7.9.3'
- 'metricbeat-7.9.3-SNAPSHOT'

file:
/usr/share/metricbeat/metricbeat.yml:
Expand All @@ -41,4 +41,4 @@ command:
exit-status: 0
stdout:
- 'elasticsearch: http://elasticsearch-master:9200'
- 'version: 7.9.3'
- 'version: 7.9.3-SNAPSHOT'
6 changes: 3 additions & 3 deletions metricbeat/examples/default/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ http:
status: 200
timeout: 2000
body:
- 'metricbeat-7.9.3'
- 'metricbeat-7.9.3-SNAPSHOT'
'http://elasticsearch-master:9200/_search?q=metricset.name:container%20AND%20kubernetes.container.name:metricbeat':
status: 200
timeout: 2000
body:
- 'metricbeat-7.9.3'
- 'metricbeat-7.9.3-SNAPSHOT'

file:
/usr/share/metricbeat/metricbeat.yml:
Expand All @@ -45,4 +45,4 @@ command:
exit-status: 0
stdout:
- 'elasticsearch: http://elasticsearch-master:9200'
- 'version: 7.9.3'
- 'version: 7.9.3-SNAPSHOT'
6 changes: 3 additions & 3 deletions metricbeat/examples/oss/test/goss-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ http:
status: 200
timeout: 2000
body:
- 'metricbeat-7.9.3'
- 'metricbeat-7.9.3-SNAPSHOT'
http://oss-master:9200/_search?q=metricset.name:state_deployment:
status: 200
timeout: 2000
body:
- 'metricbeat-7.9.3'
- 'metricbeat-7.9.3-SNAPSHOT'

file:
/usr/share/metricbeat/metricbeat.yml:
Expand All @@ -39,4 +39,4 @@ command:
exit-status: 0
stdout:
- 'elasticsearch: http://oss-master:9200'
- 'version: 7.9.3'
- 'version: 7.9.3-SNAPSHOT'
6 changes: 3 additions & 3 deletions metricbeat/examples/oss/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ http:
status: 200
timeout: 2000
body:
- 'metricbeat-7.9.3'
- 'metricbeat-7.9.3-SNAPSHOT'
http://oss-master:9200/_search?q=metricset.name:container:
status: 200
timeout: 2000
body:
- 'metricbeat-7.9.3'
- 'metricbeat-7.9.3-SNAPSHOT'

file:
/usr/share/metricbeat/metricbeat.yml:
Expand All @@ -44,4 +44,4 @@ command:
exit-status: 0
stdout:
- 'elasticsearch: http://oss-master:9200'
- 'version: 7.9.3'
- 'version: 7.9.3-SNAPSHOT'
6 changes: 3 additions & 3 deletions metricbeat/examples/security/test/goss-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ http:
status: 200
timeout: 2000
body:
- 'metricbeat-7.9.3'
- 'metricbeat-7.9.3-SNAPSHOT'
allow-insecure: true
username: '{{ .Env.ELASTICSEARCH_USERNAME }}'
password: '{{ .Env.ELASTICSEARCH_PASSWORD }}'
https://security-master:9200/_search?q=metricset.name:state_deployment:
status: 200
timeout: 2000
body:
- 'metricbeat-7.9.3'
- 'metricbeat-7.9.3-SNAPSHOT'
allow-insecure: true
username: '{{ .Env.ELASTICSEARCH_USERNAME }}'
password: '{{ .Env.ELASTICSEARCH_PASSWORD }}'
Expand All @@ -45,4 +45,4 @@ command:
exit-status: 0
stdout:
- 'elasticsearch: https://security-master:9200'
- 'version: 7.9.3'
- 'version: 7.9.3-SNAPSHOT'
6 changes: 3 additions & 3 deletions metricbeat/examples/security/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ http:
status: 200
timeout: 2000
body:
- 'metricbeat-7.9.3'
- 'metricbeat-7.9.3-SNAPSHOT'
allow-insecure: true
username: '{{ .Env.ELASTICSEARCH_USERNAME }}'
password: '{{ .Env.ELASTICSEARCH_PASSWORD }}'
https://security-master:9200/_search?q=metricset.name:container:
status: 200
timeout: 2000
body:
- 'metricbeat-7.9.3'
- 'metricbeat-7.9.3-SNAPSHOT'
allow-insecure: true
username: '{{ .Env.ELASTICSEARCH_USERNAME }}'
password: '{{ .Env.ELASTICSEARCH_PASSWORD }}'
Expand All @@ -50,4 +50,4 @@ command:
exit-status: 0
stdout:
- 'elasticsearch: https://security-master:9200'
- 'version: 7.9.3'
- 'version: 7.9.3-SNAPSHOT'

0 comments on commit a128b86

Please sign in to comment.