File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 34
34
# Defines the type of audit logging mechanism to be used.
35
35
#
36
36
# @param audit_log_format
37
- # Defines what format the logs should be written in. Accepts `Native` and `JSON`.
37
+ # Defines what format the logs should be written in.
38
38
#
39
39
# @param audit_log_storage_dir
40
40
# Defines the directory where concurrent audit log entries are to be stored. This directive is only needed when concurrent audit logging is used.
146
146
String $audit_log_relevant_status = ' ^(?:5|4(?!04))' ,
147
147
String $audit_log_parts = $apache::params::modsec_audit_log_parts,
148
148
String $audit_log_type = $apache::params::modsec_audit_log_type,
149
- Enum[' Native' , ' JSON' ] $audit_log_format = $apache::params::modsec_audit_log_format ,
149
+ Enum[' Native' , ' JSON' ] $audit_log_format = ' Native ' ,
150
150
Optional[Stdlib::Absolutepath] $audit_log_storage_dir = undef ,
151
151
Integer $secpcrematchlimit = $apache::params::secpcrematchlimit,
152
152
Integer $secpcrematchlimitrecursion = $apache::params::secpcrematchlimitrecursion,
Original file line number Diff line number Diff line change 36
36
37
37
$modsec_audit_log_parts = ' ABIJDEFHZ'
38
38
$modsec_audit_log_type = ' Serial'
39
- $modsec_audit_log_format = ' Native'
40
39
$modsec_custom_rules = false
41
40
$modsec_custom_rules_set = undef
42
41
You can’t perform that action at this time.
0 commit comments