Splunk Search

How to edit my rex to receive values for Start Date and End Date?

suresh364
New Member

Rex expression used : startDate= (?.*) endDate= (?.*)

Data format : &startDate=10/02/2016&endDate=10/02/2016&

Don't get any values back for the Start Date and End Date columns..

What is wrong? Thanks in advance

Radhak

Tags (2)
0 Karma
1 Solution

gokadroid
Motivator

Try:

\&startDate\=(?<startDate>[^\&]+)\&endDate\=(?<endDate>[^\&]+)\&

View solution in original post

0 Karma

sundareshr
Legend

Try this

| rex "startDate=(?<start>\d\d\/\d\d\/\d\d\d\d)\&endDate=(?<end>\d\d\/\d\d\/\d\d\d\d)"
0 Karma

suresh364
New Member

Thanks worked as well.

0 Karma

gokadroid
Motivator

Try:

\&startDate\=(?<startDate>[^\&]+)\&endDate\=(?<endDate>[^\&]+)\&
0 Karma

suresh364
New Member

Thank you . Worked great !

0 Karma

gokadroid
Motivator

you are welcome.

0 Karma
Get Updates on the Splunk Community!

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...