Dashboards & Visualizations

How to convert views found under nav.xml to advanced XML?

kedjjang
Path Finder

nav.xml
view name=dashboards

=> way to make the advanced XML?

Tags (2)
0 Karma

chimell
Motivator

Hi
Use this advanced XML code to create your dashboard ,you can modify request and the options like you want

<view template="dashboard.html">
    <label>My Dashboard</label>
    <module name="AccountBar" layoutPanel="appHeader"/>
    <module name="AppBar" layoutPanel="navigationHeader"/>
    <module name="Message" layoutPanel="messaging">
    <param name="filter">*</param>
    <param name="clearOnJobDispatch">False</param>
    <param name="maxSize">1</param>
    </module>

    <module name="HiddenSearch" layoutPanel="panel_row1_col1"
    group="Messages per minute last hour" autoRun="True">
    <param name="search">
    search index=_internal eps group=per_source_thruput NOT
    filetracker Metrics
    | eval events=eps*kb/kbps | timechart sum(events)
    </param>
    <param name="earliest">-1h</param>
    <module name="ResultsHeader">
    <param name="entityName">scanned</param>
    <param name="entityLabel">Events</param>
    <module name="FlashChart">
    <param name="height">180px</param>
    <param name="width">100%</param>
    </module>
    </module>
    </module>
    </view>
0 Karma

ngatchasandra
Builder

Hi kedjjand,
Follow the link http://docs.splunk.com/Documentation/Splunk/6.2.2/AdvancedDev/AdvancedDashboard. This is will help you!

0 Karma
Get Updates on the Splunk Community!

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  &#x1f680; Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Stronger Security with Federated Search for S3, GCP SQL & Australian Threat ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...