Splunk Search

How can I escape the < > signs so that the token will properly hold my regex with these symbols?

jcorkey
Explorer

I am trying to set a token to have the following regex value rex "by (?<SU>[^(]+)". This regex is part of a larger search string.

This line of code <set token="searchstring">| rex "by (?<SU>[^(]+)"</set> almost works but it is having problems with the < > signs surrounding the SU in the regex. Because of the <SU> it gets an "unexpected close tag" error.

How can I escape the < > signs so that the token will properly hold my regex with these symbols?

0 Karma
1 Solution

sbbadri
Motivator

amp(&)gt; for>
amp(&)lt; for<

use ampersant symbol not string

View solution in original post

0 Karma

jkat54
SplunkTrust
SplunkTrust
 ...| rex "by (?<SU>[^(]+)\"\<\/set"

Try the backslash for escaping pcre special characters (as shown above)

0 Karma

sbbadri
Motivator

amp(&)gt; for>
amp(&)lt; for<

use ampersant symbol not string

0 Karma

jcorkey
Explorer

I am confused about how to use what you wrote. Can you show an example?

0 Karma

sbbadri
Motivator

i mean

ampersand_symbollt;suampersand_symbolgt;

0 Karma

jkat54
SplunkTrust
SplunkTrust
&lt; = <
&gt; = >
0 Karma

cpetterborg
SplunkTrust
SplunkTrust

Actually it looks like the </set> might be the problem, since it has no place in the rex command (outside the double quotes). If you have other code that didn't make it properly into the question, then I could certainly be wrong.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...