Dashboards & Visualizations

How do I create a base search for prebuilt panels?

DataOrg
Builder

i have a 4 to 5 prebuilt panels in dashboard with same search only filter conditions are different.

How to create a base search for prebuilt panels

markbarber21
Path Finder

I WISH there was a way to create a prebuilt panel and reference its Search ID in additional panels, but I don't believe it is possible.

You can create a report and reference the same report in multiple prebuilt and inlined panels.

0 Karma

niketn
Legend

@premranjithj you can create a pre-built panel with search that you need to re-use for all existing pre-built panels. The new pre-built panel with search can be added to existing dashboard where other existing pre-built panels are present and then the row that contains pre-built panel can be hidden using depends attribute to check against a token which is never set.

For ex: <row depends="$alwaysHidePreBuiltPanelWithBaseSearch$">

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

DataOrg
Builder

@niketnilay . but i am not expecting this behavior to have a hidden panel.. thanks for your reply

0 Karma

niketn
Legend

So the above should work... right?

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

markbarber21
Path Finder

Saving a prebuilt panel with a search with an ID works fine. However, I am not able to reference the base search in any other panels. The search does not support a ref.

    <panel ref="base_foobar"></panel>
    <panel>
      <event>
        <title>child panel</title>
        <search  base="foobar_search_id" >
        </search>
      </event>
    </panel>

harishalipaka
Motivator

hi @premranjithj

have a look into this link :

https://answers.splunk.com/answers/544338/howwhere-to-edit-a-prebuilt-panel.html

Thanks
Harish
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...