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 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...