<?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: Process for renaming an app in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Process-for-renaming-an-app/m-p/154219#M2103</link>
    <description>&lt;P&gt;Also remember to change:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;the folders under /etc/users where it exists&lt;/LI&gt;
&lt;LI&gt;user-prefs.conf in /etc/users/*/user-prefs/ for users having the old name set in the appOrder or default_namespace attributes&lt;/LI&gt;
&lt;LI&gt;user-prefs.conf in /etc/apps/user-prefs/local for roles having the old name set in the default_namespace attribute&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Wed, 17 Aug 2016 18:20:10 GMT</pubDate>
    <dc:creator>ybongart_splunk</dc:creator>
    <dc:date>2016-08-17T18:20:10Z</dc:date>
    <item>
      <title>Process for renaming an app</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Process-for-renaming-an-app/m-p/154214#M2098</link>
      <description>&lt;P&gt;I started to build an app using the legacy XML style.&lt;/P&gt;

&lt;P&gt;While building it, I decided to move forward using the newer web framework.&lt;/P&gt;

&lt;P&gt;I'm currently wondering about re-naming my new web framework application and deleting my existing one.&lt;/P&gt;

&lt;P&gt;Is it a matter of renaming the directories?  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;mv original_name legacy_original_name
mv new_name original_name
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It seems pretty straightforward, but I'm concerned I might be missing something.&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2014 17:26:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Process-for-renaming-an-app/m-p/154214#M2098</guid>
      <dc:creator>thesteve</dc:creator>
      <dc:date>2014-05-06T17:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Process for renaming an app</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Process-for-renaming-an-app/m-p/154215#M2099</link>
      <description>&lt;P&gt;A simple rename of the app directory will work. However you might want to also edit the &lt;CODE&gt;app.conf&lt;/CODE&gt; file to change the displayed name of the app as well.&lt;/P&gt;

&lt;P&gt;And you will need to restart Splunk.&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2014 17:34:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Process-for-renaming-an-app/m-p/154215#M2099</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-05-06T17:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Process for renaming an app</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Process-for-renaming-an-app/m-p/154216#M2100</link>
      <description>&lt;P&gt;hmph.  That didn't quite work out.  I did a "find-in-files" and found a lot of references to the old app name and replaced them, but that still didn't work.  It's early enough now that I just grabbed the few files I did build and re-created the app from scratch.&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2014 20:04:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Process-for-renaming-an-app/m-p/154216#M2100</guid>
      <dc:creator>thesteve</dc:creator>
      <dc:date>2014-05-06T20:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Process for renaming an app</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Process-for-renaming-an-app/m-p/154217#M2101</link>
      <description>&lt;P&gt;Well, now I don't know for sure if it would have worked. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;  I had inadvertently changed some search parameters when I replaced the app name in my templates and I think that might have been what I was fighting.&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2014 21:34:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Process-for-renaming-an-app/m-p/154217#M2101</guid>
      <dc:creator>thesteve</dc:creator>
      <dc:date>2014-05-06T21:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Process for renaming an app</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Process-for-renaming-an-app/m-p/154218#M2102</link>
      <description>&lt;P&gt;BTW, it looks like in Splunk 6, the savedsearches.conf file has an attribute that contains the app name:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;request.ui_dispatch_app = oldappname&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;So you are right, and you probably do want to change those. And don't forget the display name in app.conf. Thanks, I learned something new about Splunk 6!&lt;/P&gt;</description>
      <pubDate>Sat, 10 May 2014 17:47:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Process-for-renaming-an-app/m-p/154218#M2102</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-05-10T17:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Process for renaming an app</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Process-for-renaming-an-app/m-p/154219#M2103</link>
      <description>&lt;P&gt;Also remember to change:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;the folders under /etc/users where it exists&lt;/LI&gt;
&lt;LI&gt;user-prefs.conf in /etc/users/*/user-prefs/ for users having the old name set in the appOrder or default_namespace attributes&lt;/LI&gt;
&lt;LI&gt;user-prefs.conf in /etc/apps/user-prefs/local for roles having the old name set in the default_namespace attribute&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 17 Aug 2016 18:20:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Process-for-renaming-an-app/m-p/154219#M2103</guid>
      <dc:creator>ybongart_splunk</dc:creator>
      <dc:date>2016-08-17T18:20:10Z</dc:date>
    </item>
  </channel>
</rss>

