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

Commit

Permalink
Test kibana directly on 0.0.0.0 instead of checking the port
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazybus committed Jun 20, 2019
1 parent 54aa7b2 commit b0a769e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
10 changes: 2 additions & 8 deletions kibana/examples/default/test/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
http:
http://localhost:5601/api/status:
http://0.0.0.0:5601/api/status:
status: 200
timeout: 2000
body:
- '"number":"7.1.1"'

http://localhost:5601/app/kibana:
http://0.0.0.0:5601/app/kibana:
status: 200
timeout: 2000

http://helm-kibana-default-kibana:5601/app/kibana:
status: 200
timeout: 2000

port:
tcp:5601:
listening: true
ip:
- '0.0.0.0'
6 changes: 0 additions & 6 deletions kibana/examples/security/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,3 @@ secretMounts:
- name: kibana-certificates
secretName: kibana-certificates
path: /usr/share/kibana/config/certs/kibana

port:
tcp:5601:
listening: true
ip:
- '0.0.0.0'
2 changes: 1 addition & 1 deletion kibana/examples/security/test/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
http:
https://localhost:5601/app/kibana:
https://0.0.0.0:5601/app/kibana:
status: 200
timeout: 2000
allow-insecure: true
Expand Down

0 comments on commit b0a769e

Please sign in to comment.