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
Could someone please let me know if there is a possibility of filtering events and dropping specific events before the rest of the events are dumped on stdout of the exporter ?
For example, I would like to drop all events with reason equals "PolicyApplied" as there are tons of these events and I would like to avoid on the stdout.
I am not sure if a rule can be created at a cluster scope level to achieve this ?
I have tried Kubernetes event exporter (resmoio/kubernetes-event-exporter) as well, and there are possibilities of dropping specific events before dumping the rest of the events to a receiver (stdout for example). However, there are some challenges with that as I was unable to figure out a way to drop events with specific name (using wildcards) and also to print the last timestamp of the event.
"kubesphere/kube-events" prints the last timestamp, which is exactly what I wanted. The only thing I need help with is to identify a way to filter the events by dropping specific events with reason, or name etc.
Thanks a lot in advance.
The text was updated successfully, but these errors were encountered:
Could someone please let me know if there is a possibility of filtering events and dropping specific events before the rest of the events are dumped on stdout of the exporter ?
For example, I would like to drop all events with reason equals "PolicyApplied" as there are tons of these events and I would like to avoid on the stdout.
I am not sure if a rule can be created at a cluster scope level to achieve this ?
Below might be an example:
I have tried Kubernetes event exporter (resmoio/kubernetes-event-exporter) as well, and there are possibilities of dropping specific events before dumping the rest of the events to a receiver (stdout for example). However, there are some challenges with that as I was unable to figure out a way to drop events with specific name (using wildcards) and also to print the last timestamp of the event.
"kubesphere/kube-events" prints the last timestamp, which is exactly what I wanted. The only thing I need help with is to identify a way to filter the events by dropping specific events with reason, or name etc.
Thanks a lot in advance.
The text was updated successfully, but these errors were encountered: