<?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 is Splunk forwarding all logs but ignoring props.conf filter? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-forwarding-all-logs-but-ignoring-props-conf-filter/m-p/461890#M79713</link>
    <description>&lt;P&gt;In your outputs, you may need something like the following&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup=normal

[tcpout:normal]
disabled = false
server=10.1.1.1:9997

[tcpout:tcp_qradar_172_x_x_x_514]
disabled = false
sendCookedData = false
server = 172.x.x.x:514
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If that doesn't help, can you also provided your &lt;CODE&gt;inputs.conf&lt;/CODE&gt; as well?&lt;/P&gt;</description>
    <pubDate>Wed, 16 Oct 2019 19:39:01 GMT</pubDate>
    <dc:creator>sduff_splunk</dc:creator>
    <dc:date>2019-10-16T19:39:01Z</dc:date>
    <item>
      <title>Why is Splunk forwarding all logs but ignoring props.conf filter?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-forwarding-all-logs-but-ignoring-props-conf-filter/m-p/461889#M79712</link>
      <description>&lt;P&gt;Greetings!&lt;/P&gt;

&lt;P&gt;Sorry, I am a newbie and might be a simple question but I couldn't find any answer works for me.&lt;/P&gt;

&lt;P&gt;I'm trying to forward a set of logs to a 3rd party SIEM server using these settings:&lt;/P&gt;

&lt;P&gt;outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
forwardedindex.4.blacklist = (_internal|_audit|_telemetry|_introspection)

[tcpout:tcp_qradar_172_x_x_x_514]
disabled = false
sendCookedData = false
server = 172.x.x.x:514
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[google:gcp:pubsub:message]
TRANSFORMS-routing = send_to_qradar_tcp_172_x_x_x_514
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[send_to_qradar_tcp_172_x_x_x_514]
DEST_KEY = _TCP_ROUTING
FORMAT = tcp_qradar_172_x_x_x_514
REGEX = .
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However, Splunk forwarded all the logs to the SIEM server, ignoring the filter in props.conf which is  "sourcetype=google:gcp:pubsub:message".&lt;/P&gt;

&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 17:25:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-forwarding-all-logs-but-ignoring-props-conf-filter/m-p/461889#M79712</guid>
      <dc:creator>warwickwan</dc:creator>
      <dc:date>2019-10-16T17:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk forwarding all logs but ignoring props.conf filter?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-forwarding-all-logs-but-ignoring-props-conf-filter/m-p/461890#M79713</link>
      <description>&lt;P&gt;In your outputs, you may need something like the following&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup=normal

[tcpout:normal]
disabled = false
server=10.1.1.1:9997

[tcpout:tcp_qradar_172_x_x_x_514]
disabled = false
sendCookedData = false
server = 172.x.x.x:514
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If that doesn't help, can you also provided your &lt;CODE&gt;inputs.conf&lt;/CODE&gt; as well?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 19:39:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-forwarding-all-logs-but-ignoring-props-conf-filter/m-p/461890#M79713</guid>
      <dc:creator>sduff_splunk</dc:creator>
      <dc:date>2019-10-16T19:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk forwarding all logs but ignoring props.conf filter?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-forwarding-all-logs-but-ignoring-props-conf-filter/m-p/461891#M79714</link>
      <description>&lt;P&gt;Thank you! This does work. Now only the logs matching the filter are forwarded to SIEM. However somehow the other logs are not being indexed locally, and I'm getting the following errors: &lt;BR /&gt;
10-17-2019 16:30:33.882 -0400 ERROR TcpOutputFd - Read error. Connection reset by peer&lt;BR /&gt;
10-17-2019 16:30:33.882 -0400 INFO  TcpOutputProc - Connection to 172.x.x.3:9997 closed. Read error. Connection reset by peer&lt;BR /&gt;
10-17-2019 16:30:33.883 -0400 WARN  TcpOutputFd - Connect to 172.x.x.3:9997 failed. Connection refused&lt;BR /&gt;
10-17-2019 16:30:33.883 -0400 ERROR TcpOutputFd - Connection to host=172.x.x.3:9997 failed&lt;BR /&gt;
10-17-2019 16:30:33.883 -0400 WARN  TcpOutputProc - Applying quarantine to ip=172.x.x.3 port=9997 _numberOfFailures=2&lt;BR /&gt;
10-17-2019 16:30:38.020 -0400 WARN  TcpOutputProc - The TCP output processor has paused the data flow. Forwarding to output group normal has been blocked for 11860 seconds. This will probably stall the data flow towards indexing and other network outputs. Review the receiving system's health in the Splunk Monitoring Console. It is probably not accepting data.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 20:34:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-forwarding-all-logs-but-ignoring-props-conf-filter/m-p/461891#M79714</guid>
      <dc:creator>warwickwan</dc:creator>
      <dc:date>2019-10-17T20:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk forwarding all logs but ignoring props.conf filter?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-forwarding-all-logs-but-ignoring-props-conf-filter/m-p/461892#M79715</link>
      <description>&lt;P&gt;Can you check that Splunk on 172.x.x.3 is listening on port 9997. Confirm that there are no network issues between the hosts, no firewall or routing issues.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 23:07:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-forwarding-all-logs-but-ignoring-props-conf-filter/m-p/461892#M79715</guid>
      <dc:creator>sduff_splunk</dc:creator>
      <dc:date>2019-10-31T23:07:06Z</dc:date>
    </item>
  </channel>
</rss>

