Skip to content

Commit

Permalink
adding ssl options to webhook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
P1llus authored and adriansr committed Sep 14, 2020
1 parent ae8fd29 commit bf68a7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/filebeat/module/zoom/webhook/config/webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ username: {{ .username }}
username: {{ .password }}
content_type: "{{ .content_type }}"
secret: {{ .secret | tojson }}
ssl: {{ .ssl | tojson }}

{{ else if eq .input "file" }}

Expand Down

0 comments on commit bf68a7d

Please sign in to comment.