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!

Automatic Discovery Part 1: What is Automatic Discovery in Splunk Observability Cloud ...

If you’ve ever deployed a new database cluster, spun up a caching layer, or added a load balancer, you know it ...

Real-Time Fraud Detection: How Splunk Dashboards Protect Financial Institutions

Financial fraud isn't slowing down. If anything, it's getting more sophisticated. Account takeovers, credit ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...