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!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...