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!

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...