<?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: forward data from a receiver in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/forward-data-from-a-receiver/m-p/71926#M14660</link>
    <description>&lt;P&gt;enable receiving on the indexer, and configure forwarding on the forwarder.&lt;/P&gt;

&lt;P&gt;see &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Setupforwardingandreceiving"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Setupforwardingandreceiving&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Mar 2013 15:57:56 GMT</pubDate>
    <dc:creator>yannK</dc:creator>
    <dc:date>2013-03-22T15:57:56Z</dc:date>
    <item>
      <title>forward data from a receiver</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forward-data-from-a-receiver/m-p/71925#M14659</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I have a Universal forwarder forwarding data from windows machine and I have created a receiver in the Splunk instance which resides in the Linux server. Instead of creating an input that takes data from the receiver, I want to forward the raw data received by the receiver to the indexer and get it indexed properly as we know Universal forwarder doesn't split the events in the data and just forwards the data to a receiver. I need to split the forwarded raw data into events and index it. Can someone throw some light on this&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;BR /&gt;
Subbu&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2013 15:50:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forward-data-from-a-receiver/m-p/71925#M14659</guid>
      <dc:creator>sansri7680</dc:creator>
      <dc:date>2013-03-22T15:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: forward data from a receiver</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forward-data-from-a-receiver/m-p/71926#M14660</link>
      <description>&lt;P&gt;enable receiving on the indexer, and configure forwarding on the forwarder.&lt;/P&gt;

&lt;P&gt;see &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Setupforwardingandreceiving"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Setupforwardingandreceiving&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2013 15:57:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forward-data-from-a-receiver/m-p/71926#M14660</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2013-03-22T15:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: forward data from a receiver</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forward-data-from-a-receiver/m-p/71927#M14661</link>
      <description>&lt;P&gt;Hi Subbu,&lt;/P&gt;

&lt;P&gt;what is the main goal you try to solve?&lt;/P&gt;

&lt;P&gt;The topology is that the universal forwarder sends data directly to the indexer where it get's indexed. if you have multiline logs the universal forwarder will send them line by line to the indexer, and the indexer will make sure they are re-constructed e.g. you can configure line merging by defining the source type. you might also split them. &lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/Data/Indexmulti-lineevents"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.2/Data/Indexmulti-lineevents&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;Br&lt;BR /&gt;
Matthias&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2013 16:03:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forward-data-from-a-receiver/m-p/71927#M14661</guid>
      <dc:creator>Matthias_BY</dc:creator>
      <dc:date>2013-03-22T16:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: forward data from a receiver</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forward-data-from-a-receiver/m-p/71928#M14662</link>
      <description>&lt;P&gt;Here are the configurations that I did&lt;BR /&gt;
Universal forwarder output.conf ($SPLUNK_HOME/etc/system/local) on windows&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
defaultGroup = 10.200.221.158_9997&lt;BR /&gt;
disabled = false&lt;/P&gt;

&lt;P&gt;[tcpout:10.200.221.158_9997]&lt;BR /&gt;
server = 10.200.221.158:9997&lt;/P&gt;

&lt;P&gt;[tcpout-server://10.200.221.158:9997]&lt;/P&gt;

&lt;P&gt;Heavy forwarder Input.conf ($SPLUNK_HOME/etc/system/local) on linux machine&lt;BR /&gt;
[splunktcp://9997]&lt;/P&gt;

&lt;P&gt;Indexer Inputs.conf ($SPLUNK_HOME/etc/apps/search/local&lt;BR /&gt;
[splunktcp://9998]&lt;/P&gt;

&lt;P&gt;Indexer props.conf&lt;BR /&gt;
[4GCDR]&lt;BR /&gt;
BREAK_ONLY_BEFORE = (.*)(INBOUND&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;|&amp;lt;&amp;lt;&amp;lt;&amp;lt;OUTBOUND)&lt;BR /&gt;
NO_BINARY_CHECK = 1&lt;BR /&gt;
SHOULD_LINEMERGE = true&lt;BR /&gt;
pulldown_type = 1&lt;BR /&gt;
TRUNCATE=0&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:35:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forward-data-from-a-receiver/m-p/71928#M14662</guid>
      <dc:creator>sansri7680</dc:creator>
      <dc:date>2020-09-28T13:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: forward data from a receiver</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forward-data-from-a-receiver/m-p/71929#M14663</link>
      <description>&lt;P&gt;what I am trying to do is that I am forwarding a 4G network log from the windows machine to the splunk instance on the linux server and trying to index the data there. I have only a universal forwarder installed in the windows end but a full splunk instance on the linux end. Even after doing the above config the events are not getting split whatever changes done to the log is coming in as a single record. The Regex logic is fine if tested in isolation&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2013 13:28:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forward-data-from-a-receiver/m-p/71929#M14663</guid>
      <dc:creator>sansri7680</dc:creator>
      <dc:date>2013-03-25T13:28:49Z</dc:date>
    </item>
  </channel>
</rss>

