<?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 Receiver inputs.conf Location Configuring Via Web GUI in Security</title>
    <link>https://community.splunk.com/t5/Security/Receiver-inputs-conf-Location-Configuring-Via-Web-GUI/m-p/123942#M3768</link>
    <description>&lt;P&gt;Splunk 5.0.5&lt;BR /&gt;
Windows 7&lt;/P&gt;

&lt;P&gt;I setup a receiver through Splunk Web. I'd like to add compression, but I'm having trouble locating the inputs.conf containing the [splunktcp://9997] stanza. Does anyone know where this is located when configured through Splunk Web?&lt;/P&gt;</description>
    <pubDate>Thu, 31 Oct 2013 14:39:50 GMT</pubDate>
    <dc:creator>sjwone</dc:creator>
    <dc:date>2013-10-31T14:39:50Z</dc:date>
    <item>
      <title>Receiver inputs.conf Location Configuring Via Web GUI</title>
      <link>https://community.splunk.com/t5/Security/Receiver-inputs-conf-Location-Configuring-Via-Web-GUI/m-p/123942#M3768</link>
      <description>&lt;P&gt;Splunk 5.0.5&lt;BR /&gt;
Windows 7&lt;/P&gt;

&lt;P&gt;I setup a receiver through Splunk Web. I'd like to add compression, but I'm having trouble locating the inputs.conf containing the [splunktcp://9997] stanza. Does anyone know where this is located when configured through Splunk Web?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2013 14:39:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Receiver-inputs-conf-Location-Configuring-Via-Web-GUI/m-p/123942#M3768</guid>
      <dc:creator>sjwone</dc:creator>
      <dc:date>2013-10-31T14:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Receiver inputs.conf Location Configuring Via Web GUI</title>
      <link>https://community.splunk.com/t5/Security/Receiver-inputs-conf-Location-Configuring-Via-Web-GUI/m-p/123943#M3769</link>
      <description>&lt;P&gt;The answer depends upon where your user context was when you configured it. It might be the "launcher" app, or "search" or any other app. Basically, it's in the app you were in before you clicked on the "Manager" link.&lt;/P&gt;

&lt;P&gt;Since you're in version 5.0.5, you can use the btool command to find the &lt;EM&gt;exact&lt;/EM&gt; path of the file containing the setting. Versions prior to 5.0.5 (ish) only gave you the application name.&lt;/P&gt;

&lt;P&gt;First, to set up btool on Windows, enter this in a command shell:&lt;/P&gt;

&lt;P&gt;set SPLUNK_HOME=C:\program files\splunk  (&lt;EM&gt;or wherever Splunk is installed&lt;/EM&gt;)&lt;/P&gt;

&lt;P&gt;Now you can run the program itself: %SPLUNK_HOME%\bin\btool inputs list splunktcp --debug&lt;/P&gt;

&lt;P&gt;You'll get the base [splunktcp] stanza, but also the [splunktcp://9997] one. The --debug adds the full path to the file containing the setting in the leftmost position, so it should be easy to see where the file is located.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2013 15:03:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Receiver-inputs-conf-Location-Configuring-Via-Web-GUI/m-p/123943#M3769</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2013-10-31T15:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Receiver inputs.conf Location Configuring Via Web GUI</title>
      <link>https://community.splunk.com/t5/Security/Receiver-inputs-conf-Location-Configuring-Via-Web-GUI/m-p/123944#M3770</link>
      <description>&lt;P&gt;What an excellent answer! Something I find concerning is the "randomness" on where the stanza is added. I expected it to be in etc/system/local/inputs.conf. I'm thinking in a production grade deployment, I should configure the receiver by updating this file manually and then restart splunk. Would you agree?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2013 15:13:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Receiver-inputs-conf-Location-Configuring-Via-Web-GUI/m-p/123944#M3770</guid>
      <dc:creator>sjwone</dc:creator>
      <dc:date>2013-10-31T15:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Receiver inputs.conf Location Configuring Via Web GUI</title>
      <link>https://community.splunk.com/t5/Security/Receiver-inputs-conf-Location-Configuring-Via-Web-GUI/m-p/123945#M3771</link>
      <description>&lt;P&gt;We don't like to configure items in system/local, because it becomes an itch that you can't scratch with the deployment server. I hardly ever do configuration via the UI, I'm always down in configuration files. Further, in a "production grade deployment", you're not likely to be configuring hosts by hand. Most of the deployments I'm working on are large enough to merit some config management tool, like the deployment server, or external, like puppet or chef.&lt;/P&gt;

&lt;P&gt;That being said, I've worked with this for a while, so app containment just feels "natural" to me.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2013 15:19:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Receiver-inputs-conf-Location-Configuring-Via-Web-GUI/m-p/123945#M3771</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2013-10-31T15:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Receiver inputs.conf Location Configuring Via Web GUI</title>
      <link>https://community.splunk.com/t5/Security/Receiver-inputs-conf-Location-Configuring-Via-Web-GUI/m-p/123946#M3772</link>
      <description>&lt;P&gt;Also, note that the URL bar gives you a hint about where you are at all times. The first part of the URL is your locale (en-US for me), followed by the context, then the application name (if applicable), and the view name. For example, in versions prior to 6, the main "Search" page is at: en-US/app/search/flashtimeline. When you click the Manager from this context, you're now at en-US/manager/search, so any new configs you create would be in the "search" app.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2013 15:22:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Receiver-inputs-conf-Location-Configuring-Via-Web-GUI/m-p/123946#M3772</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2013-10-31T15:22:20Z</dc:date>
    </item>
  </channel>
</rss>

