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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...