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

[logstash] remove expected logstash host and name assertion #724

Merged
merged 2 commits into from
Jul 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions logstash/examples/default/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ http:
status: 200
timeout: 2000
body:
- '"host" : "helm-logstash-default-logstash-0"'
- '"version" : "6.8.11"'
- '"http_address" : "0.0.0.0:9600"'
- '"name" : "helm-logstash-default-logstash-0"'

file:
/usr/share/logstash/config/logstash.yml:
Expand Down
2 changes: 0 additions & 2 deletions logstash/examples/elasticsearch/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ http:
status: 200
timeout: 2000
body:
- '"host" : "helm-logstash-elasticsearch-logstash-0"'
- '"version" : "6.8.11"'
- '"http_address" : "0.0.0.0:9600"'
- '"name" : "helm-logstash-elasticsearch-logstash-0"'
http://elasticsearch-master:9200/_cat/indices:
status: 200
timeout: 2000
Expand Down
2 changes: 0 additions & 2 deletions logstash/examples/oss/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ http:
status: 200
timeout: 2000
body:
- '"host" : "helm-logstash-oss-logstash-0"'
- '"version" : "6.8.11"'
- '"http_address" : "0.0.0.0:9600"'
- '"name" : "helm-logstash-oss-logstash-0"'

file:
/usr/share/logstash/config/logstash.yml:
Expand Down
2 changes: 0 additions & 2 deletions logstash/examples/security/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ http:
status: 200
timeout: 2000
body:
- '"host" : "helm-logstash-security-logstash-0"'
- '"version" : "6.8.11"'
- '"http_address" : "0.0.0.0:9600"'
- '"name" : "helm-logstash-security-logstash-0"'
https://security-master:9200/_cat/indices:
status: 200
timeout: 2000
Expand Down