diff --git a/salt/elastalert/soc_elastalert.yaml b/salt/elastalert/soc_elastalert.yaml index f11d03ba6..123ead697 100644 --- a/salt/elastalert/soc_elastalert.yaml +++ b/salt/elastalert/soc_elastalert.yaml @@ -100,6 +100,7 @@ elastalert: scan_subdirectories: description: Recursively scan subdirectories for rules. forcedType: bool + advanced: True global: True helpLink: elastalert disable_rules_on_error: @@ -133,11 +134,13 @@ elastalert: use_ssl: description: Use SSL to connect to Elasticsearch. forcedType: bool + advanced: True global: True helpLink: elastalert verify_certs: description: Verify TLS certificates when connecting to Elasticsearch. forcedType: bool + advanced: True global: True helpLink: elastalert alert_time_limit: @@ -158,11 +161,13 @@ elastalert: incremental: description: When incremental is false (the default), the logging configuration is applied in full, replacing any existing logging setup. When true, only the level attributes of existing loggers and handlers are updated, leaving the rest of the logging configuration unchanged. forcedType: bool + advanced: True global: True helpLink: elastalert disable_existing_loggers: description: Disable existing loggers. forcedType: bool + advanced: True global: True helpLink: elastalert loggers: @@ -170,5 +175,6 @@ elastalert: propagate: description: Propagate log messages to parent loggers. forcedType: bool + advanced: True global: True helpLink: elastalert