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!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...