Skip to content

Commit f0a688c

Browse files
committed
Export audit logs incoming events from CloudWatch
1 parent e11c4d9 commit f0a688c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

dp-terraform/helm/rhacs-terraform/charts/cloudwatch/templates/01-operator-03-config-map.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,17 @@ data:
7474
- SampleCount
7575
period: 60
7676
length: 300
77+
- name: audit_log_incoming_events
78+
namespace: AWS/Logs
79+
regions:
80+
- us-east-1
81+
dimensions:
82+
- name: "Log Group Metrics"
83+
value: "{{ .Values.clusterName }}".acs_audit_logs
84+
metrics:
85+
- name: IncomingLogEvents
86+
nilToZero: true
87+
statistics:
88+
- Average
89+
period: 1d
90+
length: 7d

0 commit comments

Comments
 (0)