<?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: Why does splunkd.exe have a spike in connections? in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Why-does-splunkd-exe-have-a-spike-in-connections/m-p/401960#M8404</link>
    <description>&lt;P&gt;&lt;EM&gt;What do you mean by "make excessive connections to the machine?".&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;What is excessive?  Millions, hundreds, ten?&lt;BR /&gt;
What type of connection? ldap, wmi, https, etc..?&lt;BR /&gt;
What machine?  Is the universal forwarder running on the machine or connecting to it? &lt;/P&gt;

&lt;P&gt;&lt;EM&gt;"I have run into this issue of it maxing out my license"&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;What license is it maxing out&lt;/P&gt;</description>
    <pubDate>Thu, 17 May 2018 19:17:17 GMT</pubDate>
    <dc:creator>solarboyz1</dc:creator>
    <dc:date>2018-05-17T19:17:17Z</dc:date>
    <item>
      <title>Why does splunkd.exe have a spike in connections?</title>
      <link>https://community.splunk.com/t5/Installation/Why-does-splunkd-exe-have-a-spike-in-connections/m-p/401959#M8403</link>
      <description>&lt;P&gt;Why does the "Application Name: \device\harddiskvolume2\program files\splunkuniversalforwarder\bin\splunkd.exe" make excessive connections to the machine? I have run into this issue of it maxing out my license, but would like to know the root cause of excessive connections. &lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 15:21:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-does-splunkd-exe-have-a-spike-in-connections/m-p/401959#M8403</guid>
      <dc:creator>chanthongphiob</dc:creator>
      <dc:date>2018-05-17T15:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why does splunkd.exe have a spike in connections?</title>
      <link>https://community.splunk.com/t5/Installation/Why-does-splunkd-exe-have-a-spike-in-connections/m-p/401960#M8404</link>
      <description>&lt;P&gt;&lt;EM&gt;What do you mean by "make excessive connections to the machine?".&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;What is excessive?  Millions, hundreds, ten?&lt;BR /&gt;
What type of connection? ldap, wmi, https, etc..?&lt;BR /&gt;
What machine?  Is the universal forwarder running on the machine or connecting to it? &lt;/P&gt;

&lt;P&gt;&lt;EM&gt;"I have run into this issue of it maxing out my license"&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;What license is it maxing out&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 19:17:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-does-splunkd-exe-have-a-spike-in-connections/m-p/401960#M8404</guid>
      <dc:creator>solarboyz1</dc:creator>
      <dc:date>2018-05-17T19:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why does splunkd.exe have a spike in connections?</title>
      <link>https://community.splunk.com/t5/Installation/Why-does-splunkd-exe-have-a-spike-in-connections/m-p/401961#M8405</link>
      <description>&lt;P&gt;This is all due to Event ID 5156: The Windows Filtering Platform has allowed a connection.  By count of the logs, the number increased.  Excessiveness varies according to machines.  Machines are Windows boxes.  Some machines were running approximately 1 million events everyday but jump to 25 million.  Another machine averaged 5000 events per day and increased to 30 million per day.  &lt;/P&gt;

&lt;P&gt;The event produced includes information with the application name that is executing.  The application is "Application Name: \device\harddiskvolume2\program files\splunkuniversalforwarder\bin\splunkd.exe".   &lt;/P&gt;

&lt;P&gt;As to the type of connection, I am uncertain.  The log doesn't specify.  &lt;/P&gt;

&lt;P&gt;The license is my daily volume license.  &lt;/P&gt;

&lt;P&gt;I have seen another thread where there was a similar issue but the root cause to why the connections were happening was not given.&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 19:33:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-does-splunkd-exe-have-a-spike-in-connections/m-p/401961#M8405</guid>
      <dc:creator>chanthongphiob</dc:creator>
      <dc:date>2018-05-17T19:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why does splunkd.exe have a spike in connections?</title>
      <link>https://community.splunk.com/t5/Installation/Why-does-splunkd-exe-have-a-spike-in-connections/m-p/401962#M8406</link>
      <description>&lt;P&gt;Event ID 5156, documents each time WFP allows a program to connect to another process (on the same or a remote computer) on a TCP or UDP port.&lt;/P&gt;

&lt;P&gt;The Splunk UF (\splunkuniversalforwarder\bin\splunkd.exe) connects to the configured Splunk indexers, to send events. &lt;/P&gt;

&lt;P&gt;It sounds like you may be running into a loop that is exponentially increasing your logging to Splunk.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;An event occurs&lt;/LI&gt;
&lt;LI&gt;Splunk UF connects to indexer to send event&lt;/LI&gt;
&lt;LI&gt;WFP logs 5156 for the connection to the indexers&lt;/LI&gt;
&lt;LI&gt;Splunk UF Connects to indexer to send WFP 5156 event&lt;/LI&gt;
&lt;LI&gt;WFP logs 5156 for the connection to the indexers&lt;/LI&gt;
&lt;LI&gt;Splunk UF Connects to indexer to send WFP 5156 event&lt;/LI&gt;
&lt;LI&gt;etc....&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;There should be an inputs.conf stanza that defines the monitoring of the windows eventlog that is picking up these events.&lt;BR /&gt;
You can find that with the following command:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;c:\Program Files\SplunkUniversalForwarder\bin&amp;gt;splunk btool --debug inputs list WinEventLog://Security
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You will can then blacklist the 5156 events, which will stop them from being ingested by splunk:&lt;/P&gt;

&lt;P&gt;inputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Security]
blacklist1 = EventCode="5156"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 May 2018 19:55:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-does-splunkd-exe-have-a-spike-in-connections/m-p/401962#M8406</guid>
      <dc:creator>solarboyz1</dc:creator>
      <dc:date>2018-05-17T19:55:04Z</dc:date>
    </item>
  </channel>
</rss>

