mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
elastalert settings
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
user: {{ elastalert.jira_user }}
|
||||
password: {{ elastalert.jira_pass }}
|
||||
{% else %}
|
||||
apikey: {{ elastalert.get('jira_key', '') }}
|
||||
apikey: {{ elastalert.get('jira_api_key', '') }}
|
||||
{% endif %}
|
||||
@@ -1,2 +1,2 @@
|
||||
user: {{ elastalert.get('smtp_user', '') }}
|
||||
password: {{ elastalert.get('smtp_pass', '') }}
|
||||
password: {{ elastalert.get('smtp_pass', '') }}
|
||||
|
||||
@@ -43,20 +43,13 @@ elastalert:
|
||||
global: True
|
||||
helpLink: elastalert.html
|
||||
forcedType: string
|
||||
opsgenie_key:
|
||||
title: OpsGenie API Key
|
||||
description: Optional configuration parameter for OpsGenie API Key. Requires a valid Security Onion license key.
|
||||
global: True
|
||||
sensitive: True
|
||||
helpLink: elastalert.html
|
||||
forcedType: string
|
||||
files:
|
||||
custom:
|
||||
filename__ext:
|
||||
title: Custom Parameter File
|
||||
description: Optional configuration file that can be used to specify custom file contents, such as a SMTP certificate file. When used, the corresponding parameter must be set to this setting's filename.ext path inside the custom subdirectory. For example, if specifying the SMTP cert file, the smtp_cert_file key must be set to /opt/elastalert/custom/smtp.crt in the Alerter Parameters setting for this certificate to be enabled, and assumes this duplicated setting has been named smtp__crt. Note that double underscores will be replaced with a period in the filename.
|
||||
global: True
|
||||
duplicating: True
|
||||
duplicates: True
|
||||
file: True
|
||||
helpLink: elastalert.html
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user