I’m trying to restrict a report to relevant critical fixlets for a particular group
and
particular baseline. So far, I have the report working with the following relevance:
(names of it, names of relevant fixlets whose (source severity of it is “Critical”) of it) of members of bes computer groups whose (name of it = “Customer X- All Servers”)
…but I can’t seem to add the baseline to the relevance…
(names of it, names of relevant fixlets whose (source severity of it is “Critical” and ) of it) of members of bes computer groups whose (name of it = “Customer X- All Servers”)
I’ve tried various baseline-related relevance, but can’t seem to tie the two together.
Wow, you have done well with the session relevance statement and you are almost there.
A BES Fixlet inspector has the properties “baseline flag”, “task flag”, “fixlet flag” and “analysis flag”.
So your statement can be:
(names of it, names of relevant fixlets whose (source severity of it is
"Critical" and baseline flag of it =
true) of it) of members of bes computer groups whose (name of it =
"Customer X- All Servers")
I tried that, but now I get an empty set returned. As it turns out, we were able to run a report and filter it a bit more (to select a specific baseline).