Skip to content

Commit

Permalink
Name some backends that could also be nice.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Nov 8, 2023
1 parent f5a7ac6 commit 2ac92b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/apis/audit/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ type AuditBackends struct {
Log *AuditBackendLog `json:"log,omitempty"`
ClusterForwarding *AuditBackendClusterForwarding `json:"clusterForwarding,omitempty"`
Splunk *AuditBackendSplunk `json:"splunk,omitempty"`

// Possible backends that would be helpful as well:
// - Forward
// - Loki
// - Elasticsearch
// - Forward
// - Kafka
}

type AuditBackendLog struct {
Expand Down

0 comments on commit 2ac92b1

Please sign in to comment.