File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -6075,6 +6075,7 @@ The following parameters are available in the `apache::mod::security` class:
60756075* [ ` audit_log_relevant_status ` ] ( #-apache--mod--security--audit_log_relevant_status )
60766076* [ ` audit_log_parts ` ] ( #-apache--mod--security--audit_log_parts )
60776077* [ ` audit_log_type ` ] ( #-apache--mod--security--audit_log_type )
6078+ * [ ` audit_log_format ` ] ( #-apache--mod--security--audit_log_format )
60786079* [ ` audit_log_storage_dir ` ] ( #-apache--mod--security--audit_log_storage_dir )
60796080* [ ` secpcrematchlimit ` ] ( #-apache--mod--security--secpcrematchlimit )
60806081* [ ` secpcrematchlimitrecursion ` ] ( #-apache--mod--security--secpcrematchlimitrecursion )
@@ -6194,6 +6195,15 @@ Defines the type of audit logging mechanism to be used.
61946195
61956196Default value: ` $apache::params::modsec_audit_log_type `
61966197
6198+ ##### <a name =" -apache--mod--security--audit_log_format " ></a >` audit_log_format `
6199+
6200+ Data type: ` Enum['Native', 'JSON'] `
6201+
6202+ Defines what format the logs should be written in. Accepts ` Native ` and ` JSON ` .
6203+ Default value: Native
6204+
6205+ Default value: ` $apache::params::modsec_audit_log_format `
6206+
61976207##### <a name =" -apache--mod--security--audit_log_storage_dir " ></a >` audit_log_storage_dir `
61986208
61996209Data type: ` Optional[Stdlib::Absolutepath] `
You can’t perform that action at this time.
0 commit comments