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?

 

Tags (1)
0 Karma

saravanan90
Contributor

This may help..

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

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...