Add pseudo credentials for template

This commit is contained in:
limitup 2019-10-14 17:12:43 -05:00
parent 68166a49e1
commit a49f394858
2 changed files with 14 additions and 14 deletions

View File

@ -266,7 +266,7 @@ wazuh_manager_config:
alert_level: 10
alert_format: 'json'
- name: 'pagerduty'
api_key: <api_key>
api_key: '<api_key>'
alert_level: 10
monitor_aws:
disable: 'no'
@ -278,8 +278,8 @@ wazuh_manager_config:
bucket_type: 'guardduty'
path: 'path'
only_logs_after: '1970-JAN-01'
access_key: <access key>
secret_key: <secret key>
access_key: '<access key>'
secret_key: '<secret key>'
labels:
enable: false
list:

View File

@ -1,11 +1,11 @@
---
monitor_aws:
disable: 'no'
interval: '10m'
run_on_start: 'yes'
skip_on_error: 'yes'
s3:
- name: 'S3_bucket'
bucket_type: 'guardduty'
access_key: ''
secret_key: ''
#---
#monitor_aws:
# disable: 'no'
# interval: '10m'
# run_on_start: 'yes'
# skip_on_error: 'yes'
# s3:
# - name: 'S3_bucket'
# bucket_type: 'guardduty'
# access_key: '<access_key>'
# secret_key: '<secret_key>'