Recommended changes
This commit is contained in:
parent
dd0c0d24ad
commit
0252131041
@ -261,25 +261,28 @@ wazuh_manager_config:
|
|||||||
port: null
|
port: null
|
||||||
format: null
|
format: null
|
||||||
integrations:
|
integrations:
|
||||||
- name: 'slack'
|
#slack
|
||||||
|
- name: null
|
||||||
hook_url: '<hook_url>'
|
hook_url: '<hook_url>'
|
||||||
alert_level: 10
|
alert_level: 10
|
||||||
alert_format: 'json'
|
alert_format: 'json'
|
||||||
- name: 'pagerduty'
|
rule_id: null
|
||||||
|
#pagerduty
|
||||||
|
- name: null
|
||||||
api_key: '<api_key>'
|
api_key: '<api_key>'
|
||||||
alert_level: 10
|
alert_level: 12
|
||||||
monitor_aws:
|
monitor_aws:
|
||||||
disable: 'no'
|
disable: 'no'
|
||||||
internal: '10m'
|
internal: '10m'
|
||||||
run_on_start: 'yes'
|
run_on_start: 'yes'
|
||||||
skip_on_error: 'yes'
|
skip_on_error: 'yes'
|
||||||
s3:
|
s3:
|
||||||
- name: 's3-bucket-example-name'
|
- name: null
|
||||||
bucket_type: 'guardduty'
|
bucket_type: null
|
||||||
path: 'path'
|
path: null
|
||||||
only_logs_after: '1970-JAN-01'
|
only_logs_after: null
|
||||||
access_key: '<access key>'
|
access_key: null
|
||||||
secret_key: '<secret key>'
|
secret_key: null
|
||||||
labels:
|
labels:
|
||||||
enable: false
|
enable: false
|
||||||
list:
|
list:
|
||||||
|
|||||||
@ -200,16 +200,6 @@
|
|||||||
tags:
|
tags:
|
||||||
- config
|
- 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
|
- name: Retrieving Wazuh-API User Credentials
|
||||||
include_vars: wazuh_api_creds.yml
|
include_vars: wazuh_api_creds.yml
|
||||||
when:
|
when:
|
||||||
|
|||||||
@ -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>'
|
|
||||||
@ -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
|
|
||||||
Loading…
Reference in New Issue
Block a user