Dashboards & Visualizations

Why does rex in dashboard says missing terminator - #2?

VTARNG_Paul
Explorer

I appreciate any any assistance with my Rex error.

When running this Rex command:

| rex "New Logon:\s+Security ID:\s+(?<account>.*)"

I receive the following error, "Rex in dashboard says missing terminator"

Thanks in advance!

Labels (1)
0 Karma
1 Solution

VTARNG_Paul
Explorer

Thank you sir, you have resolved my issue. 

/Paul

View solution in original post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

That error message means the parser didn't understand the regular expression.  Usually, it's because a quotation mark was not escaped properly.  In this case, however, it's because the regex contains HTML-encoded < and > characters.  Unencode them and the rex should work.

---
If this reply helps you, Karma would be appreciated.
0 Karma

VTARNG_Paul
Explorer

Good morning Rich,

I appreciate your response, but I am not understanding your explanation " because the regex contains HTML-encoded < and > characters." as I do not see the < and > characters.

Could you highlight or modify the rex script with the proper syntax required for it to work correctly?

Cheers, Paul

0 Karma

richgalloway
SplunkTrust
SplunkTrust

You don't see the < and > characters because they are HTML-encoded.  IOW, change &lt; to < and &gt; to >.

---
If this reply helps you, Karma would be appreciated.

VTARNG_Paul
Explorer

Thank you sir, you have resolved my issue. 

/Paul

0 Karma

VatsalJagani
SplunkTrust
SplunkTrust

@VTARNG_Paul - If that resolves your answer consider accepting the solution for the reply which is most relevant so in the future new community members can get benefit from that as well.

You can do that by clicking on the "Accept as Solution" button at the bottom of the reply.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...