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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...