adjust for passing strings

This commit is contained in:
limitup 2019-10-14 17:25:50 -05:00
parent a49f394858
commit dd0c0d24ad
2 changed files with 4 additions and 4 deletions

View File

@ -262,7 +262,7 @@ wazuh_manager_config:
format: null
integrations:
- name: 'slack'
hook_url: <hook_url>
hook_url: '<hook_url>'
alert_level: 10
alert_format: 'json'
- name: 'pagerduty'

View File

@ -1,9 +1,9 @@
#---
#integrations:
# - name: 'slack'
# hook_url: <hook_url>
# alert_level: 10
# hook_url: '<hook_url>'
# rule_id: '80102'
# alert_format: 'json'
# - name: 'pagerduty'
# api_key: <api_key>
# api_key: '<api_key>'
# alert_level: 10