Hi,
is there a way to mix host and service label filters with logical and/or/not operators in views?
With lq, we can do search like this:
lq “GET services\nColumns: host_name description host_labels labels\nFilter: labels = ‘department/a’ ‘yes’\nFilter: host_labels = ‘department/a’ ‘yes’\nOr: 2”
This lists all services where either the host or a service has the label “department/a:yes” set. It seems this can’t be done in the GUI e.g. for dashboard filters. Only the “AND” combination of host and service labels is possible or did miss it?
Thank you,
Christoph