<?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: Using import and export attributes in default.meta in Security</title>
    <link>https://community.splunk.com/t5/Security/Using-import-and-export-attributes-in-default-meta/m-p/137074#M4220</link>
    <description>&lt;P&gt;That looks just like what's working over here in default.meta, so I can't give you a different example.&lt;/P&gt;

&lt;P&gt;This app uses the import statement as well: &lt;A href="https://apps.splunk.com/app/1632/"&gt;https://apps.splunk.com/app/1632/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Nov 2014 08:31:29 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2014-11-28T08:31:29Z</dc:date>
    <item>
      <title>Using import and export attributes in default.meta</title>
      <link>https://community.splunk.com/t5/Security/Using-import-and-export-attributes-in-default-meta/m-p/137071#M4217</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;

&lt;P&gt;I want to import a specific view(dashboard) in an app from another app having that particular view with permission as &lt;STRONG&gt;(This app only)&lt;/STRONG&gt;.&lt;BR /&gt;
How to use import and export attributes in default.meta?&lt;/P&gt;

&lt;P&gt;For e.g. app &lt;STRONG&gt;App1&lt;/STRONG&gt; is having view &lt;STRONG&gt;View1&lt;/STRONG&gt; with permission as &lt;STRONG&gt;This app only&lt;/STRONG&gt;. I want to use this &lt;STRONG&gt;View1&lt;/STRONG&gt; in app &lt;STRONG&gt;App2&lt;/STRONG&gt; without making &lt;STRONG&gt;View1&lt;/STRONG&gt; as global. I want that only specific apps can use this &lt;STRONG&gt;View1&lt;/STRONG&gt;. &lt;/P&gt;

&lt;P&gt;How to configure &lt;STRONG&gt;default.meta&lt;/STRONG&gt; to make this possible by using attributes &lt;STRONG&gt;import&lt;/STRONG&gt; and &lt;STRONG&gt;export&lt;/STRONG&gt;?&lt;/P&gt;

&lt;P&gt;Thanks in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2014 14:29:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Using-import-and-export-attributes-in-default-meta/m-p/137071#M4217</guid>
      <dc:creator>ruchir</dc:creator>
      <dc:date>2014-11-27T14:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using import and export attributes in default.meta</title>
      <link>https://community.splunk.com/t5/Security/Using-import-and-export-attributes-in-default-meta/m-p/137072#M4218</link>
      <description>&lt;P&gt;The way I understand it, you can set &lt;CODE&gt;import = theotherapp&lt;/CODE&gt; in your app to make theotherapp part of your app's namespace.&lt;BR /&gt;
Setting &lt;CODE&gt;export = system&lt;/CODE&gt; in theotherapp would make it globally shared, so that's not what you want.&lt;/P&gt;

&lt;P&gt;This should be in &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.0/admin/Defaultmetaconf"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.0/admin/Defaultmetaconf&lt;/A&gt; but isn't - do use the feedback box at the bottom of that page to get this added.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2014 17:19:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Using-import-and-export-attributes-in-default-meta/m-p/137072#M4218</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-11-27T17:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using import and export attributes in default.meta</title>
      <link>https://community.splunk.com/t5/Security/Using-import-and-export-attributes-in-default-meta/m-p/137073#M4219</link>
      <description>&lt;P&gt;Thank you Martin.&lt;/P&gt;

&lt;P&gt;I tried it but wasn't able to get it right. I updated default.meta of App2 as:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[]
import = App1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Its not working.&lt;/P&gt;

&lt;P&gt;May be I'm not using the right syntax to import App1's view1 view in App2. It'll be great if you can help me with an example.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2014 06:26:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Using-import-and-export-attributes-in-default-meta/m-p/137073#M4219</guid>
      <dc:creator>ruchir</dc:creator>
      <dc:date>2014-11-28T06:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using import and export attributes in default.meta</title>
      <link>https://community.splunk.com/t5/Security/Using-import-and-export-attributes-in-default-meta/m-p/137074#M4220</link>
      <description>&lt;P&gt;That looks just like what's working over here in default.meta, so I can't give you a different example.&lt;/P&gt;

&lt;P&gt;This app uses the import statement as well: &lt;A href="https://apps.splunk.com/app/1632/"&gt;https://apps.splunk.com/app/1632/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2014 08:31:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Using-import-and-export-attributes-in-default-meta/m-p/137074#M4220</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-11-28T08:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using import and export attributes in default.meta</title>
      <link>https://community.splunk.com/t5/Security/Using-import-and-export-attributes-in-default-meta/m-p/137075#M4221</link>
      <description>&lt;P&gt;Thanks Martin, it was helpful.&lt;BR /&gt;
Now I'm able to import views in an app from another.&lt;/P&gt;

&lt;P&gt;But now the app which imports other app is unable to search anything the way it used to.&lt;BR /&gt;
It's only searching main Index. I want to search other indexes available but unable to do that. Seems like importing an app limits the data you can query. Is there any way by which I can resolve this so that I can query all the data available?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2014 09:41:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Using-import-and-export-attributes-in-default-meta/m-p/137075#M4221</guid>
      <dc:creator>ruchir</dc:creator>
      <dc:date>2014-12-01T09:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using import and export attributes in default.meta</title>
      <link>https://community.splunk.com/t5/Security/Using-import-and-export-attributes-in-default-meta/m-p/137076#M4222</link>
      <description>&lt;P&gt;Apps should not influence the indexes searched.&lt;/P&gt;

&lt;P&gt;Check your roles, do they have restrictions on the indexes searchable or searched by default?&lt;BR /&gt;
Check your searches, do they specify indexes or rely on the indexes searched by default settings in the roles?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2014 09:48:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Using-import-and-export-attributes-in-default-meta/m-p/137076#M4222</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-12-01T09:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using import and export attributes in default.meta</title>
      <link>https://community.splunk.com/t5/Security/Using-import-and-export-attributes-in-default-meta/m-p/137077#M4223</link>
      <description>&lt;P&gt;I know this is an old thread, but in case it helps anyone else, this does work (in 6.3.3) but you have to import the 'search' app as well. It seems that the import command overrides rather than appends to a hidden default where all apps import the 'search' app. Without including the 'search' app in the import I got errors trying to load the default search/flashtimeline page in the top level app.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jul 2016 16:22:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Using-import-and-export-attributes-in-default-meta/m-p/137077#M4223</guid>
      <dc:creator>samhughe</dc:creator>
      <dc:date>2016-07-24T16:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using import and export attributes in default.meta</title>
      <link>https://community.splunk.com/t5/Security/Using-import-and-export-attributes-in-default-meta/m-p/137078#M4224</link>
      <description>&lt;P&gt;If "import" is part of the *.meta spec, can we please get it documented?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 17:53:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Using-import-and-export-attributes-in-default-meta/m-p/137078#M4224</guid>
      <dc:creator>evilgeorge</dc:creator>
      <dc:date>2018-07-24T17:53:25Z</dc:date>
    </item>
  </channel>
</rss>

