<?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 do I stop a Splunk Heavy Forwarder from sending Info Metrics events via syslog? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-stop-a-Splunk-Heavy-Forwarder-from-sending-Info-Metrics/m-p/132063#M27155</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm playing around in the lab and I've set up a configuration where a Splunk heavy forwarder is receiving Windows events from another computer, then forwarding via syslog to a SIEM system. Looking at the traffic in Wireshark, I can see the event logs going across, but I'm also seeing lots of Info Metrics events going as well.&lt;/P&gt;

&lt;P&gt;How do I stop the Info Metrics events? &lt;/P&gt;

&lt;P&gt;On the computer with the Splunk universal forwarder, I have the Windows security events logs forwarding to the Heavy forwarder using _TCP_ROUTING and the other logs/perfmon etc should be going via the standard defaultGroup parameter to another server.&lt;/P&gt;

&lt;P&gt;On the heavy forwarder, the received data is routed to the syslog server (SIEM) using the _SYSLOG_ROUTING parameter in the inputs file, so only the received events from there should be routed to the syslog group.&lt;/P&gt;

&lt;P&gt;My Splunk Heavy Forwarder inputs/outputs conf files are as follows&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# input for other servers
[splunktcp://9998]
disable=0
_SYSLOG_ROUTING = siem

[WinEventLog://Security]
_SYSLOG_ROUTING = siem
disabled = 0
index = wineventlog
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;outputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = default-autolb-group

[tcpout:default-autolb-group]
server = splunk.lab.local:9997

[syslog:siem]
server = siem.lab.local:514
type = udp
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 29 Sep 2020 06:45:31 GMT</pubDate>
    <dc:creator>tonyparreiro</dc:creator>
    <dc:date>2020-09-29T06:45:31Z</dc:date>
    <item>
      <title>How do I stop a Splunk Heavy Forwarder from sending Info Metrics events via syslog?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-stop-a-Splunk-Heavy-Forwarder-from-sending-Info-Metrics/m-p/132063#M27155</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm playing around in the lab and I've set up a configuration where a Splunk heavy forwarder is receiving Windows events from another computer, then forwarding via syslog to a SIEM system. Looking at the traffic in Wireshark, I can see the event logs going across, but I'm also seeing lots of Info Metrics events going as well.&lt;/P&gt;

&lt;P&gt;How do I stop the Info Metrics events? &lt;/P&gt;

&lt;P&gt;On the computer with the Splunk universal forwarder, I have the Windows security events logs forwarding to the Heavy forwarder using _TCP_ROUTING and the other logs/perfmon etc should be going via the standard defaultGroup parameter to another server.&lt;/P&gt;

&lt;P&gt;On the heavy forwarder, the received data is routed to the syslog server (SIEM) using the _SYSLOG_ROUTING parameter in the inputs file, so only the received events from there should be routed to the syslog group.&lt;/P&gt;

&lt;P&gt;My Splunk Heavy Forwarder inputs/outputs conf files are as follows&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# input for other servers
[splunktcp://9998]
disable=0
_SYSLOG_ROUTING = siem

[WinEventLog://Security]
_SYSLOG_ROUTING = siem
disabled = 0
index = wineventlog
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;outputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = default-autolb-group

[tcpout:default-autolb-group]
server = splunk.lab.local:9997

[syslog:siem]
server = siem.lab.local:514
type = udp
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 06:45:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-stop-a-Splunk-Heavy-Forwarder-from-sending-Info-Metrics/m-p/132063#M27155</guid>
      <dc:creator>tonyparreiro</dc:creator>
      <dc:date>2020-09-29T06:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I stop a Splunk Heavy Forwarder from sending Info Metrics events via syslog?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-stop-a-Splunk-Heavy-Forwarder-from-sending-Info-Metrics/m-p/132064#M27156</link>
      <description>&lt;P&gt;This is just a hunch, but maybe adding the setting &lt;CODE&gt;sendCookedData = false&lt;/CODE&gt; to your outputs.conf is all you need. See docs &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Outputsconf"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 06:58:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-stop-a-Splunk-Heavy-Forwarder-from-sending-Info-Metrics/m-p/132064#M27156</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-07-22T06:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I stop a Splunk Heavy Forwarder from sending Info Metrics events via syslog?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-stop-a-Splunk-Heavy-Forwarder-from-sending-Info-Metrics/m-p/132065#M27157</link>
      <description>&lt;P&gt;Thanks for the suggestion jeff, I didn't see that as an option under the syslog: stanza but gave it a go and it didn't do anything. I also tried putting it in the computer sending logs to the heavy forwarder in it's tcpout: stanza and it pretty much blocked everything, I could see some data between the the computer and the heavy forwarder but nothing was going to the siem, I assume because the heavy forwarder didn't know how to process any of the uncooked data.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 22:57:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-stop-a-Splunk-Heavy-Forwarder-from-sending-Info-Metrics/m-p/132065#M27157</guid>
      <dc:creator>tonyparreiro</dc:creator>
      <dc:date>2015-07-22T22:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I stop a Splunk Heavy Forwarder from sending Info Metrics events via syslog?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-stop-a-Splunk-Heavy-Forwarder-from-sending-Info-Metrics/m-p/132066#M27158</link>
      <description>&lt;P&gt;Yeah, I wouldn't suggest turning this switch on when forwarding data to other splunk instances. It's intended to be deployed when sending data to third party systems as described &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/Forwarding/Forwarddatatothird-partysystemsd"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2015 06:50:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-stop-a-Splunk-Heavy-Forwarder-from-sending-Info-Metrics/m-p/132066#M27158</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-07-23T06:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I stop a Splunk Heavy Forwarder from sending Info Metrics events via syslog?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-stop-a-Splunk-Heavy-Forwarder-from-sending-Info-Metrics/m-p/132067#M27159</link>
      <description>&lt;P&gt;Just wondering if you ever got a satisfactory answer to this? I have the same problem but with TCP forwarder:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;[tcpout] defaultgroup = logstash&lt;BR /&gt;
disabled = false&lt;/P&gt;

&lt;P&gt;forwardedindex.0.whitelist = .*&lt;BR /&gt;
forwardedindex.1.blacklist = _.*&lt;BR /&gt;
forwardedindex.2.blacklist =&lt;BR /&gt;
(_audit|_internal|_introspection)&lt;/P&gt;

&lt;P&gt;[tcpout:logstash]&lt;BR /&gt;
server=localhost:7777 sendCookedData =&lt;BR /&gt;
false useACK = true&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Seeing loads of messages like:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;INFO  Metrics - group=thruput, name=uncooked_output, instantaneous_kbps=0.176377, instantaneous_eps=0.096773, average_kbps=0.355449, total_k_processed=44.000000, kb=5.467773, ev=3.000000&lt;BR /&gt;
INFO  Metrics - group=thruput, name=thruput, instantaneous_kbps=0.176377, instantaneous_eps=0.096773, average_kbps=0.371606, total_k_processed=46.000000, kb=5.467773, ev=3.000000, load_average=0.030000&lt;BR /&gt;
INFO  Metrics - group=tcpout_connections, name=logstash:127.0.0.1:7777:0, sourcePort=8090, destIp=127.0.0.1, destPort=7777, _tcp_Bps=186.73, _tcp_KBps=0.18, _tcp_avg_thruput=0.39, _tcp_Kprocessed=46, _tcp_eps=0.10, kb=5.47&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:46:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-stop-a-Splunk-Heavy-Forwarder-from-sending-Info-Metrics/m-p/132067#M27159</guid>
      <dc:creator>petehmrc</dc:creator>
      <dc:date>2020-09-29T07:46:37Z</dc:date>
    </item>
  </channel>
</rss>

