I am trying to create Sensu filter to filter out all alert/events from clients name say test
{
“filters”: {
“test_server_filter”: {
“negate”: false,
“attributes”: {
“client”: “eval: name =~ /test/i”
}
}
}
}
looks like this is having no affect, any pointer?
did you figure this out? im trying to do something similar
@mlisj123 hey!
Just fyi this was a post originally from the Sensu users google group that was automatically migrated when we opened up the discourse forum about a year ago now. The original poster may not be available for response on this platform.