<?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: Send data via Splunk REST API to a Heavy Forwarder requires index on the HF? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Send-data-via-Splunk-REST-API-to-a-Heavy-Forwarder-requires/m-p/457558#M79078</link>
    <description>&lt;UL&gt;
&lt;LI&gt;indexes.conf is NOT required at HF. &lt;/LI&gt;
&lt;LI&gt;But it is very important that your HF forwards (outputs.conf) to Indexers&lt;/LI&gt;
&lt;LI&gt;props.conf/tranforms.conf is required at HF and indextime changes happen at HF though it sends data to indexers&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Fri, 17 May 2019 18:46:50 GMT</pubDate>
    <dc:creator>koshyk</dc:creator>
    <dc:date>2019-05-17T18:46:50Z</dc:date>
    <item>
      <title>Send data via Splunk REST API to a Heavy Forwarder requires index on the HF?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Send-data-via-Splunk-REST-API-to-a-Heavy-Forwarder-requires/m-p/457556#M79076</link>
      <description>&lt;P&gt;We have indexer cluster setup. We are trying to use the REST API on the Heavy Forwarder to receive data update. But i am not sure if creating index on the HF is required to make sure indexer gets the data. &lt;/P&gt;

&lt;P&gt;I do see an earlier posting is similar to this one. Since it's an old posting, i just want to confirm If using REST API on the HF, while output.conf can point to the indexer/cluster would work, with no index stored on the HF.&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/38176/data-indexed-via-rest-api-then-forwarded-on-to-another-indexer.html?utm_source=typeahead&amp;amp;utm_medium=newquestion&amp;amp;utm_campaign=no_votes_sort_relev#comment-746203"&gt;https://answers.splunk.com/answers/38176/data-indexed-via-rest-api-then-forwarded-on-to-another-indexer.html?utm_source=typeahead&amp;amp;utm_medium=newquestion&amp;amp;utm_campaign=no_votes_sort_relev#comment-746203&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 14:31:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Send-data-via-Splunk-REST-API-to-a-Heavy-Forwarder-requires/m-p/457556#M79076</guid>
      <dc:creator>xiaoweiwu</dc:creator>
      <dc:date>2019-05-17T14:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Send data via Splunk REST API to a Heavy Forwarder requires index on the HF?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Send-data-via-Splunk-REST-API-to-a-Heavy-Forwarder-requires/m-p/457557#M79077</link>
      <description>&lt;P&gt;HTTP Event collector is better choice than trying to post to the api.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 18:18:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Send-data-via-Splunk-REST-API-to-a-Heavy-Forwarder-requires/m-p/457557#M79077</guid>
      <dc:creator>starcher</dc:creator>
      <dc:date>2019-05-17T18:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Send data via Splunk REST API to a Heavy Forwarder requires index on the HF?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Send-data-via-Splunk-REST-API-to-a-Heavy-Forwarder-requires/m-p/457558#M79078</link>
      <description>&lt;UL&gt;
&lt;LI&gt;indexes.conf is NOT required at HF. &lt;/LI&gt;
&lt;LI&gt;But it is very important that your HF forwards (outputs.conf) to Indexers&lt;/LI&gt;
&lt;LI&gt;props.conf/tranforms.conf is required at HF and indextime changes happen at HF though it sends data to indexers&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 17 May 2019 18:46:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Send-data-via-Splunk-REST-API-to-a-Heavy-Forwarder-requires/m-p/457558#M79078</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-17T18:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Send data via Splunk REST API to a Heavy Forwarder requires index on the HF?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Send-data-via-Splunk-REST-API-to-a-Heavy-Forwarder-requires/m-p/457559#M79079</link>
      <description>&lt;P&gt;I did look at my HF. &lt;BR /&gt;
There is no entry in the indexes.conf at this location /opt/splunk/etc/system/default.&lt;/P&gt;

&lt;P&gt;Here is outputs.conf in /opt/splunk/etc/system/local&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = default-autolb-group&lt;BR /&gt;
indexAndForward = 1&lt;/P&gt;

&lt;P&gt;[tcpout:default-autolb-group]&lt;BR /&gt;
server = xx.xx.xx.xx:9997&lt;/P&gt;

&lt;P&gt;[tcpout-server://xx.xx.xx.xx:9997]&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 13:04:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Send-data-via-Splunk-REST-API-to-a-Heavy-Forwarder-requires/m-p/457559#M79079</guid>
      <dc:creator>xiaoweiwu</dc:creator>
      <dc:date>2019-05-20T13:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Send data via Splunk REST API to a Heavy Forwarder requires index on the HF?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Send-data-via-Splunk-REST-API-to-a-Heavy-Forwarder-requires/m-p/457560#M79080</link>
      <description>&lt;P&gt;i do want to mention. I have an index on the HF. I am not sure why it is not in the indexes.conf. &lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 13:04:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Send-data-via-Splunk-REST-API-to-a-Heavy-Forwarder-requires/m-p/457560#M79080</guid>
      <dc:creator>xiaoweiwu</dc:creator>
      <dc:date>2019-05-20T13:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Send data via Splunk REST API to a Heavy Forwarder requires index on the HF?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Send-data-via-Splunk-REST-API-to-a-Heavy-Forwarder-requires/m-p/457561#M79081</link>
      <description>&lt;P&gt;it might be one or another app contain indexes.conf&lt;BR /&gt;
if you do a find on all apps with indexes.conf  or a btool then it shows which app have created it incorrectly&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/bin/splunk cmd btool indexes list --debug &amp;gt; /tmp/indexes.btool
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in your HF&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 15:55:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Send-data-via-Splunk-REST-API-to-a-Heavy-Forwarder-requires/m-p/457561#M79081</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-20T15:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Send data via Splunk REST API to a Heavy Forwarder requires index on the HF?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Send-data-via-Splunk-REST-API-to-a-Heavy-Forwarder-requires/m-p/457562#M79082</link>
      <description>&lt;P&gt;ok, I was able to find on the HF at this location for the indexes.conf.&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/apps/search/local&lt;/P&gt;

&lt;P&gt;And I've found the index in that indexes.conf file.&lt;BR /&gt;
[myindex]&lt;BR /&gt;
coldPath = $SPLUNK_DB/myindex/colddb&lt;BR /&gt;
enableDataIntegrityControl = 0&lt;BR /&gt;
enableTsidxReduction = 0&lt;BR /&gt;
homePath = $SPLUNK_DB/myindex/db&lt;BR /&gt;
maxTotalDataSizeMB = 512000&lt;BR /&gt;
thawedPath = $SPLUNK_DB/myindex/thaweddb&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:38:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Send-data-via-Splunk-REST-API-to-a-Heavy-Forwarder-requires/m-p/457562#M79082</guid>
      <dc:creator>xiaoweiwu</dc:creator>
      <dc:date>2020-09-30T00:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Send data via Splunk REST API to a Heavy Forwarder requires index on the HF?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Send-data-via-Splunk-REST-API-to-a-Heavy-Forwarder-requires/m-p/457563#M79083</link>
      <description>&lt;P&gt;I think i've gone on a tangent. All I wanted to know is for REST API, it's pushing data to this URI. &lt;BR /&gt;
http://[Splunk IP]:8089/services/receivers/simple?index=myindex&amp;amp;source=sccm.py&amp;amp;sourcetype=web_event&lt;BR /&gt;
If no index is required on the HF, then it will be sent to the indexer directly.&lt;/P&gt;

&lt;P&gt;Is that correct?&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 16:55:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Send-data-via-Splunk-REST-API-to-a-Heavy-Forwarder-requires/m-p/457563#M79083</guid>
      <dc:creator>xiaoweiwu</dc:creator>
      <dc:date>2019-05-20T16:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Send data via Splunk REST API to a Heavy Forwarder requires index on the HF?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Send-data-via-Splunk-REST-API-to-a-Heavy-Forwarder-requires/m-p/457564#M79084</link>
      <description>&lt;P&gt;Not to ignore your comments. Why is the event collector is better? Just want to know your view point. &lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 18:06:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Send-data-via-Splunk-REST-API-to-a-Heavy-Forwarder-requires/m-p/457564#M79084</guid>
      <dc:creator>xiaoweiwu</dc:creator>
      <dc:date>2019-05-21T18:06:19Z</dc:date>
    </item>
  </channel>
</rss>

