<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Export Views To Only One Specific App in Security</title>
    <link>https://community.splunk.com/t5/Security/Export-Views-To-Only-One-Specific-App/m-p/70632#M2325</link>
    <description>&lt;P&gt;So that means I can't export something to only one particular app, correct? Or alternatively, I can't prevent another app from inheriting views?&lt;/P&gt;</description>
    <pubDate>Fri, 01 Apr 2011 04:40:25 GMT</pubDate>
    <dc:creator>David</dc:creator>
    <dc:date>2011-04-01T04:40:25Z</dc:date>
    <item>
      <title>Export Views To Only One Specific App</title>
      <link>https://community.splunk.com/t5/Security/Export-Views-To-Only-One-Specific-App/m-p/70630#M2323</link>
      <description>&lt;P&gt;I wan't to find the right way to share views between different apps, with granularity as to the app.&lt;/P&gt;

&lt;P&gt;In my Splunk instance, I have a number of different Apps:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;ITSystem1&lt;/LI&gt;
&lt;LI&gt;ITSystem2&lt;/LI&gt;
&lt;LI&gt;ITDashboards&lt;/LI&gt;
&lt;LI&gt;InternalApp1&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;I would like MyCompany's nav to be able to include the contents of ITSystem1 and ITSystem2 (e.g., having a main app with different subapps). I've got this working by &lt;CODE&gt;export = system&lt;/CODE&gt;ing the views in ITSystem1 and ITSystem2. This was slightly ugly when I tried to look at things in manager, but still reasonable. &lt;/P&gt;

&lt;P&gt;Now I'm adding InternalApp1, which is a sales tool, and I would like to have things like the default Saved Searches nav list working. But because I have to export so many things for my ITSystem apps to system, the nav is filled with tons of content that shouldn't be listed in InternalApp1.&lt;/P&gt;

&lt;P&gt;What's the best way to do this?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2011 09:06:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Export-Views-To-Only-One-Specific-App/m-p/70630#M2323</guid>
      <dc:creator>David</dc:creator>
      <dc:date>2011-03-30T09:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Export Views To Only One Specific App</title>
      <link>https://community.splunk.com/t5/Security/Export-Views-To-Only-One-Specific-App/m-p/70631#M2324</link>
      <description>&lt;P&gt;David,&lt;/P&gt;

&lt;P&gt;As of 4.2.0, you only have the option of exporting content within the app it's contained, or system wide.  Per default.meta.spec:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# Set access controls on a specific view in this app.
[views/index_status]
access = read : [ admin ], write : [ admin ]
* Allow only admin users to read or modify this view.

# Make this view available in all apps.
export = system
* To make this view available only in this app, set 'export = none' instead.
owner = admin
* Set admin as the owner of this view.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;See also:
&lt;A href="http://www.splunk.com/base/Documentation/4.2/admin/Defaultmetaconf" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/4.2/admin/Defaultmetaconf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2011 03:59:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Export-Views-To-Only-One-Specific-App/m-p/70631#M2324</guid>
      <dc:creator>hazekamp</dc:creator>
      <dc:date>2011-04-01T03:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Export Views To Only One Specific App</title>
      <link>https://community.splunk.com/t5/Security/Export-Views-To-Only-One-Specific-App/m-p/70632#M2325</link>
      <description>&lt;P&gt;So that means I can't export something to only one particular app, correct? Or alternatively, I can't prevent another app from inheriting views?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2011 04:40:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Export-Views-To-Only-One-Specific-App/m-p/70632#M2325</guid>
      <dc:creator>David</dc:creator>
      <dc:date>2011-04-01T04:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Export Views To Only One Specific App</title>
      <link>https://community.splunk.com/t5/Security/Export-Views-To-Only-One-Specific-App/m-p/70633#M2326</link>
      <description>&lt;P&gt;That's correct.  If you export something as 'none', it is only available from within the contained app.  Exporting as 'system' will make it available to all visible apps.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2011 05:54:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Export-Views-To-Only-One-Specific-App/m-p/70633#M2326</guid>
      <dc:creator>hazekamp</dc:creator>
      <dc:date>2011-04-01T05:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Export Views To Only One Specific App</title>
      <link>https://community.splunk.com/t5/Security/Export-Views-To-Only-One-Specific-App/m-p/70634#M2327</link>
      <description>&lt;P&gt;Okay. I've filed this as an enhancement request.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2011 06:25:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Export-Views-To-Only-One-Specific-App/m-p/70634#M2327</guid>
      <dc:creator>David</dc:creator>
      <dc:date>2011-04-02T06:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Export Views To Only One Specific App</title>
      <link>https://community.splunk.com/t5/Security/Export-Views-To-Only-One-Specific-App/m-p/70635#M2328</link>
      <description>&lt;P&gt;This doesn't appear to be possible at this juncture, but has been filed as an enhancement request. Rationale provided for the change:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
  &lt;P&gt;As it currently stands, this is messy
  and a disincentive to publishing Apps
  to Splunkbase. It's a hassle to
  maintain two copies for an app -- one
  for Splunkbase and one for internal
  consumption, so exporting views is
  valuable. But filling the nav on
  user-facing apps with lots of totally
  unrelated objects makes it difficult
  to use, and makes users less likely to actually use Splunk for anything but pre-canned reports.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Sun, 03 Apr 2011 04:17:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Export-Views-To-Only-One-Specific-App/m-p/70635#M2328</guid>
      <dc:creator>David</dc:creator>
      <dc:date>2011-04-03T04:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Export Views To Only One Specific App</title>
      <link>https://community.splunk.com/t5/Security/Export-Views-To-Only-One-Specific-App/m-p/70636#M2329</link>
      <description>&lt;P&gt;I got this question a lot as well, would be nice to see it filled! &lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2011 13:41:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Export-Views-To-Only-One-Specific-App/m-p/70636#M2329</guid>
      <dc:creator>Starlette</dc:creator>
      <dc:date>2011-05-04T13:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Export Views To Only One Specific App</title>
      <link>https://community.splunk.com/t5/Security/Export-Views-To-Only-One-Specific-App/m-p/70637#M2330</link>
      <description>&lt;P&gt;Still not done yet?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2014 16:35:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Export-Views-To-Only-One-Specific-App/m-p/70637#M2330</guid>
      <dc:creator>effem</dc:creator>
      <dc:date>2014-03-03T16:35:53Z</dc:date>
    </item>
  </channel>
</rss>

