<?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: Import configs into an app from another app in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Import-configs-into-an-app-from-another-app/m-p/426217#M74720</link>
    <description>&lt;P&gt;Not really a best practice. It you want the knowledge objects to be available outside of the app, simply change the permissions of your knowledge objects to sharing global.&lt;/P&gt;

&lt;P&gt;Skallk&lt;/P&gt;</description>
    <pubDate>Tue, 06 Aug 2019 20:23:36 GMT</pubDate>
    <dc:creator>skalliger</dc:creator>
    <dc:date>2019-08-06T20:23:36Z</dc:date>
    <item>
      <title>Import configs into an app from another app</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Import-configs-into-an-app-from-another-app/m-p/426214#M74717</link>
      <description>&lt;P&gt;I tried importing the configs of one app1 (specifically for props.conf) to another app2 based on the accepted answer from this Splunk Q&amp;amp;A &lt;A href="https://answers.splunk.com/answers/522829/share-propsconf-into-two-different-apps.html"&gt;https://answers.splunk.com/answers/522829/share-propsconf-into-two-different-apps.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This doesn't seem to import the props from app1 to app2 as desired.  I am not getting the field extractions and I do not see the imported props configs in the output of:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/bin/splunk cmd btool --app=app2 list
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I just added the following to /opt/splunk/etc/apps/app2/metadata/local.meta:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[]
import = app1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can someone please advise how I can import the field extractions from app1 to app2?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 21:02:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Import-configs-into-an-app-from-another-app/m-p/426214#M74717</guid>
      <dc:creator>dyeo</dc:creator>
      <dc:date>2019-08-02T21:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Import configs into an app from another app</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Import-configs-into-an-app-from-another-app/m-p/426215#M74718</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;

&lt;P&gt;I would suggest copying both, the props.conf as well as the local.meta config file to the new app and only keeping the settings you need. However, there's one question, why do you want to copy it? You could set the sharing to global as well to use the extractions outside of the app. &lt;/P&gt;

&lt;P&gt;Skalli&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 16:10:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Import-configs-into-an-app-from-another-app/m-p/426215#M74718</guid>
      <dc:creator>skalliger</dc:creator>
      <dc:date>2019-08-06T16:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Import configs into an app from another app</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Import-configs-into-an-app-from-another-app/m-p/426216#M74719</link>
      <description>&lt;P&gt;I'd rather be able to import the configs of the original app, so we only need to update the configs in one place rather than in multiple apps.&lt;/P&gt;

&lt;P&gt;Is there a best practice for sharing configs between apps?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 17:40:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Import-configs-into-an-app-from-another-app/m-p/426216#M74719</guid>
      <dc:creator>dyeo</dc:creator>
      <dc:date>2019-08-06T17:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Import configs into an app from another app</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Import-configs-into-an-app-from-another-app/m-p/426217#M74720</link>
      <description>&lt;P&gt;Not really a best practice. It you want the knowledge objects to be available outside of the app, simply change the permissions of your knowledge objects to sharing global.&lt;/P&gt;

&lt;P&gt;Skallk&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 20:23:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Import-configs-into-an-app-from-another-app/m-p/426217#M74720</guid>
      <dc:creator>skalliger</dc:creator>
      <dc:date>2019-08-06T20:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Import configs into an app from another app</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Import-configs-into-an-app-from-another-app/m-p/426218#M74721</link>
      <description>&lt;P&gt;But what if I don't want the knowledge objects to be shared globally?  I just want them shared with another specific app.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 20:32:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Import-configs-into-an-app-from-another-app/m-p/426218#M74721</guid>
      <dc:creator>dyeo</dc:creator>
      <dc:date>2019-08-06T20:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Import configs into an app from another app</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Import-configs-into-an-app-from-another-app/m-p/426219#M74722</link>
      <description>&lt;P&gt;The import app functionality isn't really considered a good practice anymore, so there is no other way to do this right now. Well, you still &lt;EM&gt;could&lt;/EM&gt; use the import one but this is not how it is intended to work.&lt;/P&gt;

&lt;P&gt;Skalli&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 08:37:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Import-configs-into-an-app-from-another-app/m-p/426219#M74722</guid>
      <dc:creator>skalliger</dc:creator>
      <dc:date>2019-08-07T08:37:18Z</dc:date>
    </item>
  </channel>
</rss>

