Hello everyone,
I'm going to try to be clear with what I'm trying to do.
I did an search that list some computer with different criticity level and owner like this
Owner | IP | Risk | CVE |
User A | 10.10.10.10 | Critical | xxxxx |
User B | 10.10.10.11 | Critical | xxxxx |
I set an alert that trig for each result if "owner > 0" and I send an email on the IT support with the pdf result search attached.
Now an alert is send for each Owner by IP machine it's fine but tha attached pdf on the email containt the all result and I would like that the pdf containt uniqulely the result that concern the owner so like this. Need I to filtre the search by owner and create an alert for each Owner ?
Owner | IP | Risk | CVE |
User A | 10.10.10.10 | Critical | xxxxxx |
Don't know if it's very clear 😕
Regards,