Installation

Field extraction - only 2 characters

rajkskumar
Explorer

I need to extract two characters to a new field. The query I have written is able to remove the first 6 characters and it retrieves from 7th character till the end. 

Data:

{ 
       typeIdentifier
       value1234567890ABCDEF

}

 

{\"type\":\"Identifier\",\"value\":\"(?:.{6})(?<idCode>.*?)\"}

 

The query returns "7890ABCDEF" whereas I need only "78". Could someone please help me to fix the issue?

 

Labels (1)
Tags (1)
0 Karma

saravanan90
Contributor

This may help..

"value:\s+.{6}(?<val>.{2})"

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...