<?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 How to completely disable ProxyConfig? in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-completely-disable-ProxyConfig/m-p/461822#M3884</link>
    <description>&lt;P&gt;I have a Splunk Enterprise instance (v7.3.4) and I am wondering if there is a way to completely disable ProxyConfig in server.conf? Every time the software restarts there's 4 informational logs in splunkd.log related to the 4 proxy settings (http_proxy, https_proxy, proxy_rules, and no_proxy), but I don't really care since I won't be enabling any outside communication. Is this required behavior or did I do something to trigger these startup messages?&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 05:31:43 GMT</pubDate>
    <dc:creator>ricotries</dc:creator>
    <dc:date>2020-09-30T05:31:43Z</dc:date>
    <item>
      <title>How to completely disable ProxyConfig?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-completely-disable-ProxyConfig/m-p/461822#M3884</link>
      <description>&lt;P&gt;I have a Splunk Enterprise instance (v7.3.4) and I am wondering if there is a way to completely disable ProxyConfig in server.conf? Every time the software restarts there's 4 informational logs in splunkd.log related to the 4 proxy settings (http_proxy, https_proxy, proxy_rules, and no_proxy), but I don't really care since I won't be enabling any outside communication. Is this required behavior or did I do something to trigger these startup messages?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:31:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-completely-disable-ProxyConfig/m-p/461822#M3884</guid>
      <dc:creator>ricotries</dc:creator>
      <dc:date>2020-09-30T05:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to completely disable ProxyConfig?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-completely-disable-ProxyConfig/m-p/461823#M3885</link>
      <description>&lt;P&gt;Hello @ricotries,&lt;/P&gt;

&lt;P&gt;AFAIK this function is compiled in the splunk binary, so you cannot disable it.&lt;/P&gt;

&lt;P&gt;What you can do is to change the logging level for ProxyConfig to WARN. Create a file &lt;CODE&gt;/opt/splunk/etc/log-local.cfg&lt;/CODE&gt; with following content:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunkd]
category.ProxyConfig=WARN
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and restart splunk&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 22:01:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-completely-disable-ProxyConfig/m-p/461823#M3885</guid>
      <dc:creator>PavelP</dc:creator>
      <dc:date>2020-05-22T22:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to completely disable ProxyConfig?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-completely-disable-ProxyConfig/m-p/461824#M3886</link>
      <description>&lt;P&gt;Is this the equivalent of filtering by severity level in syslog? &lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2020 15:38:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-completely-disable-ProxyConfig/m-p/461824#M3886</guid>
      <dc:creator>ricotries</dc:creator>
      <dc:date>2020-05-23T15:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to completely disable ProxyConfig?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-completely-disable-ProxyConfig/m-p/461825#M3887</link>
      <description>&lt;P&gt;Hello @ricotries &lt;/P&gt;

&lt;P&gt;yes, sort of &lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.3/AdvancedDev/ModInputsLog"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.3/AdvancedDev/ModInputsLog&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I've tested this solution and it works&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2020 19:28:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-completely-disable-ProxyConfig/m-p/461825#M3887</guid>
      <dc:creator>PavelP</dc:creator>
      <dc:date>2020-05-23T19:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to completely disable ProxyConfig?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-completely-disable-ProxyConfig/m-p/575501#M8693</link>
      <description>&lt;P&gt;Hello.&amp;nbsp; Has anyone pushed out this configuration to Universal Forwarders using a Deployment Manager?&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 17:12:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-completely-disable-ProxyConfig/m-p/575501#M8693</guid>
      <dc:creator>Jamie</dc:creator>
      <dc:date>2021-11-18T17:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to completely disable ProxyConfig?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-completely-disable-ProxyConfig/m-p/610735#M9106</link>
      <description>&lt;P&gt;What was your findings on pushing this out to a universal forwarder?&amp;nbsp; I am looking at the same thing since we see this error from 3k+ forwarders. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 18:07:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-completely-disable-ProxyConfig/m-p/610735#M9106</guid>
      <dc:creator>sbrice18</dc:creator>
      <dc:date>2022-08-24T18:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to completely disable ProxyConfig?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-completely-disable-ProxyConfig/m-p/610815#M9107</link>
      <description>&lt;P&gt;It didn't work for the UFs (but did for Splunk servers from memory).&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 13:21:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-completely-disable-ProxyConfig/m-p/610815#M9107</guid>
      <dc:creator>Jamie</dc:creator>
      <dc:date>2022-08-25T13:21:25Z</dc:date>
    </item>
  </channel>
</rss>

