Skip to content

Commit db12e0e

Browse files
committed
Update REFERENCE.md with new parameter
1 parent 3c58ec6 commit db12e0e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

REFERENCE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

61956196
Default 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

61996209
Data type: `Optional[Stdlib::Absolutepath]`

0 commit comments

Comments
 (0)