Splunk Search

Can someone help me with building a regular expression for the following search?

rndp89
Explorer

I have following data.

<Abc><def>adfasdf1234567890dfa</def></Abc>
<Abc><def>adfasdf17890dfa</def></Abc>

Ineed a regular expression which matches " to ".

I have tried the following regex but it matches to

<[^>]*>.*?\d{9,}.*?<[^>]*>
Tags (2)
0 Karma

kthammireddygar
Path Finder

Regex to match full string. Please try this

Regex: <[^>]*><[^>]*>.*?\d*.*?<\/[^>]*><\/[^>]*>

0 Karma

brian_rampley
Path Finder

Can you provide a few more details. It's not clear what you want to match. Your regex seems to match everything from the first two open tags to the first close tag of your XML.

0 Karma
Get Updates on the Splunk Community!

Exciting News: The AppDynamics Community Joins Splunk!

Hello Splunkers,   I’d like to introduce myself—I’m Ryan, the former AppDynamics Community Manager, and I’m ...

The All New Performance Insights for Splunk

Splunk gives you amazing tools to analyze system data and make business-critical decisions, react to issues, ...

Good Sourcetype Naming

When it comes to getting data in, one of the earliest decisions made is what to use as a sourcetype. Often, ...