Skip to content

Commit

Permalink
Merge branch 'feature/OCSF_Audit_Logging' of https://github.com/durg7…
Browse files Browse the repository at this point in the history
…8/coraza into feature/OCSF_Audit_Logging
  • Loading branch information
cpodurgiel@dmp.corp committed Sep 11, 2024
2 parents de45c90 + 6a12d80 commit a0dd877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/seclang/directives.go
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ func directiveSecAuditLogType(options *DirectiveOptions) error {

// Description: Select the output format of the AuditLogs. The format can be
// the native AuditLogs format, JSON, or OCSF (Open CyberSecurity Schema Framework).
// Syntax: SecAuditLogFormat JSON|Native|OCSF
// Syntax: SecAuditLogFormat JSON|JsonLegacy|Native|OCSF
// Default: Native
func directiveSecAuditLogFormat(options *DirectiveOptions) error {
if len(options.Opts) == 0 {
Expand Down

0 comments on commit a0dd877

Please sign in to comment.