Greetings all.
Working on a requirement to parse a (text) log on a Red Hat Linux VM.
The Solarwinds built-in log parser come to us written in Perl. For me Perl is a black box. I like Bash.
Does anyone know of a Linux log parser in Bash that will work with Solarwinds? I am especially interested in the "new strings found" functionality.
Btw specifically I want to make custom labels for the return variables to Solarwinds. Out of the box it's like "Message:Message" "Message:Statistic". Trying to make it like "Message.my_target_return_string:$returnstring", "Statistic.my_target_return_string:$returnstat" . If someone can detail how to do this with the out-of-box Perl log parser that will work fine.
Thanks in advance for any responses from the community.