So hopefully I explain this right.
We are utilizing the log parser to identify strings of text in a log file and then create an error condition in SolarWinds. Is it possible to also return the line that the string is contained in when we send out an alert message.
So if I am matching on ERROR and the following line was found in the log I'd like to include the entire line in our email.
1/30/2012 10:20:30.40 ERROR Unable to access the server
Does anyone know can this be done? If so how and are there limits to the amount of text that can be returned?
Thanks in advance......We have to find a way to do this with or without SolarWinds because it could be done with Openview the product we are replacing.