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!

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...