Reporting

Why is the default.xml of my app picking up saved searches from other applications and how do I fix this?

wegscd
Contributor

I'm trying to do a quick-and-dirty app that just has navigation to some saved searches.

<nav search_view="search" color="#800000">
  <view name="search" default='true' />
  <saved name="# of users by function"/>
  <collection label="Other Saved Reports">
    <saved source="unclassified" />
  </collection>
</nav>

The problem I am having is that

<saved source="unclassified"/>

is picking up saved searches from other applications. I only want the ones from my application. Is there something I can add to the <saved> tag to do this?

I know I can use match="", but that still leaves me vulnerable to someone saving a search in another app that happens to match the pattern, so I do not want to go there.

0 Karma
1 Solution

MuS
Legend

Hi wegscd,

those other saved searches are probably shared over all apps.
So, you need to change the permission of those other saved searches to app only, see the docs for more details http://docs.splunk.com/Documentation/Splunk/6.2.4/SearchTutorial/Aboutsavingandsharingreports#Find_a...

cheers, MuS

View solution in original post

MuS
Legend

Hi wegscd,

those other saved searches are probably shared over all apps.
So, you need to change the permission of those other saved searches to app only, see the docs for more details http://docs.splunk.com/Documentation/Splunk/6.2.4/SearchTutorial/Aboutsavingandsharingreports#Find_a...

cheers, MuS

ChloeMica
New Member

That's the problem? Well, I will try.

0 Karma

wegscd
Contributor

yes, that's the problem. Those other saved searches are parts of SAs (SA-NIX, the CIM SA), and the applications are said to break if you don't share their searches globally.

It appears that you use those SAs, or you can use &lt;saved source="unclassified"&gt;;, but you can't do both.

So back to the question: is there a workaround to keep &lt;saved source="unclassified"&gt;from picking up other app's searches?

If only we had &lt;saved application="..." source="unclassified"&gt; to help keep applications out of each others hair.

0 Karma

MuS
Legend

The only way to restrict the views listed is to use the match option like this:

<view source="unclassified" match="dashboard"/>

This will only show dashboards which contains the name dashboard but still shows them if they are shared globally in another app.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...