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

Commit

Permalink
[logstash] remove goss port test
Browse files Browse the repository at this point in the history
Goss port test for `tcp:9600` is failing on GKE 1.12 due to goss-org/goss#149.

We already had this issue with Elasticsearch goss tests in elastic@de1fef3.
  • Loading branch information
jmlrt committed Oct 29, 2019
1 parent 74a32a6 commit ad39bb2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
6 changes: 0 additions & 6 deletions logstash/examples/6.x/test/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
port:
tcp:9600:
listening: true
ip:
- '0.0.0.0'

user:
logstash:
exists: true
Expand Down
6 changes: 0 additions & 6 deletions logstash/examples/default/test/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
port:
tcp:9600:
listening: true
ip:
- '0.0.0.0'

user:
logstash:
exists: true
Expand Down
6 changes: 0 additions & 6 deletions logstash/examples/elasticsearch/test/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
port:
tcp:9600:
listening: true
ip:
- '0.0.0.0'

mount:
/usr/share/logstash/data:
exists: true
Expand Down
6 changes: 0 additions & 6 deletions logstash/examples/oss/test/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
port:
tcp:9600:
listening: true
ip:
- '0.0.0.0'

user:
logstash:
exists: true
Expand Down

0 comments on commit ad39bb2

Please sign in to comment.