<?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 getting access to raw events on forwarders in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/getting-access-to-raw-events-on-forwarders/m-p/62348#M12457</link>
    <description>&lt;P&gt;Our application requires access to raw events on light forwarders to do some custome processing before (or at the same time) as the events get passed to central indexer. Is there any way to &lt;EM&gt;tee&lt;/EM&gt; the even stream on forwarder to split the stream into two destinations - the splunk indexer AND our separate processor? If so, is it possible for us to get some kind of the ID that is (will be) assigned to the current event so our database can have a reference to the original even as it is being added to the database? &lt;/P&gt;</description>
    <pubDate>Thu, 13 Dec 2012 13:11:34 GMT</pubDate>
    <dc:creator>ViewPoint</dc:creator>
    <dc:date>2012-12-13T13:11:34Z</dc:date>
    <item>
      <title>getting access to raw events on forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/getting-access-to-raw-events-on-forwarders/m-p/62348#M12457</link>
      <description>&lt;P&gt;Our application requires access to raw events on light forwarders to do some custome processing before (or at the same time) as the events get passed to central indexer. Is there any way to &lt;EM&gt;tee&lt;/EM&gt; the even stream on forwarder to split the stream into two destinations - the splunk indexer AND our separate processor? If so, is it possible for us to get some kind of the ID that is (will be) assigned to the current event so our database can have a reference to the original even as it is being added to the database? &lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2012 13:11:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/getting-access-to-raw-events-on-forwarders/m-p/62348#M12457</guid>
      <dc:creator>ViewPoint</dc:creator>
      <dc:date>2012-12-13T13:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: getting access to raw events on forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/getting-access-to-raw-events-on-forwarders/m-p/62349#M12458</link>
      <description>&lt;P&gt;The lightweight and universal forwarder do not parse the events.&lt;BR /&gt;
If you want to use splunk to process the events, use an heavy forwarder with props and transforms.&lt;/P&gt;

&lt;P&gt;Beware the data will be parsed when send to the indexer who will not parse then twice, so make sure that your heavy forwarder as all the rules that you also apply on the indexers.&lt;/P&gt;

&lt;P&gt;see &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Deploy/Deployaforwarder"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/Deploy/Deployaforwarder&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2012 16:47:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/getting-access-to-raw-events-on-forwarders/m-p/62349#M12458</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2012-12-13T16:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: getting access to raw events on forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/getting-access-to-raw-events-on-forwarders/m-p/62350#M12459</link>
      <description>&lt;P&gt;About your double processing (in splunk and in your database) &lt;BR /&gt;
You can send a copy of some events to a third party system as raw or syslog.&lt;BR /&gt;
see &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.1/Deploy/Forwarddatatothird-partysystemsd"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.1/Deploy/Forwarddatatothird-partysystemsd&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;For the unique ID to identify the same events in splunk kand in the third party system, this requires that you added the unique id yourself to your events. (probably in the original log before the indexing)&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2012 16:50:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/getting-access-to-raw-events-on-forwarders/m-p/62350#M12459</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2012-12-13T16:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: getting access to raw events on forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/getting-access-to-raw-events-on-forwarders/m-p/62351#M12460</link>
      <description>&lt;P&gt;It is possible to forward raw data to third party servers by configuring &lt;CODE&gt;$SPLUNK_FORWARDER_HOME/etc/system/local/outputs.conf&lt;/CODE&gt; on the forwarder instance in this manner:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]

[tcpout:fastlane]
server = 10.1.1.35:6996
sendCookedData = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The last line prevents the data from being prepended with additional timestamps.&lt;/P&gt;

&lt;P&gt;Source: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Forwarddatatothird-partysystemsd"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Forwarddatatothird-partysystemsd&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Note: &lt;CODE&gt;$SPLUNK_FORWARDER_HOME&lt;/CODE&gt; is &lt;CODE&gt;/opt/splunkforwarder&lt;/CODE&gt; for a typical Linux installation.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2013 09:24:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/getting-access-to-raw-events-on-forwarders/m-p/62351#M12460</guid>
      <dc:creator>MikhailArefiev</dc:creator>
      <dc:date>2013-02-13T09:24:22Z</dc:date>
    </item>
  </channel>
</rss>

