<?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 do I forward log files to Hunk? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-forward-log-files-to-Hunk/m-p/235806#M45884</link>
    <description>&lt;P&gt;By "forwarding to Hunk" I assume you mean placing the data on HDFS (or another Hadoop-compatible file system) to be searched via a virtual index?&lt;/P&gt;

&lt;P&gt;The most common workflow is to add the log files to a regular Splunk index (using any input method, such as a Splunk forwarder), and set up that index to archive to HDFS. This means you can use a Splunk-managed index to get fast performance on the most recent data, and you can use Hadoop (via Hunk) to search the much larger pool of older data. You can find more information about getting data into Splunk indexes here:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.3/Data/Getstartedwithgettingdatain"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.3/Data/Getstartedwithgettingdatain&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can find documentation about archiving here:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Hunk/6.4.3/Hunk/ArchivingSplunkindexes"&gt;https://docs.splunk.com/Documentation/Hunk/6.4.3/Hunk/ArchivingSplunkindexes&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you want to copy the data directly to HDFS without first adding it to a regular Splunk index, you cannot currently do this via a Splunk forwarder. There are a number of third party tools that can be used to do this, e.g. Apache Flume (&lt;A href="https://flume.apache.org/"&gt;https://flume.apache.org/&lt;/A&gt;).&lt;/P&gt;</description>
    <pubDate>Wed, 24 Aug 2016 22:04:00 GMT</pubDate>
    <dc:creator>kschon_splunk</dc:creator>
    <dc:date>2016-08-24T22:04:00Z</dc:date>
    <item>
      <title>How do I forward log files to Hunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-forward-log-files-to-Hunk/m-p/235804#M45882</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I am new to Hunk and would like to know if it is possible to directly send log file data to Hunk using the Splunk forwarder?&lt;BR /&gt;
What is the recommended  way to do this? Could you also share a link to docs for the same?&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;BR /&gt;
--gibu&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2016 14:58:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-forward-log-files-to-Hunk/m-p/235804#M45882</guid>
      <dc:creator>gibu_george</dc:creator>
      <dc:date>2016-08-23T14:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I forward log files to Hunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-forward-log-files-to-Hunk/m-p/235805#M45883</link>
      <description>&lt;P&gt;Are you talking about forwarding typical log data to a regular Splunk index? If so, Hunk works exactly the way Splunk Enterprise does, and you can use the &lt;A href="http://docs.splunk.com/Documentation/Forwarder/6.4.3/Forwarder/HowtoforwarddatatoSplunkEnterprise"&gt;Splunk Universal Forwarder&lt;/A&gt; documentation.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2016 16:17:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-forward-log-files-to-Hunk/m-p/235805#M45883</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2016-08-23T16:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I forward log files to Hunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-forward-log-files-to-Hunk/m-p/235806#M45884</link>
      <description>&lt;P&gt;By "forwarding to Hunk" I assume you mean placing the data on HDFS (or another Hadoop-compatible file system) to be searched via a virtual index?&lt;/P&gt;

&lt;P&gt;The most common workflow is to add the log files to a regular Splunk index (using any input method, such as a Splunk forwarder), and set up that index to archive to HDFS. This means you can use a Splunk-managed index to get fast performance on the most recent data, and you can use Hadoop (via Hunk) to search the much larger pool of older data. You can find more information about getting data into Splunk indexes here:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.3/Data/Getstartedwithgettingdatain"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.3/Data/Getstartedwithgettingdatain&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can find documentation about archiving here:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Hunk/6.4.3/Hunk/ArchivingSplunkindexes"&gt;https://docs.splunk.com/Documentation/Hunk/6.4.3/Hunk/ArchivingSplunkindexes&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you want to copy the data directly to HDFS without first adding it to a regular Splunk index, you cannot currently do this via a Splunk forwarder. There are a number of third party tools that can be used to do this, e.g. Apache Flume (&lt;A href="https://flume.apache.org/"&gt;https://flume.apache.org/&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2016 22:04:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-forward-log-files-to-Hunk/m-p/235806#M45884</guid>
      <dc:creator>kschon_splunk</dc:creator>
      <dc:date>2016-08-24T22:04:00Z</dc:date>
    </item>
  </channel>
</rss>

