I’ve spent way too long on this and my eyes are going together
https://bigfix-server:52311/api/query?relevance=(name of it, id of it, body of it as string, source release date of it) of bes fixlets whose (name of it as lowercase contains “kernel” and name of site of it = “RHEL8”)
I’m trying to retrieve just the RPM files being targeted by kernel update fixlets
It seems the syntax is “Target RPMs:” then it lists all the RPM’s
I’ve tried all sorts of regex queries and string searches but can’t seem to get it to work
(names of it, ids of it, mime fields "x-fixlet-target-packages" of it, source release dates of it) of bes fixlets whose (name of it as lowercase contains "kernel" and display name of site of it = "Patches for RHEL 8")
I went just a little further with it if anyone wants to use it
(names of it, ids of it, substrings separated by " " whose (it starts with regex "kernel-\d") of mime fields "x-fixlet-target-packages" of it, (month of it as two digits & "/" & year of it as string) of source release dates of it) of bes fixlets whose (name of it as lowercase contains "kernel" and display name of site of it = "RHEL8")