Dashboards & Visualizations

Default Navagation Menus Not picking up new view name

hartfoml
Motivator

I am trying to add a new dashboard to the Bluecoat app. this is the present tab collection views:


<view name="cf_bw_host" />
<view name="cf_bw_category"/>
<view name="cf_bw_client"/>
<view name="cf_bw_type"/>

I want to add the
<view name="*bw*"/>
<view name="cf_bw_host" />
<view name="cf_bw_category"/>
<view name="cf_bw_client"/>
<view name="cf_bw_type"/>

Then did a https://myserver:8000/en-US/debug/refresh but the new dashboard did not show up in the collection.

I don't know what I am doing wrong??? the file name for the new dashboard is bw_per_domain. How can I get this to show up in the pull down tab?

Tags (2)
0 Karma
1 Solution

alacercogitatus
SplunkTrust
SplunkTrust

Your syntax is a little off. Try This:

<collection label="BW">
   <view source="unclassified" match="bw_">
</collection>

Here's the doc for creating Navigation: http://docs.splunk.com/Documentation/Splunk/6.2.1/AdvancedDev/BuildNavigation

View solution in original post

alacercogitatus
SplunkTrust
SplunkTrust

Your syntax is a little off. Try This:

<collection label="BW">
   <view source="unclassified" match="bw_">
</collection>

Here's the doc for creating Navigation: http://docs.splunk.com/Documentation/Splunk/6.2.1/AdvancedDev/BuildNavigation

hartfoml
Motivator

Can you tell me the difference between classified and unclass here

0 Karma

alacercogitatus
SplunkTrust
SplunkTrust

"Include all unlisted views in a view collection, without explicitly listing them. Use the view source="unclassified" tag."

0 Karma

hartfoml
Motivator

Thanks @ala... I appreciate the help

0 Karma
Get Updates on the Splunk Community!

Database Performance Sidebar Panel Now on APM Database Query Performance & Service ...

We’ve streamlined the troubleshooting experience for database-related service issues by adding a database ...

IM Landing Page Filter - Now Available

We’ve added the capability for you to filter across the summary details on the main Infrastructure Monitoring ...

Dynamic Links from Alerts to IM Navigators - New in Observability Cloud

Splunk continues to improve the troubleshooting experience in Observability Cloud with this latest enhancement ...