<?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: How to find .conf files on a splunk interface which is only accessible via a URL? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-conf-files-on-a-splunk-interface-which-is-only/m-p/408998#M94532</link>
    <description>&lt;P&gt;Is there any way to view the configurations file directly using the REST API?  This helps, but isn't in the format of the savedsearches.conf as shown in the local savedsearches.conf file I have on my local instance. I am currently trying to use the REST API command configs/conf-{file}/{name}, but its not working for me.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jun 2018 17:41:29 GMT</pubDate>
    <dc:creator>hunterpj</dc:creator>
    <dc:date>2018-06-26T17:41:29Z</dc:date>
    <item>
      <title>How to find .conf files on a splunk interface which is only accessible via a URL?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-conf-files-on-a-splunk-interface-which-is-only/m-p/408996#M94530</link>
      <description>&lt;P&gt;I need to locate the savedsearches.conf on a Splunk web server i.e. I can only reach this Splunk instance with a URL. if there is an app that allows this to happen that would be great too. I essentially want to copy/paste these alerts from the online instance to another instance,  however I can only obtain the saved search properties via job inspection, which isn't in the format I want.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 18:55:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-conf-files-on-a-splunk-interface-which-is-only/m-p/408996#M94530</guid>
      <dc:creator>hunterpj</dc:creator>
      <dc:date>2018-06-25T18:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to find .conf files on a splunk interface which is only accessible via a URL?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-conf-files-on-a-splunk-interface-which-is-only/m-p/408997#M94531</link>
      <description>&lt;P&gt;Hi hunterpj,&lt;/P&gt;

&lt;P&gt;you can always use REST calls if you have the privilege to use them:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; | REST splunk_server=local /servicesNS/-/-/saved/searches/
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;will give you a list of the saved searches that are not private.&lt;/P&gt;

&lt;P&gt;There is also an App called Web Terminal &lt;A href="https://splunkbase.splunk.com/app/1607/"&gt;https://splunkbase.splunk.com/app/1607/&lt;/A&gt; which allows you to use &lt;CODE&gt;btool&lt;/CODE&gt; from the Splunk UI and therefore use this command to list all saved searches from any &lt;CODE&gt;savedsearches.conf&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk cmd btool savedsearches list --debug
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;remember you need to exclude all default settings from this output.&lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 20:47:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-conf-files-on-a-splunk-interface-which-is-only/m-p/408997#M94531</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2018-06-25T20:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to find .conf files on a splunk interface which is only accessible via a URL?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-conf-files-on-a-splunk-interface-which-is-only/m-p/408998#M94532</link>
      <description>&lt;P&gt;Is there any way to view the configurations file directly using the REST API?  This helps, but isn't in the format of the savedsearches.conf as shown in the local savedsearches.conf file I have on my local instance. I am currently trying to use the REST API command configs/conf-{file}/{name}, but its not working for me.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2018 17:41:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-conf-files-on-a-splunk-interface-which-is-only/m-p/408998#M94532</guid>
      <dc:creator>hunterpj</dc:creator>
      <dc:date>2018-06-26T17:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to find .conf files on a splunk interface which is only accessible via a URL?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-conf-files-on-a-splunk-interface-which-is-only/m-p/408999#M94533</link>
      <description>&lt;P&gt;Might be a permission issue. &lt;BR /&gt;
If you can use the Web Terminal and run btool you would get a list that you can use to copy / paste.&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 01:31:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-conf-files-on-a-splunk-interface-which-is-only/m-p/408999#M94533</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2018-06-27T01:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to find .conf files on a splunk interface which is only accessible via a URL?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-conf-files-on-a-splunk-interface-which-is-only/m-p/409000#M94534</link>
      <description>&lt;P&gt;Thank you for your help, this works.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 19:58:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-conf-files-on-a-splunk-interface-which-is-only/m-p/409000#M94534</guid>
      <dc:creator>hunterpj</dc:creator>
      <dc:date>2018-06-27T19:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to find .conf files on a splunk interface which is only accessible via a URL?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-conf-files-on-a-splunk-interface-which-is-only/m-p/409001#M94535</link>
      <description>&lt;P&gt;As another note for anyone who comes along, I used in the Web Terminal the command:&lt;BR /&gt;
btool savedsearches list --app=SPLUNK_APP&lt;BR /&gt;&lt;BR /&gt;
It works really well in isolating the alerts you want by app.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 21:11:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-conf-files-on-a-splunk-interface-which-is-only/m-p/409001#M94535</guid>
      <dc:creator>hunterpj</dc:creator>
      <dc:date>2018-06-27T21:11:29Z</dc:date>
    </item>
  </channel>
</rss>

