You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
filter ="protoPayload.authenticationInfo.principalEmail=~\"^system\\:.*\" AND (protoPayload.authenticationInfo.principalEmail!~\"^system\\:(anonymous|serviceaccount)*\" OR protoPayload.authenticationInfo.principalEmail=~\"^system\\:serviceaccount\\:kube-system\")"
96
+
},
97
+
{
98
+
name ="k8s_audit"
99
+
description ="Exclude logs from the clusters control planes"
100
+
filter ="protoPayload.methodName=~\"^(io\\.k8s|io\\.traefik|us\\.containo|io\\.x-k8s|io\\.gke|org\\.projectcalico|io\\.openshift|io\\.istio)\" AND protoPayload.methodName!~\"secret\""
101
+
},
102
+
{
103
+
name ="ciulium_control_plane"
104
+
description ="Exclude operations on Cilium"
105
+
filter ="protoPayload.methodName=~\"^io\\.cilium\" AND protoPayload.methodName!~\"identitites\""
0 commit comments