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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...