<?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: Can I use this app (VersionControl for Splunk) to backup splunk cloud configs? If I do not care about restoring them via app. in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446548#M54946</link>
    <description>&lt;P&gt;Unfortunately you can't backup your Splunk cloud config using this app. &lt;/P&gt;

&lt;P&gt;Potentially you could do something by running a search query and writing that to a lookup file on a regular basis?&lt;/P&gt;

&lt;P&gt;Splunk already do their own backups anyway.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Feb 2019 19:06:25 GMT</pubDate>
    <dc:creator>chrisyounger</dc:creator>
    <dc:date>2019-02-06T19:06:25Z</dc:date>
    <item>
      <title>Can I use this app (VersionControl for Splunk) to backup splunk cloud configs? If I do not care about restoring them via app.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446547#M54945</link>
      <description>&lt;P&gt;My environment has 1 HF which is pushing logs to splunkCloud.&lt;/P&gt;

&lt;P&gt;I would like to take backup of all savedSearches.conf files in my splunk cloud whenever they are modified.&lt;/P&gt;

&lt;P&gt;I am aware that splunkcloud limits the REST capabilities to modify config files but I am hoping if I can still use this app in HF to pull config changes from my cloud instance and push it to our git repository for tracing back any changes made to alerts in prod.&lt;/P&gt;

&lt;P&gt;If I do not care about restoring them via app, I could do it manually via splunk cloud support.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 08:05:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446547#M54945</guid>
      <dc:creator>paliwalparitosh</dc:creator>
      <dc:date>2019-02-06T08:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use this app (VersionControl for Splunk) to backup splunk cloud configs? If I do not care about restoring them via app.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446548#M54946</link>
      <description>&lt;P&gt;Unfortunately you can't backup your Splunk cloud config using this app. &lt;/P&gt;

&lt;P&gt;Potentially you could do something by running a search query and writing that to a lookup file on a regular basis?&lt;/P&gt;

&lt;P&gt;Splunk already do their own backups anyway.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 19:06:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446548#M54946</guid>
      <dc:creator>chrisyounger</dc:creator>
      <dc:date>2019-02-06T19:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use this app (VersionControl for Splunk) to backup splunk cloud configs? If I do not care about restoring them via app.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446549#M54947</link>
      <description>&lt;P&gt;If you are using app Version Control For Splunk as in &lt;A href="https://splunkbase.splunk.com/app/4355/"&gt;https://splunkbase.splunk.com/app/4355/&lt;/A&gt; , or Chris Yonger's app Git Version Control for Splunk &lt;A href="https://splunkbase.splunk.com/app/4182/"&gt;https://splunkbase.splunk.com/app/4182/&lt;/A&gt; then both apps will have the same limitations with using the Splunk REST API in the Splunk cloud instance.&lt;/P&gt;

&lt;P&gt;However, the app I created, Version Control For Splunk, is using python's json.dump() to store config, so if you are looking for a friendly human-readable backup of config I would look at &lt;A href="https://splunkbase.splunk.com/app/4182"&gt;Git Version Control for Splunk&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/4355/"&gt;Version Control For Splunk&lt;/A&gt; is designed for backup and restore so the stored configuration in git is not easily human readable.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 20:23:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446549#M54947</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2019-02-06T20:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use this app (VersionControl for Splunk) to backup splunk cloud configs? If I do not care about restoring them via app.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446550#M54948</link>
      <description>&lt;P&gt;Hi Chris, I am hoping that I could install your app - "Git Version Control for Splunk" on one of the indexers on splunkcloud to take a btool dump and push it to our git repo every n seconds. It does not involve any REST API calls I think.&lt;/P&gt;

&lt;P&gt;Don't you think it should work if splunkcloud allows me to install git on it? Can you share your views on it?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 09:06:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446550#M54948</guid>
      <dc:creator>paliwalparitosh</dc:creator>
      <dc:date>2019-02-07T09:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use this app (VersionControl for Splunk) to backup splunk cloud configs? If I do not care about restoring them via app.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446551#M54949</link>
      <description>&lt;P&gt;I am sorry but the Splunk cloud team will never allow it to be installed...  You are welcome to try though.  &lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 09:10:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446551#M54949</guid>
      <dc:creator>chrisyounger</dc:creator>
      <dc:date>2019-02-07T09:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use this app (VersionControl for Splunk) to backup splunk cloud configs? If I do not care about restoring them via app.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446552#M54950</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Thank you gjanders.&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;I was able to add new input using GUI which worked as expected.&lt;BR /&gt;
Your suggestion about taking human readable backup is also on point.&lt;/P&gt;

&lt;P&gt;PS: &lt;BR /&gt;
While adding new input via GUI, it does not allow to use useLocalAuth=true as it gives me an error. I was using local splunk install to test the app.&lt;/P&gt;

&lt;P&gt;Also, I added following to python scripts to make it work: (as suggested by open issue in github)&lt;BR /&gt;
os.unsetenv('LD_LIBRARY_PATH')&lt;/P&gt;

&lt;P&gt;My host OS is : Ubuntu 16.04 64-bit&lt;/P&gt;

&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:11:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446552#M54950</guid>
      <dc:creator>paliwalparitosh</dc:creator>
      <dc:date>2020-09-29T23:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use this app (VersionControl for Splunk) to backup splunk cloud configs? If I do not care about restoring them via app.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446553#M54951</link>
      <description>&lt;P&gt;We just moved to cloud. Seems like splunk does not allow third party applications on SplunkCloud.&lt;BR /&gt;
So I guess can't install git on splunkcloud.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 09:27:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446553#M54951</guid>
      <dc:creator>paliwalparitosh</dc:creator>
      <dc:date>2019-02-07T09:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use this app (VersionControl for Splunk) to backup splunk cloud configs? If I do not care about restoring them via app.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446554#M54952</link>
      <description>&lt;P&gt;I'm unsure why the useLocalAuth did not work if you were using &lt;A href="https://localhost:8089" target="_blank"&gt;https://localhost:8089&lt;/A&gt;, that worked in testing although my prod are all search head clusters so they all run with remote URL's.&lt;/P&gt;

&lt;P&gt;I've created this on the README.md file now:&lt;BR /&gt;
"Troubleshooting&lt;/P&gt;

&lt;P&gt;In some Linux OS distributions an error similar to OPENSSL_1.0.0 not found may appear, os.unsetenv('LD_LIBRARY_PATH') appears to fix this however AppInspect does not allow modification of OS environment variables.&lt;/P&gt;

&lt;P&gt;If you have this issue please add this into the python files to workaround the problem as required, refer to this issue on github for more details"&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:06:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446554#M54952</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2020-09-29T23:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use this app (VersionControl for Splunk) to backup splunk cloud configs? If I do not care about restoring them via app.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446555#M54953</link>
      <description>&lt;P&gt;There is also a new app called &lt;CODE&gt;Config Explorer&lt;/CODE&gt;:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/4353/"&gt;https://splunkbase.splunk.com/app/4353/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 17:37:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446555#M54953</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-02-08T17:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use this app (VersionControl for Splunk) to backup splunk cloud configs? If I do not care about restoring them via app.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446556#M54954</link>
      <description>&lt;P&gt;Unfortunately I doubt this app will be approved for Splunk cloud as it allows filesystem access. (but thanks for the mention &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 19:18:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446556#M54954</guid>
      <dc:creator>chrisyounger</dc:creator>
      <dc:date>2019-02-08T19:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use this app (VersionControl for Splunk) to backup splunk cloud configs? If I do not care about restoring them via app.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446557#M54955</link>
      <description>&lt;P&gt;I missed the Splunk Cloud part.  You are correct.  This app will NEVER get approved.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 19:29:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-I-use-this-app-VersionControl-for-Splunk-to-backup-splunk/m-p/446557#M54955</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-02-08T19:29:57Z</dc:date>
    </item>
  </channel>
</rss>

