<?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: Sending uncooked data from indexer level in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Sending-uncooked-data-from-indexer-level/m-p/465225#M99557</link>
    <description>&lt;P&gt;Thanks for the answer. So, i need to send uncooked data from IF to indexer first (?) Anyhow, i need to send uncooked data directly from indexers to 3rd party app !  I think it should be performed before indexer parsing&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2020 11:35:43 GMT</pubDate>
    <dc:creator>gyarici</dc:creator>
    <dc:date>2020-02-12T11:35:43Z</dc:date>
    <item>
      <title>Sending uncooked data from indexer level</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-uncooked-data-from-indexer-level/m-p/465221#M99553</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I am sending data from intermediate forwarder to indexer and during indexing, I would like to send raw "uncooked data" to 3rd party application.&lt;BR /&gt;
Recently I tried to use CEF app index and forward but , it is working but it is becoming cooked data.&lt;/P&gt;

&lt;P&gt;Is there any way to handle  this  from &lt;STRONG&gt;indexer level&lt;/STRONG&gt;?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 16:38:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-uncooked-data-from-indexer-level/m-p/465221#M99553</guid>
      <dc:creator>gyarici</dc:creator>
      <dc:date>2020-02-11T16:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sending uncooked data from indexer level</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-uncooked-data-from-indexer-level/m-p/465222#M99554</link>
      <description>&lt;P&gt;I am not 100% sure if indexers can forward data the way you are requesting. This would mean that before indexers can parse and begin indexing the data, you want them to first send the uncooked data to other systems.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 16:58:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-uncooked-data-from-indexer-level/m-p/465222#M99554</guid>
      <dc:creator>13tsavage</dc:creator>
      <dc:date>2020-02-11T16:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sending uncooked data from indexer level</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-uncooked-data-from-indexer-level/m-p/465223#M99555</link>
      <description>&lt;P&gt;Hi @gyarici,&lt;BR /&gt;
I had the same problem and I received this answer both from Community and Splunk Support:&lt;BR /&gt;
if you have an intermediate Heavy Forwarder isn't possible to do this on Indexers.&lt;BR /&gt;
But you can do the fork at Heavy Forwarder level.&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 17:27:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-uncooked-data-from-indexer-level/m-p/465223#M99555</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-02-11T17:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sending uncooked data from indexer level</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-uncooked-data-from-indexer-level/m-p/465224#M99556</link>
      <description>&lt;P&gt;This example should accomplish what you are trying to do. This combination of configs will send uncooked, cloned data, to different indexer groups (or individual indexers).&lt;/P&gt;

&lt;P&gt;On your intermediate forwarder, configure the following under $SPLUNK_HOME/etc/system/local/:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;props.conf:
[your:sourcetype:name]
TRANSFORMS-routing = cloneAll

transforms.conf:
[cloneAll]
REGEX=(.)
DEST_KEY=_TCP_ROUTING
FORMAT=Group1,Group2

outputs.conf:
[tcpout]
defaultGroup=nothing

[tcpout:Group1]
disabled=false
sendCookedData=false
server=10.x.xx.1:9997

[tcpout:Group2]
disabled=false
sendCookedData=false
server=10.x.xx.2:1234
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Forgot to mention, cycle Splunk to implement the changes.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 17:54:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-uncooked-data-from-indexer-level/m-p/465224#M99556</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-02-11T17:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sending uncooked data from indexer level</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-uncooked-data-from-indexer-level/m-p/465225#M99557</link>
      <description>&lt;P&gt;Thanks for the answer. So, i need to send uncooked data from IF to indexer first (?) Anyhow, i need to send uncooked data directly from indexers to 3rd party app !  I think it should be performed before indexer parsing&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 11:35:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-uncooked-data-from-indexer-level/m-p/465225#M99557</guid>
      <dc:creator>gyarici</dc:creator>
      <dc:date>2020-02-12T11:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sending uncooked data from indexer level</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-uncooked-data-from-indexer-level/m-p/465226#M99558</link>
      <description>&lt;P&gt;Thanks for the information. I think if there is no way, this should be enhancement point  as many of the architectures have tones of  UF/IF and it is not practical/efficient to use UF to send the data to 3rd party apps&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 11:38:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-uncooked-data-from-indexer-level/m-p/465226#M99558</guid>
      <dc:creator>gyarici</dc:creator>
      <dc:date>2020-02-12T11:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sending uncooked data from indexer level</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-uncooked-data-from-indexer-level/m-p/465227#M99559</link>
      <description>&lt;P&gt;That's not true. Assuming you do not want or need to do any parsing at the forwarder level, you can accomplish this same task with a UF. See my second answer.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 15:12:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-uncooked-data-from-indexer-level/m-p/465227#M99559</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-02-12T15:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sending uncooked data from indexer level</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-uncooked-data-from-indexer-level/m-p/465228#M99560</link>
      <description>&lt;P&gt;To accomplish the same data cloning with a universal forwarder, you can use the example below.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; outputs.conf:
 [tcpout]
 defaultGroup=Group1,Group2

 [tcpout:Group1]
 disabled=false
 sendCookedData=false
 server=10.x.xx.1:9997

 [tcpout:Group2]
 disabled=false
 sendCookedData=false
 server=10.x.xx.2:1234
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Feb 2020 15:15:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-uncooked-data-from-indexer-level/m-p/465228#M99560</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-02-12T15:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sending uncooked data from indexer level</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-uncooked-data-from-indexer-level/m-p/465229#M99561</link>
      <description>&lt;P&gt;Thanks alot for the response.&lt;/P&gt;

&lt;P&gt;Ok. Then could you please clarify how I can configure indexers to send uncooked data to the 3rd party applications/servers?&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Send uncooked data:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;1.Intermediate Forwarder-&amp;gt; 2.Indexer -&amp;gt; &lt;STRONG&gt;&lt;EM&gt;3.3rd party server&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I assumed between step 1 and 2 above are ok with your configuration. I need to know more about between step and step 3 configuration  which i should implement on indexers.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 09:08:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-uncooked-data-from-indexer-level/m-p/465229#M99561</guid>
      <dc:creator>gyarici</dc:creator>
      <dc:date>2020-02-13T09:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sending uncooked data from indexer level</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-uncooked-data-from-indexer-level/m-p/465230#M99562</link>
      <description>&lt;P&gt;Sending data directly from an indexer to a 3rd party system is not good practice nor a good idea. The supplied solutions are the accepted method to accomplish what you're trying to do. &lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 17:00:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-uncooked-data-from-indexer-level/m-p/465230#M99562</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-02-13T17:00:17Z</dc:date>
    </item>
  </channel>
</rss>

