Splunk Search

How to write rex to extract string?

Edwin1471
Path Finder

Hi,

REX command rex mode=sed to remove quotation marks and numbers inside of them

 

OUTPUT file "19214132.IKU" copied to output directory

OUTPUT file "19315133.IKU" copied to output directory

OUTPUT file "19416134.IKU" copied to output directory

....

 

Desired result ->   OUTPUT file .IKU copied to output directory

 

Labels (2)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| rex mode=sed "s/(?<q1>\"\d+)(?<l1>\.[^\"]+)(?<q2>\")/\2/g"

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

What have you tried so far?

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

ITWhisperer
SplunkTrust
SplunkTrust
| rex mode=sed "s/(?<q1>\"\d+)(?<l1>\.[^\"]+)(?<q2>\")/\2/g"
Get Updates on the Splunk Community!

New in Observability - Improvements to Custom Metrics SLOs, Log Observer Connect & ...

The latest enhancements to the Splunk observability portfolio deliver improved SLO management accuracy, better ...

Improve Data Pipelines Using Splunk Data Management

  Register Now   This Tech Talk will explore the pipeline management offerings Edge Processor and Ingest ...

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud?

Register Join this Tech Talk to learn how unique features like Service Centric Views, Tag Spotlight, and ...