Hello,
I want the exact graph that Splunk provides when you perform a search in one of my dashboards.
How do I do that?
When I save the search as a panel, I'm put into a position where I need to customize the graphing my self, which I fail miserably.
The Splunk default one is nice because it auto adjusts based on time frames you search (i.e.: Search a full day, it will break down timeline by 1 hour sections, 365 day search, it will break it down into days or weeks, etc.).
Thanks!
You can customize the span width in like so: ... | timechart count span=1d
You can customize the span width in like so: ... | timechart count span=1d
| timechart count span=1h
worked perfectly. Now I have hourly columns/bars in the bar graph in the time span that I provide (auto adjusts the width). Very nice!
What's the output when you look at it in a dashboard? Can you post a screenshot? By default the visualizations behave the same in both Search and Dashboards.