HI!
I am using a csv file to catch some alerts, and that part works fine, I catch all my alerts.
index="main" [inputlookup linux_alerts.csv | table AlertMsg | rename AlertMsg as search | format ]
The file goes like this:
**AlertMsg
Some alert text 1
Some alert text 2
Some other stuff**
What I would like is when one of these row is triggered to have it in a variable for the body of the email. Something like **$result.AlertMsg$**
Thanks
↧