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
Copy file name to clipboardExpand all lines: modules/kubernetes/annotations/logs/mask.alloy
+2-2
Original file line number
Diff line number
Diff line change
@@ -288,7 +288,7 @@ declare "mask_ipv6" {
288
288
optional = true
289
289
}
290
290
291
-
argument "mask_ipv4_value" {
291
+
argument "mask_ipv6_value" {
292
292
comment = "The regular expression to use to determine if logs should have IPv6 values masked, if you want to mask IPv6 values by default without setting the annotations everywhere use '.*' or 'true|' (default: true)"
293
293
default = "(?i)true"
294
294
optional = true
@@ -454,7 +454,7 @@ declare "mask_ssn" {
454
454
// check logs.grafana.com/mask-ssn annotation, if true the data will be masked as **SSN*REDACTED**
0 commit comments