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:
6075
6075
* [ ` audit_log_relevant_status ` ] ( #-apache--mod--security--audit_log_relevant_status )
6076
6076
* [ ` audit_log_parts ` ] ( #-apache--mod--security--audit_log_parts )
6077
6077
* [ ` audit_log_type ` ] ( #-apache--mod--security--audit_log_type )
6078
+ * [ ` audit_log_format ` ] ( #-apache--mod--security--audit_log_format )
6078
6079
* [ ` audit_log_storage_dir ` ] ( #-apache--mod--security--audit_log_storage_dir )
6079
6080
* [ ` secpcrematchlimit ` ] ( #-apache--mod--security--secpcrematchlimit )
6080
6081
* [ ` secpcrematchlimitrecursion ` ] ( #-apache--mod--security--secpcrematchlimitrecursion )
@@ -6194,6 +6195,15 @@ Defines the type of audit logging mechanism to be used.
6194
6195
6195
6196
Default value: ` $apache::params::modsec_audit_log_type `
6196
6197
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
+
6197
6207
##### <a name =" -apache--mod--security--audit_log_storage_dir " ></a >` audit_log_storage_dir `
6198
6208
6199
6209
Data type: ` Optional[Stdlib::Absolutepath] `
You can’t perform that action at this time.
0 commit comments