diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index e4998d56d..294f7e4bc 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -155,6 +155,13 @@ soc: description: Path to custom markdown templates for PDF report generation. All markdown files in this directory will be available as custom reports in the SOC Reports interface. global: True advanced: True + schedules: + title: Schedules + description: Schedules that are shared across the Security Onion product. Modify via one of the SOC Schedules view. + readonlyUi: True + global: True + forcedType: string + syntax: json subgrids: title: Subordinate Grids description: | @@ -481,6 +488,14 @@ soc: global: True advanced: True forcedType: bool + notification: + destinations: + title: Notification Destinations + description: JSON list of notifications. Modify via the SOC Notifications view. + readonlyUi: True + global: True + forcedType: string + syntax: json postgres: host: description: Hostname or IP address of the PostgreSQL server used by SOC. Defaults to the manager hostname.