hi team, i'm facing an issue with filtering a log ...
# support
n
hi team, i'm facing an issue with filtering a log here's my filter
Copy code
k8s.event.reason IN FreeDiskSpaceFailed,Failed,BackOff,FailedAttachVolume,Unhealthy,FailedMount AND k8s.namespace.name NOT_IN cattle-logging-system,monitoring,cattle-monitoring-system
however i'm still seeing log from namespace
cattle-monitoring-system
(it also includes BackOff, i've attached above full log which i'm expecting to be filtered out) please let me know if this is a bug or am i missing anything (i've applied AND)
hi @Nagesh Bansal, any help with this will be appreciated i've tried everthing and will help our team finally use signoz (loving it so far) please let me know if you require any more details i think for some reason AND filter is not running
i'm still awating response for this, it will be much appreaciated if i can be guided @Nagesh Bansal
n
Hey @Nikhil Pandey are you using this condition in a single pill ?
s
we've also tried like this
n
Can you check on the namespace attribute here : • Is it a tag or a resource?
K8sEventReceiver exports the events with
tag
not with
resource
attribute - so because of that you might not able to filter out the events
n
these are attributes