Splunk Search

Regex to extract between these two characters, : and "

jacqu3sy
Path Finder

Hi,

Can anyone help with a regex to extract the string seen after a : and up to a final ".

so for example.....

"event : thisstringneedstobeextracted"

note the space either side of the :

Thanks.

Tags (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Try \s:\s(?<myfield>[^\"]+)\". If you're doing the extraction at search time, you'll need extra escape characters \s:\s(?<myfield>[^\\\"]+)\\\".

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...