Hello Everyone,
I am trying to format some syslog data for a dashboard output. I have no idea how to remove the < character within a search template. when I use replace in a search it works fine, but the template wont accept the string. ive also tried rex mode sed with no luck.
| replace "\*< cr> ]" WITH "*" IN CmdSet
:note there is no space in front of the cr.
Any suggestions are appreciated!
↧