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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

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