Recommended changes

This commit is contained in:
limitup 2019-10-31 08:29:11 -05:00
parent dd0c0d24ad
commit 0252131041
4 changed files with 12 additions and 39 deletions

View File

@ -261,25 +261,28 @@ wazuh_manager_config:
port: null
format: null
integrations:
- name: 'slack'
#slack
- name: null
hook_url: '<hook_url>'
alert_level: 10
alert_format: 'json'
- name: 'pagerduty'
rule_id: null
#pagerduty
- name: null
api_key: '<api_key>'
alert_level: 10
alert_level: 12
monitor_aws:
disable: 'no'
internal: '10m'
run_on_start: 'yes'
skip_on_error: 'yes'
s3:
- name: 's3-bucket-example-name'
bucket_type: 'guardduty'
path: 'path'
only_logs_after: '1970-JAN-01'
access_key: '<access key>'
secret_key: '<secret key>'
- name: null
bucket_type: null
path: null
only_logs_after: null
access_key: null
secret_key: null
labels:
enable: false
list:

View File

@ -200,16 +200,6 @@
tags:
- config
- name: Retrieving external API Credentials
include_vars: external_API_creds.yml
tags:
- config
- name: Retrieving AWS Credentials
include_vars: aws_creds.yml
tags:
- config
- name: Retrieving Wazuh-API User Credentials
include_vars: wazuh_api_creds.yml
when:

View File

@ -1,11 +0,0 @@
#---
#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>'

View File

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