<?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: How can I forward data received from file path monitoring to third party system? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354168#M64786</link>
    <description>&lt;P&gt;In &lt;CODE&gt;syslog&lt;/CODE&gt; stanza it should be &lt;CODE&gt;defaultGroup&lt;/CODE&gt; not &lt;CODE&gt;DefaultGroup&lt;/CODE&gt;, if this is correctly configured then please share your props.conf and transforms.conf&lt;/P&gt;</description>
    <pubDate>Wed, 20 Dec 2017 14:05:19 GMT</pubDate>
    <dc:creator>harsmarvania57</dc:creator>
    <dc:date>2017-12-20T14:05:19Z</dc:date>
    <item>
      <title>How can I forward data received from file path monitoring to third party system?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354164#M64782</link>
      <description>&lt;P&gt;Hi, We have a UF which forwards data to HF and HF passes it to indexers. UF forwards OS logs as well as logs from the directory that we are monitoring. We have configured HF to forward data received to indexers as well as to third party system as explained here: &lt;A href="http://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Forwarding/Forwarddatatothird-partysystemsd"&gt;http://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Forwarding/Forwarddatatothird-partysystemsd&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;But as checked only OS logs are getting forwarded and not the logs from the directory. Can anybody suggest the additional checks we should perform to ensure logs from the directory too are getting forwarded to third party system?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 13:55:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354164#M64782</guid>
      <dc:creator>swapsplunk236</dc:creator>
      <dc:date>2017-12-20T13:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can I forward data received from file path monitoring to third party system?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354165#M64783</link>
      <description>&lt;P&gt;Can you please share your configuration which you configured on HF (Please mask any sensitive data) ?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 13:58:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354165#M64783</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2017-12-20T13:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can I forward data received from file path monitoring to third party system?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354166#M64784</link>
      <description>&lt;P&gt;Please follow this &lt;/P&gt;

&lt;P&gt;--&amp;gt;Make sure you have  no transforms configured for that data  for routing purpose&lt;BR /&gt;
Forward all data&lt;BR /&gt;
This example shows how to send all the data from a forwarder to a third-party system. Since you are sending all the data, you only need to edit outputs.conf:&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;/P&gt;

&lt;P&gt;[tcpout:fastlane]&lt;BR /&gt;
server = 10.1.1.35:6996&lt;BR /&gt;
sendCookedData = false&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 13:59:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354166#M64784</guid>
      <dc:creator>naidusadanala</dc:creator>
      <dc:date>2017-12-20T13:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can I forward data received from file path monitoring to third party system?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354167#M64785</link>
      <description>&lt;P&gt;Hi, Please see below for current output configuration in place on HF.&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = default-INDEXERS&lt;BR /&gt;
autoLB = true&lt;BR /&gt;
autoACK = true&lt;BR /&gt;
indexAndForward = false&lt;BR /&gt;
forwardedindex.filter.disable = true&lt;/P&gt;

&lt;H1&gt;Configuration settings to forward logs from Heavy forwarder to Indexer1 and Indexer2&lt;/H1&gt;

&lt;P&gt;[tcpout:default-INDEXERS]&lt;BR /&gt;
autoLBFrequency = 40&lt;BR /&gt;
server = indexer1:9997,indexer2:9997&lt;/P&gt;

&lt;H1&gt;Configuration settings to forward logs from Heavy forwarder to Third party.&lt;/H1&gt;

&lt;P&gt;[syslog]&lt;BR /&gt;
type = udp&lt;BR /&gt;
sendCookedData = false&lt;BR /&gt;
DefaultGroup = SIEM-TP&lt;/P&gt;

&lt;P&gt;[syslog:SIEM-TP]&lt;BR /&gt;
server=X.X.X.X:port&lt;BR /&gt;
disabled=false&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 14:01:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354167#M64785</guid>
      <dc:creator>swapsplunk236</dc:creator>
      <dc:date>2017-12-20T14:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I forward data received from file path monitoring to third party system?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354168#M64786</link>
      <description>&lt;P&gt;In &lt;CODE&gt;syslog&lt;/CODE&gt; stanza it should be &lt;CODE&gt;defaultGroup&lt;/CODE&gt; not &lt;CODE&gt;DefaultGroup&lt;/CODE&gt;, if this is correctly configured then please share your props.conf and transforms.conf&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 14:05:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354168#M64786</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2017-12-20T14:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can I forward data received from file path monitoring to third party system?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354169#M64787</link>
      <description>&lt;P&gt;Hi, Thank you for the suggestion. I will try this too.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 14:15:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354169#M64787</guid>
      <dc:creator>swapsplunk236</dc:creator>
      <dc:date>2017-12-20T14:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can I forward data received from file path monitoring to third party system?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354170#M64788</link>
      <description>&lt;P&gt;Thanks. Here is my prop.conf &lt;/P&gt;

&lt;P&gt;[host::*]&lt;BR /&gt;
TRANSFORMS = SIEM-TP-T&lt;/P&gt;

&lt;P&gt;and transform.conf&lt;/P&gt;

&lt;P&gt;[SIEM-TP-T]&lt;BR /&gt;
REGEX= .&lt;BR /&gt;
DEST_KEY =_SYSLOG_ROUTING&lt;BR /&gt;
FORMAT = SIEM-TP&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:19:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354170#M64788</guid>
      <dc:creator>swapsplunk236</dc:creator>
      <dc:date>2020-09-29T17:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can I forward data received from file path monitoring to third party system?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354171#M64789</link>
      <description>&lt;P&gt;Please change your props.conf as below and restart splunk on HF.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[host::*]
TRANSFORMS-all = SIEM-TP-T
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Dec 2017 14:22:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354171#M64789</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2017-12-20T14:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I forward data received from file path monitoring to third party system?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354172#M64790</link>
      <description>&lt;P&gt;Hi  swapsplunk236,&lt;/P&gt;

&lt;P&gt;If your OS logs are being received that means your chain UF -&amp;gt; HF -&amp;gt;IDX+3rdParty is working properly. It could be that you misconfigured the data input to read from your folders. Can you please post your UF inputs / outputs config ?&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
David&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 15:42:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354172#M64790</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2017-12-21T15:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can I forward data received from file path monitoring to third party system?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354173#M64791</link>
      <description>&lt;P&gt;This worked for me! Thank you very much. &lt;BR /&gt;
 [host::*]&lt;BR /&gt;
 TRANSFORMS-all = SIEM-TP-T&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 11:17:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354173#M64791</guid>
      <dc:creator>swapsplunk236</dc:creator>
      <dc:date>2017-12-28T11:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can I forward data received from file path monitoring to third party system?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354174#M64792</link>
      <description>&lt;P&gt;I have converted my comment to answer, please accept and upvote it.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 13:33:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-forward-data-received-from-file-path-monitoring-to/m-p/354174#M64792</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2017-12-28T13:33:50Z</dc:date>
    </item>
  </channel>
</rss>

