Dashboards & Visualizations

How to get panel with "Search"?

kobon
Explorer

How to get this dashboard (red border selected) with visualization data and use him in custom dashboard?
Thanks

alt text

0 Karma
1 Solution

jacobpevans
Motivator

Greetings @kobon,

Could you provide more information? By default, the "column chart" format of the timechart command looks identical to this. You can change the span to whatever you want.

This is a run-anywhere search to demonstrate:

| gentimes start=09/1/19 end=10/1/19 increment=1h
| eval _time = starttime
| eval count = random()
| timechart span=12h avg(count)

alt text

Cheers,
Jacob

If you feel this response answered your question, please do not forget to mark it as such. If it did not, but you do have the answer, feel free to answer your own post and accept that as the answer.

View solution in original post

0 Karma

jacobpevans
Motivator

Greetings @kobon,

Could you provide more information? By default, the "column chart" format of the timechart command looks identical to this. You can change the span to whatever you want.

This is a run-anywhere search to demonstrate:

| gentimes start=09/1/19 end=10/1/19 increment=1h
| eval _time = starttime
| eval count = random()
| timechart span=12h avg(count)

alt text

Cheers,
Jacob

If you feel this response answered your question, please do not forget to mark it as such. If it did not, but you do have the answer, feel free to answer your own post and accept that as the answer.
0 Karma

kobon
Explorer

Maybe you know how to get the time range from this panel and set it to token or user in another search? Thanks.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...