Splunk Search

output of time field in splunk

avi123
Explorer

Hi All,

I have time field having time range in this format in output of one splunk query:

TeamWorkTimings

09:00:00-18:00:00

I want to have the values stored in two fields like:

TeamStart

09:00:00

TeamEnd

18:00:00

How do I achieve this using regex or concat expression in splunk. Please suggest.

Labels (1)
0 Karma

avi123
Explorer

thanks, it worked 🙂 

One more request, since I am new to splunk, could you please help me understand how this regular expression works, I mean what does this means in a regex expression:

| rex field=TeamWorkTimings "(?<TeamStart>[^-]+)-(?<TeamEnd>.*)"

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

regex101.com is a good site to test and understand regular expressions

I have set this one up to show your extraction

https://regex101.com/r/mBRfJF/1

 

ITWhisperer
SplunkTrust
SplunkTrust

Try something like this

| rex field=TeamWorkTimings "(?<TeamStart>[^-]+)-(?<TeamEnd>.*)"
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...