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
With the above configuration, the events with reason as "PolicyViolation" and "PolicyApplied" are dropped.
However, the rest with "kind" are not dropped.
If I now add the below under "drop:", then all events are dropped and nothing appears on stdout
- name: "mqtt-producer*"
Did I get this completely wrong ?
Is there some documentation that shows how to correctly drop specific events (also with wildcards) ? I searched for the same but could not find it.
Thanks a lot in advance.
Thanks and regards,
Sivarama Raju P
The text was updated successfully, but these errors were encountered:
Hi,
Please note that I have a requirement of dropping specific events and only dump the remaining events onto stdout.
Below is my configuration:
With the above configuration, the events with reason as "PolicyViolation" and "PolicyApplied" are dropped.
However, the rest with "kind" are not dropped.
If I now add the below under "drop:", then all events are dropped and nothing appears on stdout
Did I get this completely wrong ?
Is there some documentation that shows how to correctly drop specific events (also with wildcards) ? I searched for the same but could not find it.
Thanks a lot in advance.
Thanks and regards,
Sivarama Raju P
The text was updated successfully, but these errors were encountered: