<?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: Is there a way to get inputs.conf on the deployment server via the rest API? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438495#M76460</link>
    <description>&lt;P&gt;Right, I'm on the deployment-server.&lt;/P&gt;</description>
    <pubDate>Mon, 06 May 2019 18:38:16 GMT</pubDate>
    <dc:creator>ddrillic</dc:creator>
    <dc:date>2019-05-06T18:38:16Z</dc:date>
    <item>
      <title>Is there a way to get inputs.conf on the deployment server via the rest API?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438488#M76453</link>
      <description>&lt;P&gt;We can reach via &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&lt;A href="https://&amp;lt;deployment" target="test_blank"&gt;https://&amp;lt;deployment&lt;/A&gt; server&amp;gt;:8089/services/deployment/server/applications/&amp;lt;app name&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;to the deployment app level. However, we would like to reach the &lt;CODE&gt;inputs.conf&lt;/CODE&gt; which is under the &lt;CODE&gt;local&lt;/CODE&gt; directory and we can't find it. Is it possible, by any chance? &lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 22:06:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438488#M76453</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-05-02T22:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get inputs.conf on the deployment server via the rest API?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438489#M76454</link>
      <description>&lt;P&gt;not sure if this helps, &lt;CODE&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.6/RESTREF/RESTinput" target="test_blank"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.6/RESTREF/RESTinput&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 22:39:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438489#M76454</guid>
      <dc:creator>pruthvikrishnap</dc:creator>
      <dc:date>2019-05-02T22:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get inputs.conf on the deployment server via the rest API?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438490#M76455</link>
      <description>&lt;P&gt;ive worked with windows garbage (propriety data stores for config files) most of my career and can finally use github and jenkins to great effect for my splunk configs.  have you thought of automating at that level of abstraction?&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 23:04:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438490#M76455</guid>
      <dc:creator>dstaulcu</dc:creator>
      <dc:date>2019-05-02T23:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get inputs.conf on the deployment server via the rest API?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438491#M76456</link>
      <description>&lt;P&gt;Please have a try using&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest splunk_server=&amp;lt;yourdeploymentserver&amp;gt; /servicesNS/admin/&amp;lt;your_app&amp;gt;/configs/conf-inputs
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you are doing within the deployment-server, you can do splunk_server=local&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 13:49:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438491#M76456</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-03T13:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get inputs.conf on the deployment server via the rest API?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438492#M76457</link>
      <description>&lt;P&gt;Hi ddrillic,&lt;BR /&gt;
to monitor my Deployment Server I created a report that uses a rest command and save output in a file read by an input and sent to Indexers.&lt;/P&gt;

&lt;P&gt;At the same time, I read all the .conf files in Deployment Server and I show them in an App on Search Head.&lt;BR /&gt;
This is useful for me when i have new inputs and I want to be sure that the input is not existing.&lt;/P&gt;

&lt;P&gt;If you want I can share my report and inputs.conf tomorrow.&lt;/P&gt;

&lt;P&gt;Bye.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 07:56:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438492#M76457</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-05-06T07:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get inputs.conf on the deployment server via the rest API?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438493#M76458</link>
      <description>&lt;P&gt;No luck with that @koshyk. I get 0 results for it... &lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 18:30:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438493#M76458</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-05-06T18:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get inputs.conf on the deployment server via the rest API?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438494#M76459</link>
      <description>&lt;P&gt;hi mate, you sure you are on deployment-server (or the main server attached to deployment-server)?&lt;BR /&gt;
In our case, we cannot do it from search heads, but only on the deployment server UI&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 18:33:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438494#M76459</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-06T18:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get inputs.conf on the deployment server via the rest API?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438495#M76460</link>
      <description>&lt;P&gt;Right, I'm on the deployment-server.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 18:38:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438495#M76460</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-05-06T18:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get inputs.conf on the deployment server via the rest API?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438496#M76461</link>
      <description>&lt;P&gt;Can you please try for an APP, which is part of default setting? Like "search" app or a generic app. just to ensure it is not permission related. ANY server should show it&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 18:47:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438496#M76461</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-06T18:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get inputs.conf on the deployment server via the rest API?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438497#M76462</link>
      <description>&lt;P&gt;If you can @gcusello, it would be great.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 18:48:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438497#M76462</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-05-06T18:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get inputs.conf on the deployment server via the rest API?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438498#M76463</link>
      <description>&lt;P&gt;@koshyk, sorry, trying a different route.&lt;/P&gt;

&lt;P&gt;This one worked for sanity connection check -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k -u user:passwrd &lt;A href="https://&amp;lt;deployment" target="test_blank"&gt;https://&amp;lt;deployment&lt;/A&gt; server&amp;gt;:8089/services
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Against the app - &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$ curl -k -u user:passwrd &lt;A href="https://&amp;lt;deployment" target="test_blank"&gt;https://&amp;lt;deployment&lt;/A&gt; server&amp;gt;:8089/servicesNS/admin/&amp;lt;deployment app&amp;gt;/configs/conf-inputs

&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;response&amp;gt;
  &amp;lt;messages&amp;gt;
    &amp;lt;msg type="ERROR"&amp;gt;Application does not exist: &amp;lt;deployment app&amp;gt;&amp;lt;/msg&amp;gt;
  &amp;lt;/messages&amp;gt;
&amp;lt;/response&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 May 2019 14:51:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438498#M76463</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-05-08T14:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get inputs.conf on the deployment server via the rest API?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438499#M76464</link>
      <description>&lt;P&gt;@drillic, you shouldn't put &lt;CODE&gt;&amp;lt;deployment app&amp;gt;&lt;/CODE&gt;. I've provided as a placeholder example. You need to put the actual name of your app&lt;/P&gt;

&lt;P&gt;for eg. &lt;CODE&gt;search&lt;/CODE&gt; app&lt;BR /&gt;
    | rest /servicesNS/admin/search/configs/conf-inputs&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 15:05:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438499#M76464</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-08T15:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get inputs.conf on the deployment server via the rest API?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438500#M76465</link>
      <description>&lt;P&gt;I did so @koshyk &lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 15:15:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438500#M76465</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-05-08T15:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get inputs.conf on the deployment server via the rest API?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438501#M76466</link>
      <description>&lt;P&gt;I had a nice call with our SE, who concluded that the &lt;STRONG&gt;conventional&lt;/STRONG&gt; rest calls don't cover the deployment server apps as they are not memory resident. &lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 18:21:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438501#M76466</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-05-08T18:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get inputs.conf on the deployment server via the rest API?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438502#M76467</link>
      <description>&lt;P&gt;For the record, our SE said -&lt;/P&gt;

&lt;P&gt;-- .. Just that the deployment server's interactions with the API is unique, as the API (as far as I could tell) is looking at the &lt;EM&gt;active&lt;/EM&gt; configuration files (/apps), not the deployment configs.&lt;/P&gt;

&lt;P&gt;I don't believe we have an existing endpoint to do what you want,... &lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 15:27:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/438502#M76467</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-05-20T15:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get inputs.conf on the deployment server via the rest API?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/693872#M115317</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can you please share the same ? I have a similar use case.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 16:06:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/693872#M115317</guid>
      <dc:creator>Naa_Win</dc:creator>
      <dc:date>2024-07-19T16:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get inputs.conf on the deployment server via the rest API?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/693889#M115320</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258179"&gt;@Naa_Win&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;try this, even if I did it more than five years ago, but it should still run!&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest splunk_server=local /services/deployment/server/clients\
| table hostname ip utsname *.restartSplunkd\&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2024 08:38:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-get-inputs-conf-on-the-deployment-server-via/m-p/693889#M115320</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-07-20T08:38:14Z</dc:date>
    </item>
  </channel>
</rss>

