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!

Database Performance Sidebar Panel Now on APM Database Query Performance & Service ...

We’ve streamlined the troubleshooting experience for database-related service issues by adding a database ...

IM Landing Page Filter - Now Available

We’ve added the capability for you to filter across the summary details on the main Infrastructure Monitoring ...

Dynamic Links from Alerts to IM Navigators - New in Observability Cloud

Splunk continues to improve the troubleshooting experience in Observability Cloud with this latest enhancement ...