Splunk Search

get single field values from multiple field values

avi123
Explorer

Hi All,

I have an output from a lookup table in splunk where the team work timings field is coming as::

TeamWorkTimings

09:00:00-18:00:00

I want the output to be separated in two fields, like:

TeamStart   TeamEnd

09:00:00       18:00:00

 

Please help me in getting this output in splunk

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| eval TeamStart=mvindex(split(TeamWorkTimings,"-"),0)
| eval TeamEnd=mvindex(split(TeamWorkTimings,"-"),1)

View solution in original post

avi123
Explorer

Thanks, this worked 🙂

 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| eval TeamStart=mvindex(split(TeamWorkTimings,"-"),0)
| eval TeamEnd=mvindex(split(TeamWorkTimings,"-"),1)
Get Updates on the Splunk Community!

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...