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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...