I can generate report#1(Solais systems missing “Security” category fixlets) with Active Filter like:
Include Fixlet categories: Security
Include Computer Group: ComputerGroup_Solaris
I can generate report#2(Linux systems missing “Critical” severities fixlets) with Active Filter like:
Include Fixlet source severities: Critical
Include Computer Group: ComputerGroup_Linux
Now, how can I generate a single report to merge report#1 and report#2 ?
That is, I need a filter working like
( “Computer Group = ComputerGroup_Solaris” AND “categories = Security” ) OR ( “Computer Group = ComputerGroup_Linux” AND “severities = Critical” )
Please note that Solaris uses “categories” while Linux uses “severities” for searching the relevant fixlets.
Now I scheduled the reports to be sent out to multiple system administrators weekly. For each SA, I have to send out 8 reports in 8 separate emails, if I can merge 8 reports to one, then schedule to send out the report within one email, that will be great.
Please advise how I can flexibly use Bigfix report filters to come up one single report.
Unfortunately, I don’t think the filters will incorporate the arbitrary AND/OR logic combinations (it must be all ANDS or all ORs)… We struggled with this problem in all filter dialogs for a while and I think we are planning an update to this in our next version… I will ask our developers about what they intend to do here…