Dashboards & Visualizations

New Dashboard Not showing up in my views navigation

I-Man
Communicator

I have code that displays a google map of successful vpn connections into our org. Currently, I can only access this dashboard/view by physcially typing in the URL as the name isn't showing up under the Views dropdown. XML noob here, what do i add so it's pulled under the View Dropdown in the search app?

<view template="dashboard.html">
<label>Successful VPN Connection Source Locations</label>
<module name="TitleBar" layoutPanel="viewHeader">
    <param name="actionsMenuFilter">dashboard</param>
</module>
<module name="GenericHeader" layoutPanel="panel_row1_col1" autoRun="True">
    <param name="label">Geographical Location</param>
    <module name="HiddenSearch" group="Map View" autoRun="True" layout_panel="panel_row1_col1">
        <param name="search">"assigned to session" "REMACC-VPN" OR "VPNCLIENTS" earliest=-1d@d latest=@d | convert ctime(_time) as timestamp | table timestamp vpn_user vpn_assigned_ip vpn_external_ip | lookup geoip clientip as vpn_external_ip | geonormalize</param>
        <module name="GoogleMaps">
            <param name="autoPostProcess">false</param>
            <param name="height">950px</param>
            <param name="mapType">terrain</param>
            <param name="mapTypeControl">on</param>
            <param name="navigationControl">on</param>
            <param name="scaleControl">on</param>
            <param name="scrollwheel">off</param>
            <param name="zoomLevel">3</param>
        </module>
    </module>
</module>

Thanks,
I-man

Tags (1)
0 Karma
1 Solution

_d_
Splunk Employee
Splunk Employee

Hi I-Man,
When in Search app, go to Manager | User Interface | Navigation Menus | default and locate a collection that starts with <collection label="Views"> and add an item that contains your view. Something like this:

<collection label="Views">
<view name="your_view_name"/>
<collection/>

Hope this helps.
d.

View solution in original post

_d_
Splunk Employee
Splunk Employee

Hi I-Man,
When in Search app, go to Manager | User Interface | Navigation Menus | default and locate a collection that starts with <collection label="Views"> and add an item that contains your view. Something like this:

<collection label="Views">
<view name="your_view_name"/>
<collection/>

Hope this helps.
d.

Get Updates on the Splunk Community!

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Dashboard Challenge and Watch the .conf24 Global Broadcast!

The Splunk Community Dashboard Challenge is still happening, and it's not too late to enter for the week of ...