Splunk Search

timechart of 2 ranges doesn't show old time when hovering over line

nirt
Path Finder

Hi,
I have created a timechart of 2 time ranges:

index="XXXX" host="XXXX" earliest=-0w@w latest=+1w@w XXXX | eval ReportKey="XXX today" | append maxtime=100 [ search index="XXXX" host="XXX" XXXX earliest=-1w@w latest=-0w@w | eval ReportKey="XXX last week" | eval new_time=_time+86400*7+1800] | eval _time=if(isnotnull(new_time), new_time, _time) | timechart span=1h max(number) by ReportKey

The graph is created properly however when I hover over the last week line, it says the date of today and not the date of last week
Is there any way to fix this? is my syntax is not correct?

Thanks

Tags (1)
0 Karma
1 Solution

johandk
Path Finder

It will always show the date/time of your primary search. Not the subsearch. Splunk has no built in support for plotting against multiple axis.

View solution in original post

0 Karma

johandk
Path Finder

It will always show the date/time of your primary search. Not the subsearch. Splunk has no built in support for plotting against multiple axis.

0 Karma

johandk
Path Finder

Always a pleasure. Btw. if you need more advanced charting and graphing features the only viable option is to extract data via the REST API and build it yourself. Exactly what I'm doing.

0 Karma

nirt
Path Finder

Thanks for the quick info

0 Karma
Get Updates on the Splunk Community!

Enterprise Security Content Update (ESCU) | New Releases

In the last month, the Splunk Threat Research Team (STRT) has had 2 releases of new security content via the ...

Announcing the 1st Round Champion’s Tribute Winners of the Great Resilience Quest

We are happy to announce the 20 lucky questers who are selected to be the first round of Champion's Tribute ...

We’ve Got Education Validation!

Are you feeling it? All the career-boosting benefits of up-skilling with Splunk? It’s not just a feeling, it's ...