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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...