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!

Earn a $35 Gift Card for Answering our Splunk Admins & App Developer Survey

Survey for Splunk Admins and App Developers is open now! | Earn a $35 gift card!      Hello there,  Splunk ...

Continuing Innovation & New Integrations Unlock Full Stack Observability For Your ...

You’ve probably heard the latest about AppDynamics joining the Splunk Observability portfolio, deepening our ...

Monitoring Amazon Elastic Kubernetes Service (EKS)

As we’ve seen, integrating Kubernetes environments with Splunk Observability Cloud is a quick and easy way to ...