<?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 Why am I unable to see the events on the indexer when forwarding a large CSV file from UF to HF to indexer? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-see-the-events-on-the-indexer-when-forwarding/m-p/354556#M64859</link>
    <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I am new to Splunk and needs to take care of existing Splunk setup. I am trying to forward large CSV file from Universal Forwarder(UF) to Heavy Forwarder(HF) and then indexer.&lt;BR /&gt;
Our existing setup is  1 MA , 2 HF, 2 SH and 2 INX. right now I am forwarding live logs from Arcsight server (non splunk forwarder)  to HF which divide into 10 different indexes based on data type. &lt;/P&gt;

&lt;P&gt;Without disturbing the above setup I want to forward large CSV files (5-10MB) from Linux server using UF. &lt;/P&gt;

&lt;P&gt;See below the config settings that I did so far, I am receiving events on HF but not sure how to redirect them to a specific index.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;on Universal forwarder&lt;/STRONG&gt; &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;**input.conf**

[default]
host = server1.mydomain.com
[monitor://opt/client/reports/archive/Splunk/]
sourcetype = csv
index = main

**Output.conf**

[tcpout]
defaultGroup = default-autolb-group
[tcpout:default-autolb-group]
server = hfserver2.mydomain.com:6514
[tcpout-server://hfserver2.mydomain.com:6514]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;On Heavy Forwarder&lt;/STRONG&gt; &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;**input.conf**

[default]
host = hfserver2.mydomain.com
# receive events from the ArcSight Forwarding connector
[tcp:4514]
disabled = 0
sourcetype = cefevents

#For Reports (to receive events from Splunk universal forwarder ) 
[splunktcp:6514]                                                                 
disabled = 0
sourcetype = csv


**Output.conf** (I haven't made any changes here ) 

# use indexer discovery to identify the Indexers dynamically
[indexer_discovery:splunk_master]
pass4SymmKey = ********************************
master_uri = &lt;A href="https://ma1server.mydomain.com:8089" target="test_blank"&gt;https://ma1server.mydomain.com:8089&lt;/A&gt;

# don't index any events on the Heavy Forwarder, just forward events to the Indexers
[indexAndForward]
index = false

[tcpout]
defaultGroup = SplunkIndexers

[tcpout:SplunkIndexers]
# identify which Indexers to send events to by querying the master node
indexerDiscovery = splunk_master
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;With this setup, I am receiving events on HF (verified via tcpdump)  but I can't see it on the indexer. I think its getting discarded. &lt;BR /&gt;
I am doing all the changes in config files since I don't know how to do it on Master's web UI.&lt;/P&gt;

&lt;P&gt;Please help me.&lt;BR /&gt;
Thanks in advance&lt;/P&gt;</description>
    <pubDate>Fri, 20 Apr 2018 20:50:46 GMT</pubDate>
    <dc:creator>sanjayjp99</dc:creator>
    <dc:date>2018-04-20T20:50:46Z</dc:date>
    <item>
      <title>Why am I unable to see the events on the indexer when forwarding a large CSV file from UF to HF to indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-see-the-events-on-the-indexer-when-forwarding/m-p/354556#M64859</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I am new to Splunk and needs to take care of existing Splunk setup. I am trying to forward large CSV file from Universal Forwarder(UF) to Heavy Forwarder(HF) and then indexer.&lt;BR /&gt;
Our existing setup is  1 MA , 2 HF, 2 SH and 2 INX. right now I am forwarding live logs from Arcsight server (non splunk forwarder)  to HF which divide into 10 different indexes based on data type. &lt;/P&gt;

&lt;P&gt;Without disturbing the above setup I want to forward large CSV files (5-10MB) from Linux server using UF. &lt;/P&gt;

&lt;P&gt;See below the config settings that I did so far, I am receiving events on HF but not sure how to redirect them to a specific index.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;on Universal forwarder&lt;/STRONG&gt; &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;**input.conf**

[default]
host = server1.mydomain.com
[monitor://opt/client/reports/archive/Splunk/]
sourcetype = csv
index = main

**Output.conf**

[tcpout]
defaultGroup = default-autolb-group
[tcpout:default-autolb-group]
server = hfserver2.mydomain.com:6514
[tcpout-server://hfserver2.mydomain.com:6514]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;On Heavy Forwarder&lt;/STRONG&gt; &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;**input.conf**

[default]
host = hfserver2.mydomain.com
# receive events from the ArcSight Forwarding connector
[tcp:4514]
disabled = 0
sourcetype = cefevents

#For Reports (to receive events from Splunk universal forwarder ) 
[splunktcp:6514]                                                                 
disabled = 0
sourcetype = csv


**Output.conf** (I haven't made any changes here ) 

# use indexer discovery to identify the Indexers dynamically
[indexer_discovery:splunk_master]
pass4SymmKey = ********************************
master_uri = &lt;A href="https://ma1server.mydomain.com:8089" target="test_blank"&gt;https://ma1server.mydomain.com:8089&lt;/A&gt;

# don't index any events on the Heavy Forwarder, just forward events to the Indexers
[indexAndForward]
index = false

[tcpout]
defaultGroup = SplunkIndexers

[tcpout:SplunkIndexers]
# identify which Indexers to send events to by querying the master node
indexerDiscovery = splunk_master
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;With this setup, I am receiving events on HF (verified via tcpdump)  but I can't see it on the indexer. I think its getting discarded. &lt;BR /&gt;
I am doing all the changes in config files since I don't know how to do it on Master's web UI.&lt;/P&gt;

&lt;P&gt;Please help me.&lt;BR /&gt;
Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2018 20:50:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-see-the-events-on-the-indexer-when-forwarding/m-p/354556#M64859</guid>
      <dc:creator>sanjayjp99</dc:creator>
      <dc:date>2018-04-20T20:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to see the events on the indexer when forwarding a large CSV file from UF to HF to indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-see-the-events-on-the-indexer-when-forwarding/m-p/354557#M64860</link>
      <description>&lt;P&gt;You should not be indexing this way unless you have a reason to.  You should be sending directly from your UF to your Indexer tier.  Why are you not doing this?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2018 23:16:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-see-the-events-on-the-indexer-when-forwarding/m-p/354557#M64860</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2018-04-20T23:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to see the events on the indexer when forwarding a large CSV file from UF to HF to indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-see-the-events-on-the-indexer-when-forwarding/m-p/354558#M64861</link>
      <description>&lt;P&gt;If I send direct to my indexer it will not be cluster right?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 13:25:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-see-the-events-on-the-indexer-when-forwarding/m-p/354558#M64861</guid>
      <dc:creator>sanjayjp99</dc:creator>
      <dc:date>2018-04-23T13:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to see the events on the indexer when forwarding a large CSV file from UF to HF to indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-see-the-events-on-the-indexer-when-forwarding/m-p/354559#M64862</link>
      <description>&lt;P&gt;still waiting on possible solution &lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 15:57:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-see-the-events-on-the-indexer-when-forwarding/m-p/354559#M64862</guid>
      <dc:creator>sanjayjp99</dc:creator>
      <dc:date>2018-06-13T15:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to see the events on the indexer when forwarding a large CSV file from UF to HF to indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-see-the-events-on-the-indexer-when-forwarding/m-p/354560#M64863</link>
      <description>&lt;P&gt;HI sanjayjp99,&lt;/P&gt;

&lt;P&gt;As per given config files data is moving  like UF--&amp;gt;HF--&amp;gt;MA.&lt;/P&gt;

&lt;P&gt;You need to make conf file in order to send data from UF--&amp;gt;HF--&amp;gt;INDEXER.&lt;/P&gt;

&lt;P&gt;Make sure you are sending data to indexers from the cluster.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 16:05:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-see-the-events-on-the-indexer-when-forwarding/m-p/354560#M64863</guid>
      <dc:creator>abhishekkoli</dc:creator>
      <dc:date>2018-07-18T16:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to see the events on the indexer when forwarding a large CSV file from UF to HF to indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-see-the-events-on-the-indexer-when-forwarding/m-p/354561#M64864</link>
      <description>&lt;P&gt;&lt;STRONG&gt;As per given config files data is moving like UF--&amp;gt;HF--&amp;gt;MA&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I think that's how you send data in cluster environment,  sending data straight to indexer will be limited to that specific indexer will not be cluster. correct me if I am wrong.&lt;BR /&gt;
above setting is working for indexes that are coming to HF via non Splunk forwarder. &lt;/P&gt;

&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 20:15:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-see-the-events-on-the-indexer-when-forwarding/m-p/354561#M64864</guid>
      <dc:creator>sanjayjp99</dc:creator>
      <dc:date>2018-07-30T20:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to see the events on the indexer when forwarding a large CSV file from UF to HF to indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-see-the-events-on-the-indexer-when-forwarding/m-p/354562#M64865</link>
      <description>&lt;P&gt;Hi sanjayjp99,&lt;BR /&gt;
Data should point out all the indexers in the cluster not Indexer master.&lt;BR /&gt;
Indexer Master will decide the which indexer has to receive data . &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;UF--&amp;gt;HF--&amp;gt;MA  this is not recommendation.&lt;/LI&gt;
&lt;LI&gt;UF--&amp;gt;HF--&amp;gt;IDX1,IDX2- Point the data to all indexers in cluster through output file of heavy Forward.(IDM) will take care of Replication and search factor.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 31 Jul 2018 18:30:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-see-the-events-on-the-indexer-when-forwarding/m-p/354562#M64865</guid>
      <dc:creator>abhishekkoli</dc:creator>
      <dc:date>2018-07-31T18:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to see the events on the indexer when forwarding a large CSV file from UF to HF to indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-see-the-events-on-the-indexer-when-forwarding/m-p/354563#M64866</link>
      <description>&lt;P&gt;HI&lt;BR /&gt;
 Where you are searching for the data ? (MA or SH)&lt;BR /&gt;
IS MA is used to index data ?&lt;BR /&gt;
WHat is output cong for MA ?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 14:16:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-see-the-events-on-the-indexer-when-forwarding/m-p/354563#M64866</guid>
      <dc:creator>abhishekkoli</dc:creator>
      <dc:date>2018-08-06T14:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to see the events on the indexer when forwarding a large CSV file from UF to HF to indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-see-the-events-on-the-indexer-when-forwarding/m-p/354564#M64867</link>
      <description>&lt;P&gt;I am searching data on Search head and indexer.&lt;BR /&gt;
No, master is not indexing data.&lt;BR /&gt;
In above config I am using master's url for indexer discovery and as I said its working for other indexes. (port 4514)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;master_uri = &lt;A href="https://ma1server.mydomain.com:8089" target="test_blank"&gt;https://ma1server.mydomain.com:8089&lt;/A&gt;

[indexAndForward]
index = false

[tcpout]
defaultGroup = SplunkIndexers
forwardedindex.filter.disable = true

[tcpout:SplunkIndexers]
# discover the Indexers from the master node
indexerDiscovery = splunk_master

# heartbeats between forwarder and indexer, default is 30 seconds
heartbeatFrequency = 30

# increase the maximum output queue size
# default setting is auto
# default size is 500KB when useAck is disabled and 21MB when enabled
maxQueueSize = auto

# ensure reliable delivery by confirming with the Indexers that they have received each event
useACK = true

# disable SSL compression
useClientSSLCompression = false
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 07 Sep 2018 14:33:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-see-the-events-on-the-indexer-when-forwarding/m-p/354564#M64867</guid>
      <dc:creator>sanjayjp99</dc:creator>
      <dc:date>2018-09-07T14:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to see the events on the indexer when forwarding a large CSV file from UF to HF to indexer?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-see-the-events-on-the-indexer-when-forwarding/m-p/354565#M64868</link>
      <description>&lt;P&gt;I am searching data on search head and indexer, I have also tried capturing packet in HF and indexer.&lt;BR /&gt;
No, master is not indexing data.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;master_uri = &lt;A href="https://ma1server.mydomain.com:8089" target="test_blank"&gt;https://ma1server.mydomain.com:8089&lt;/A&gt;

[indexAndForward]
index = false

[tcpout]
defaultGroup = SplunkIndexers
forwardedindex.filter.disable = true

[tcpout:SplunkIndexers]
# discover the Indexers from the master node
indexerDiscovery = splunk_master

# heartbeats between forwarder and indexer, default is 30 seconds
heartbeatFrequency = 30

# increase the maximum output queue size
# default setting is auto
# default size is 500KB when useAck is disabled and 21MB when enabled
maxQueueSize = auto

# ensure reliable delivery by confirming with the Indexers that they have received each event
useACK = true

# disable SSL compression
useClientSSLCompression = false
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 07 Sep 2018 14:37:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-see-the-events-on-the-indexer-when-forwarding/m-p/354565#M64868</guid>
      <dc:creator>sanjayjp99</dc:creator>
      <dc:date>2018-09-07T14:37:54Z</dc:date>
    </item>
  </channel>
</rss>

