Splunk Search

Set chart from 12am to 11.59am ? [search queries]

sbnoobbb
Path Finder

I have this search query sourcetype="CurrentWeatherSGMap" Message="Yishun" | eval Description=case(current_summary="Rain", "Poor",current_summary="Thundery Showers","Poor", current_summary="Cloudy", "Fair", current_summary="Partly Cloudy", "Excellent") | chart dc(Description) over _time by Description | eval Poor=if(Description==Poor, "1", "1"). How can I set the chart to display from 12am to 12am time range daily ?

Or can I use advanced xml to display my result ?

Tags (3)
0 Karma
1 Solution

amit_saxena
Communicator

Hi,

I would suggest using the following in your search.

earliest=@d latest=@d+12

let me know if that works for you.

Regards,
Amit Saxena

View solution in original post

0 Karma

amit_saxena
Communicator

Hi,

I would suggest using the following in your search.

earliest=@d latest=@d+12

let me know if that works for you.

Regards,
Amit Saxena

0 Karma

amit_saxena
Communicator

Hi,
Do confirm it the above solution worked for you ?
Regards,
Amit Saxena

0 Karma

linu1988
Champion

You can explicitly define earlest=-1d@d latest=0d@d if only the previous day's data is to be displayed.

Get Updates on the Splunk Community!

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

This is the fourth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how ...

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...