Dashboards & Visualizations

How could I divide one multiple_value field into multiple different value?

Jennifer
Path Finder

Hi, all!

How could I separate this filed into many other fields which is formed by 4 characters?

For example:

The original value         
3138101220477702770431381012204777027704    
3138111620941002204720387701W0193138111620941002204720387701W019 
          

Jennifer_0-1644394965863.png

 

Labels (1)
Tags (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

To create a multi-value field, you could do this

 

| rex max_match=0 field=Call_Sequence "(?<four>.{4})"

 

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust

To create a multi-value field, you could do this

 

| rex max_match=0 field=Call_Sequence "(?<four>.{4})"

 

Jennifer
Path Finder

Thanks so much for your help!

It solves part of the problem! How could I make the new results become three separate rows?

Jennifer_0-1644396678543.png

 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| mvexpand check
Get Updates on the Splunk Community!

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...

Splunk Up Your Game: Why It's Time to Embrace Python 3.9+ and OpenSSL 3.0

Did you know that for Splunk Enterprise 9.4, Python 3.9 is the default interpreter? This shift is not just a ...