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!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

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

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...