Dashboards & Visualizations

Best way to add multiple(30+) panels to a splunk dashboard

HattrickNZ
Motivator

What is the Best way to add multiple panels to a splunk dashboard?

I currently have a dashboard where I want to add 30+ panels which are just very simple timecharts for the last 24 hours.

I have all the searches and titles I want like this

search title 
index=*... title1
...
index=*... title30

The best way I can think of is to just add them individually
1 - Edit dashborad - Add panel (copy paste search and title), Add panel .... repeat.
2 - Use XML - Create 1 panel, copy and paste this panel X times and then edit accordingly.

Is there a better way than this very repetitive task?

0 Karma

cmerriman
Super Champion

Are you using the same search over and over again except only changing a small aspect of it in each panel? If so, instead of opening 30 searches, you might want to use post-process.
http://docs.splunk.com/Documentation/SplunkCloud/6.6.1/Viz/Savedsearches#Post-process_searches_2
Otherwise, my easiest suggestion would be to build the first panel, copy the xml source code, paste and edit. Repeat. It’s quicker to make small changes in a search string in the source code when you need to do it over and over and over.

HattrickNZ
Motivator

tks I'll have a look at that.

I am olnly changing the KPI
index=... | timechart span=5m sum(KPI1) by device
...
index=... | timechart span=5m sum(KPI30) by device

I'll probs copy and paste the xml and edit in a editor as I find the splunk one probably not the best for this scenario.

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...