Sensu filter events based on hostname

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?

Bump for visibility…

···

On Saturday, 3 September 2016 08:05:22 UTC+5:30, Jay Kumar wrote:

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.