Skip to content

Commit

Permalink
Check for running Logstash
Browse files Browse the repository at this point in the history
  • Loading branch information
widhalmt committed Nov 9, 2023
1 parent e7b17e7 commit ac9cd78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions molecule/logstash/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@
msg: "Logstash key is missing"
when:
- not logstash_key_stat.stat.exists | bool

- name: Check for running Logstash
wait_for:
port: 5044

0 comments on commit ac9cd78

Please sign in to comment.