Dashboards & Visualizations

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

kedjjang
Explorer

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!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...