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

View File

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