<?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 Errors on OPSEC LEA Forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Errors-on-OPSEC-LEA-Forwarder/m-p/244848#M99140</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a heavy forwarder running the OPSEC LEA Add-on (version 3.1) and collecting logs from a Provider-1 with about 100 CMAs. &lt;/P&gt;

&lt;P&gt;Load is rather high on the forwarder (~ 10-18) and In splunkd.log on the forwarder, there are a lot of messages like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;03-10-2016 12:05:42.812 +0100 WARN  HttpListener - Socket error from 127.0.0.1 while accessing /servicesNS/nobody/Splunk_TA_opseclea_linux22/configs/conf-opsec-entity-health/clm_xxxx: Broken pipe
03-10-2016 12:05:43.982 +0100 WARN  ConfMetrics - single_action=ACQUIRE_MUTEX took wallclock_ms=103963
[...]
03-10-2016 14:10:38.100 +0100 WARN  ConfMetrics - single_action=ACQUIRE_MUTEX took wallclock_ms=139931
03-10-2016 14:10:38.865 +0100 WARN  ConfMetrics - single_action=ACQUIRE_MUTEX took wallclock_ms=140866
03-10-2016 14:10:39.624 +0100 WARN  ConfMetrics - single_action=ACQUIRE_MUTEX took wallclock_ms=141386
03-10-2016 14:10:40.389 +0100 WARN  ConfMetrics - single_action=ACQUIRE_MUTEX took wallclock_ms=137119
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;These logs are repeating every second.&lt;/P&gt;

&lt;P&gt;Can someone tell me what these warnings mean and whether they can be turned off?&lt;/P&gt;

&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Mar 2016 13:15:45 GMT</pubDate>
    <dc:creator>sha1020</dc:creator>
    <dc:date>2016-03-10T13:15:45Z</dc:date>
    <item>
      <title>Errors on OPSEC LEA Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Errors-on-OPSEC-LEA-Forwarder/m-p/244848#M99140</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a heavy forwarder running the OPSEC LEA Add-on (version 3.1) and collecting logs from a Provider-1 with about 100 CMAs. &lt;/P&gt;

&lt;P&gt;Load is rather high on the forwarder (~ 10-18) and In splunkd.log on the forwarder, there are a lot of messages like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;03-10-2016 12:05:42.812 +0100 WARN  HttpListener - Socket error from 127.0.0.1 while accessing /servicesNS/nobody/Splunk_TA_opseclea_linux22/configs/conf-opsec-entity-health/clm_xxxx: Broken pipe
03-10-2016 12:05:43.982 +0100 WARN  ConfMetrics - single_action=ACQUIRE_MUTEX took wallclock_ms=103963
[...]
03-10-2016 14:10:38.100 +0100 WARN  ConfMetrics - single_action=ACQUIRE_MUTEX took wallclock_ms=139931
03-10-2016 14:10:38.865 +0100 WARN  ConfMetrics - single_action=ACQUIRE_MUTEX took wallclock_ms=140866
03-10-2016 14:10:39.624 +0100 WARN  ConfMetrics - single_action=ACQUIRE_MUTEX took wallclock_ms=141386
03-10-2016 14:10:40.389 +0100 WARN  ConfMetrics - single_action=ACQUIRE_MUTEX took wallclock_ms=137119
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;These logs are repeating every second.&lt;/P&gt;

&lt;P&gt;Can someone tell me what these warnings mean and whether they can be turned off?&lt;/P&gt;

&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 13:15:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Errors-on-OPSEC-LEA-Forwarder/m-p/244848#M99140</guid>
      <dc:creator>sha1020</dc:creator>
      <dc:date>2016-03-10T13:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Errors on OPSEC LEA Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Errors-on-OPSEC-LEA-Forwarder/m-p/244849#M99141</link>
      <description>&lt;PRE&gt;&lt;CODE&gt; 03-10-2016 12:05:42.812 +0100 WARN  HttpListener - Socket error from 127.0.0.1 while accessing /servicesNS/nobody/Splunk_TA_opseclea_linux22/configs/conf-opsec-entity-health/clm_xxxx: Broken pipe
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This indicates that you are maxing out your threads on the server.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; maxThreads = &amp;lt;int&amp;gt;
     * Number of threads that can be used by active HTTP transactions.
       This can be limited to constrain resource usage.
     * If set to 0 (the default) a limit will be automatically picked
       based on estimated server capacity.
     * If set to a negative number, no limit will be enforced.
 maxSockets = &amp;lt;int&amp;gt;
     * Number of simultaneous HTTP connections that we'll accept simultaneously.
       This can be limited to constrain resource usage.
     * If set to 0 (the default) a limit will be automatically picked
       based on estimated server capacity.
     * If set to a negative number, no limit will be enforced.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The other error is indicative that a bundle being pushed to the server is taking longer than Splunk's preferred threshold. &lt;/P&gt;

&lt;P&gt;Honestly, with 100 CMAs.. you should NOT have it all on one dedicated HF -- unless each has barely any activity in which case why do you even have 100 CMAs? In my current environment we had to load balance 14 CMAs across 3 HFs dedicated purely to Opsec, otherwise we lose massive amounts of packets and have performance issues.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 13:47:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Errors-on-OPSEC-LEA-Forwarder/m-p/244849#M99141</guid>
      <dc:creator>ryandg</dc:creator>
      <dc:date>2016-03-11T13:47:00Z</dc:date>
    </item>
  </channel>
</rss>

