I am monitoring some log files for any error lines that may occur. The alerts themselves are working fine, however the DBA team has requested me to include the line of the error in the email that is sent to them. This is where I'm stuck. I'm not able to retrieve the line in the email. I can see the string in the database, but is not able to include it in the email.
Is there any documentation that explains the logic behind the variables and how they work? As of now I don't understand how it is referencing the database.
For example:
${N=Alerting;M=AlertName} gives me "Testing logfile monitoring"
What does "N" and "M" stand for?
If I check in the database I can't find any table called "Alerting".
Any help on this is very much appreciated.