Splunk Search

How to create the regex to match the pattern in my data for proper event breaking?

RashmiGowda
Explorer

Hello All,

Can any one please help me out to create the regular expression / regex for the below pattern -

-- TIME: [2014-12-12 11:53:50,390] --

Need to break the event based on the above pattern. Anyone can help me on this please..!!

Thanks in advance.

Tags (2)
0 Karma

pradeepkumarg
Influencer

Try this


\W{2}\sTIME\:\s\W\d{4}\-\d{2}-\d{2}\s\d+\:\d+\:\d+,\d{3}\W\s\W+

RashmiGowda
Explorer

Thanks pradeep.. could you please explain the regex pattern which u suggested. Please..!!

0 Karma

ppablo
Retired

Hi @RashmiGowda

If @gpradeepkumarreddy's answer solved your question, don't forget to resolve the post by clicking "Accept" directly below his answer and upvote it by clicking the up arrow to the left of the answer. Thanks!

Patrick

0 Karma

satishsdange
Builder

Please refer to https://regex101.com/. Copy & paste above regex string & data.

pradeepkumarg
Influencer

Wha did you try so far?

0 Karma
Get Updates on the Splunk Community!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

 Ready to master Kubernetes and cloud monitoring like the pros? Join Splunk’s Growth Engineering team for an ...

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...