<?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 enable forwarding using a heavy forwarder with outputs.conf? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/how-can-i-enable-forwarding-using-a-heavy-forwarder-with-outputs/m-p/250374#M48183</link>
    <description>&lt;P&gt;hi;&lt;/P&gt;

&lt;P&gt;but if i install a splunk enterprise it's working automatically. why?  i did not make any parsing configuration but it parsed my data and indexed them. why HF does not work like this? &lt;/P&gt;

&lt;P&gt;sorry but I think I'm confused.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Nov 2016 16:25:00 GMT</pubDate>
    <dc:creator>sayz</dc:creator>
    <dc:date>2016-11-29T16:25:00Z</dc:date>
    <item>
      <title>how can i enable forwarding using a heavy forwarder with outputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-can-i-enable-forwarding-using-a-heavy-forwarder-with-outputs/m-p/250368#M48177</link>
      <description>&lt;P&gt;Actually I want to ask that what is the equivalent of this command?:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk enable app SplunkForwarder -auth &amp;lt;username&amp;gt;:&amp;lt;password&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I saw the &lt;CODE&gt;indexAndForward&lt;/CODE&gt; option, but it's not the equivalent the command above, isn't it? with this option,Splunk indexes all data locally, in addition to forwarding it. is not there any option only to forward? &lt;/P&gt;

&lt;P&gt;Is it just enough to use the  &lt;CODE&gt;[tcpout-server://&amp;lt;ip address&amp;gt;:&amp;lt;port&amp;gt;]&lt;/CODE&gt; option to forward data? Is this option an equivalent?&lt;/P&gt;

&lt;P&gt;adding: I want to separate data pipeline&lt;A href="https://docs.splunk.com/Splexicon:Datapipeline"&gt;1&lt;/A&gt; segments from each other. especially "input, parsing" and "indexing".  How do I build a structure to achieve this?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 14:21:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-can-i-enable-forwarding-using-a-heavy-forwarder-with-outputs/m-p/250368#M48177</guid>
      <dc:creator>sayz</dc:creator>
      <dc:date>2016-11-29T14:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: how can i enable forwarding using a heavy forwarder with outputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-can-i-enable-forwarding-using-a-heavy-forwarder-with-outputs/m-p/250369#M48178</link>
      <description>&lt;P&gt;Hi sayz,&lt;BR /&gt;
as you can see &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.0/Forwarding/Aboutforwardingandreceivingdata" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.0/Forwarding/Aboutforwardingandreceivingdata&lt;/A&gt; to enable forwarding you have to create an outputs.conf file.&lt;BR /&gt;
It could be inserted in $SPLUNK_HOME/etc/system/local or (better) in an App (called e.g. TA_Forwarder) distributed using a Deployment Server.&lt;BR /&gt;
Your outputs.conf must be something like this (for two indexers in auto load balancing):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = default-autolb-group

[tcpout-server://xxx.xxx.xxx.xxx:9997]
[tcpout-server://yyy.yyy.yyy.yyy:9997]


[tcpout:default-autolb-group]
server = xxx.xxx.xxx.xxx:9997, yyy.yyy.yyy.yyy:9997
disabled=false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you want, you could also use SSL as communication protocol between Forwarders and Indexers.&lt;/P&gt;

&lt;P&gt;indexAndForward option must be used if you want to save a local version of logs, if you don't use it, all the logs are forwarded to the Indexers.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:56:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-can-i-enable-forwarding-using-a-heavy-forwarder-with-outputs/m-p/250369#M48178</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-29T11:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: how can i enable forwarding using a heavy forwarder with outputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-can-i-enable-forwarding-using-a-heavy-forwarder-with-outputs/m-p/250370#M48179</link>
      <description>&lt;P&gt;thank you cusello; &lt;/P&gt;

&lt;P&gt;and what about parsing?  i have to enable it as well? or will the heavy forwarder parse my data automatically?  &lt;/P&gt;

&lt;P&gt;firstly i want to use HF to get and parse my data. after that i want to forward my data via HF. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 15:19:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-can-i-enable-forwarding-using-a-heavy-forwarder-with-outputs/m-p/250370#M48179</guid>
      <dc:creator>sayz</dc:creator>
      <dc:date>2016-11-29T15:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: how can i enable forwarding using a heavy forwarder with outputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-can-i-enable-forwarding-using-a-heavy-forwarder-with-outputs/m-p/250371#M48180</link>
      <description>&lt;P&gt;You can parse your data on your Heavy Forwarders or on your Indexers not in your Universal Forwarders.&lt;BR /&gt;
To enable parsing you have to create props.conf and transforms.conf files.&lt;BR /&gt;
If you don't configure your parsing, Splunk applies default parsing.&lt;BR /&gt;
See at &lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.0/Data/WhatSplunkdoeswithyourdata"&gt;https://docs.splunk.com/Documentation/Splunk/6.5.0/Data/WhatSplunkdoeswithyourdata&lt;/A&gt;&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 15:37:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-can-i-enable-forwarding-using-a-heavy-forwarder-with-outputs/m-p/250371#M48180</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-11-29T15:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: how can i enable forwarding using a heavy forwarder with outputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-can-i-enable-forwarding-using-a-heavy-forwarder-with-outputs/m-p/250372#M48181</link>
      <description>&lt;P&gt;so, &lt;BR /&gt;
if i don't configure parsing, my HF will parse my data with default parsing, right? Because the HF is a full splunk enterprise instance that comes with a default props.conf and transforms.conf, isn't it? &lt;/P&gt;

&lt;P&gt;for example;&lt;/P&gt;

&lt;P&gt;Host A: this is the machine that i want to get its logs. a web server for example.&lt;BR /&gt;
Splunk Cloud: My indexer.&lt;/P&gt;

&lt;P&gt;I want to parse my data in Host A and splunk cloud must only index them. not parsing.&lt;/P&gt;

&lt;P&gt;In this situation, &lt;BR /&gt;
Only I have to enable forwarding HF in Host A and that's all, right? because the props.conf and transforms.conf files already exist.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 16:15:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-can-i-enable-forwarding-using-a-heavy-forwarder-with-outputs/m-p/250372#M48181</guid>
      <dc:creator>sayz</dc:creator>
      <dc:date>2016-11-29T16:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: how can i enable forwarding using a heavy forwarder with outputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-can-i-enable-forwarding-using-a-heavy-forwarder-with-outputs/m-p/250373#M48182</link>
      <description>&lt;P&gt;If you don't configure parsing you don't parse anything, you index all logs with default options.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 16:17:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-can-i-enable-forwarding-using-a-heavy-forwarder-with-outputs/m-p/250373#M48182</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-11-29T16:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: how can i enable forwarding using a heavy forwarder with outputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-can-i-enable-forwarding-using-a-heavy-forwarder-with-outputs/m-p/250374#M48183</link>
      <description>&lt;P&gt;hi;&lt;/P&gt;

&lt;P&gt;but if i install a splunk enterprise it's working automatically. why?  i did not make any parsing configuration but it parsed my data and indexed them. why HF does not work like this? &lt;/P&gt;

&lt;P&gt;sorry but I think I'm confused.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 16:25:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-can-i-enable-forwarding-using-a-heavy-forwarder-with-outputs/m-p/250374#M48183</guid>
      <dc:creator>sayz</dc:creator>
      <dc:date>2016-11-29T16:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: how can i enable forwarding using a heavy forwarder with outputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-can-i-enable-forwarding-using-a-heavy-forwarder-with-outputs/m-p/250375#M48184</link>
      <description>&lt;P&gt;An Heavy Forwarder is a full Splunk Enterprise installation in which logs are forwarded to indexers.&lt;BR /&gt;
There is no software difference between them, only configuration differences.&lt;BR /&gt;
If you use an Heavy Forwarder with no parsing configurations, it forwards logs without any action on them.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 16:31:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-can-i-enable-forwarding-using-a-heavy-forwarder-with-outputs/m-p/250375#M48184</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-11-29T16:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: how can i enable forwarding using a heavy forwarder with outputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-can-i-enable-forwarding-using-a-heavy-forwarder-with-outputs/m-p/250376#M48185</link>
      <description>&lt;P&gt;ok, &lt;/P&gt;

&lt;P&gt;i think i got it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;

&lt;P&gt;if i want to make parsing in HF I just need to copy the configuration files from default files.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2016 07:17:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-can-i-enable-forwarding-using-a-heavy-forwarder-with-outputs/m-p/250376#M48185</guid>
      <dc:creator>sayz</dc:creator>
      <dc:date>2016-11-30T07:17:50Z</dc:date>
    </item>
  </channel>
</rss>

