Files
securityonion/salt/grafana/soc_grafana.yaml
2022-09-13 13:56:37 -04:00

39 lines
1.1 KiB
YAML

grafana:
config:
smtp:
enabled:
description: Enable the sending of emails from Grafana.
global: True
host:
description: Hostname of the SMTP server.
global: True
user:
description: User used to authenticate SMTP.
global: True
password:
description: Password used to authenticate SMTP.
global: True
sensitive: True
cert_file:
description: Location of cert file for SMTP.
global: True
key_file:
description: Location of key file for SMTP.
global: True
skip_verify:
description: Verify SSL certificates.
global: True
from_address:
description: The email address you would like in the from field.
global: True
from_name:
description: The name displayed for the from email address.
global: True
ehlo_identity:
description: Used with servers with SMTP service extensions.
global: True
enterprise:
license_path:
description: Path to enterprise license key.
global: True