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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...