Dashboards & Visualizations

How to list all my dashboards as a list?

swetasoneji
New Member

How would I list all my dashboard as list when clicking just dashbaord (^) down arrow.

0 Karma
1 Solution

paramagurukarth
Builder

You can list all or even filter based on the name. Refer here for Dynamic Navigation list

  <!-- Dynamically list all available dashboards-->
    <collection label="All dashboards">
        <view source="all" />
    </collection>

    <!-- Dynamically list all available reports-->
    <collection label="All reports">
        <saved source="all" />
    </collection>
<!-- Dynamically list all dashboards with the word "error"-->
    <collection label="Dashboards (errors)">
        <view source="all" match="error"/>
    </collection>

    <!-- Dynamically list all reports with the word "error"-->
    <collection label="Reports (errors)">
        <saved source="all" match="error"/>
    </collection>

View solution in original post

paramagurukarth
Builder

You can list all or even filter based on the name. Refer here for Dynamic Navigation list

  <!-- Dynamically list all available dashboards-->
    <collection label="All dashboards">
        <view source="all" />
    </collection>

    <!-- Dynamically list all available reports-->
    <collection label="All reports">
        <saved source="all" />
    </collection>
<!-- Dynamically list all dashboards with the word "error"-->
    <collection label="Dashboards (errors)">
        <view source="all" match="error"/>
    </collection>

    <!-- Dynamically list all reports with the word "error"-->
    <collection label="Reports (errors)">
        <saved source="all" match="error"/>
    </collection>

swetasoneji
New Member

Thanks a lot..

0 Karma

paramagurukarth
Builder

🙂 Always welcome

0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...