Getting Data In

Use of Timewrap command to control the time range

Shashank_87
Explorer

Hi, I am trying to plat a graph of response time over a period of time. I am using timewrap command to plot it for yesterday, day before yesterday and last week.
The problem is I only want it for a certain period of time on the day. For Example between 12:00 PM to 10:00 PM (peak hours).
I am snapping the time in the search itself like this earliest=-7d@d+3h latest=@d but is not working. Please see the graph - on the x-axis it is still plotting from 12:00 AM but what i want is from 12:00 PM.

earliest=-7d@d+3h latest=@d

Any help is appreciated.alt text

0 Karma

to4kawa
Ultra Champion
your search
| where relative_time(now(),"-8d@d+12h") <= _time

earliest=-8d@d+3h is 03:00 AM, but timechart starts at 00:00 AM.
I don't know why.

Why not limit the display period?

0 Karma

jkat54
SplunkTrust
SplunkTrust

Please share the spl queries you've attempted

0 Karma

Shashank_87
Explorer

@jkat54 This is the query -
index=tp_test sourcetype=access_combined_wcookie earliest=-8d@d+3h latest=@d
| timechart span=15m avg(response_time_sec) as AvgResponseTime
| timewrap d
| fields _time,AvgResponseTime_latest_day,AvgResponseTime_1day_before,AvgResponseTime_7days_before

0 Karma

jkat54
SplunkTrust
SplunkTrust

I think you need a number in front of the units:

| timewrap 1d

0 Karma

Shashank_87
Explorer

I dont think that matters. The problem is I want to compare the results from 12:00 PM to 10:00 PM.
Right now it's coming for full day which i don't want.
I think this is what needs to be modified : earliest=-8d@d+3h latest=@d

0 Karma

jkat54
SplunkTrust
SplunkTrust

timewrap 10h

12p -10p is 10 hours

drop earliest and latest from your search and update timewrap to 10h

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...