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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...