<?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: Can I tell Hunk to combine 3 different folders in an S3 bucket into a single Virtual Index? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114465#M4348</link>
    <description>&lt;P&gt;Yes, a single virtual index can point to multiple input folders in an S3 bucket.  You can do this in the UI by adding additional settings for each additional folder.  For example:&lt;/P&gt;

&lt;P&gt;vix.input.2.path = s3n://mybucket/folder2/...&lt;BR /&gt;
vix.input.3.path = s3n://mybucket/folder3/...&lt;BR /&gt;
...&lt;/P&gt;

&lt;P&gt;vix.input.[unique-number].path = [path-to-s3-folder]/...&lt;/P&gt;

&lt;P&gt;The "..." at the end just signifies that we want to look recursively into that folder.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Mar 2015 17:54:03 GMT</pubDate>
    <dc:creator>elin</dc:creator>
    <dc:date>2015-03-24T17:54:03Z</dc:date>
    <item>
      <title>Can I tell Hunk to combine 3 different folders in an S3 bucket into a single Virtual Index?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114464#M4347</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I am using Hunk on Amazon EMR.  My source data is in 3 different folders in an S3 bucket.  Can I tell Hunk to combine these 3 sources into a single Virtual Index?  If not, whats the best way round this issue?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;Nick&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 17:31:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114464#M4347</guid>
      <dc:creator>NickCorbettAt</dc:creator>
      <dc:date>2015-03-24T17:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can I tell Hunk to combine 3 different folders in an S3 bucket into a single Virtual Index?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114465#M4348</link>
      <description>&lt;P&gt;Yes, a single virtual index can point to multiple input folders in an S3 bucket.  You can do this in the UI by adding additional settings for each additional folder.  For example:&lt;/P&gt;

&lt;P&gt;vix.input.2.path = s3n://mybucket/folder2/...&lt;BR /&gt;
vix.input.3.path = s3n://mybucket/folder3/...&lt;BR /&gt;
...&lt;/P&gt;

&lt;P&gt;vix.input.[unique-number].path = [path-to-s3-folder]/...&lt;/P&gt;

&lt;P&gt;The "..." at the end just signifies that we want to look recursively into that folder.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 17:54:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114465#M4348</guid>
      <dc:creator>elin</dc:creator>
      <dc:date>2015-03-24T17:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can I tell Hunk to combine 3 different folders in an S3 bucket into a single Virtual Index?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114466#M4349</link>
      <description>&lt;P&gt;I have tried this and is not working. Its only returning results from the west-2 bucket&lt;/P&gt;

&lt;P&gt;[elb]&lt;BR /&gt;
vix.input.1.path = s3n://bucket-us-west2-elb-logs/...&lt;BR /&gt;
vix.fs.s3n.endpoint = s3-us-west-2.amazonaws.com&lt;BR /&gt;
vix.fs.s3n.2.endpoint = s3-external-1.amazonaws.com&lt;BR /&gt;
vix.input.2.path = s3n://bucket-us-east1-elb-logs/...&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 17:51:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114466#M4349</guid>
      <dc:creator>tpanicker</dc:creator>
      <dc:date>2015-07-16T17:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can I tell Hunk to combine 3 different folders in an S3 bucket into a single Virtual Index?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114467#M4350</link>
      <description>&lt;P&gt;Since you're trying to access buckets from different regions can you try the following:&lt;/P&gt;

&lt;P&gt;At the &lt;STRONG&gt;provider&lt;/STRONG&gt; level, set &lt;BR /&gt;
[provider:abc]&lt;BR /&gt;
...&lt;BR /&gt;
vix.fs.s3n.endpoint = s3.amazonaws.com&lt;/P&gt;

&lt;P&gt;[elb]&lt;BR /&gt;
vix.provider = abc &lt;BR /&gt;
vix.input.1.path = s3n://bucket-us-west2-elb-logs/...&lt;BR /&gt;
vix.input.2.path = s3n://bucket-us-east1-elb-logs/...&lt;BR /&gt;
...&lt;/P&gt;

&lt;P&gt;Note that accessing buckets cross region has performance and cost implications&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 18:10:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114467#M4350</guid>
      <dc:creator>Ledion_Bitincka</dc:creator>
      <dc:date>2015-07-16T18:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can I tell Hunk to combine 3 different folders in an S3 bucket into a single Virtual Index?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114468#M4351</link>
      <description>&lt;P&gt;Thanks for the response.&lt;BR /&gt;
I tried that it still only returns data from one region. &lt;BR /&gt;
My use case is pulling elb access logs from each region and visualize it. I have tried creating separate virtual index and point the provider to elb. Its still not working.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 18:19:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114468#M4351</guid>
      <dc:creator>tpanicker</dc:creator>
      <dc:date>2015-07-16T18:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can I tell Hunk to combine 3 different folders in an S3 bucket into a single Virtual Index?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114469#M4352</link>
      <description>&lt;P&gt;Also s3 endpoints for AWS are different for regions.&lt;/P&gt;

&lt;P&gt;US Standard *   us-east-1    s3.amazonaws.com (N. Virginia or Pacific Northwest) or s3-external-1.amazonaws.com (N. Virginia only)&lt;/P&gt;

&lt;P&gt;US West (Oregon)    us-west-2   s3-us-west-2.amazonaws.com&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 18:24:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114469#M4352</guid>
      <dc:creator>tpanicker</dc:creator>
      <dc:date>2015-07-16T18:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can I tell Hunk to combine 3 different folders in an S3 bucket into a single Virtual Index?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114470#M4353</link>
      <description>&lt;P&gt;Have you tried:&lt;BR /&gt;
Provider 1 -&amp;gt; VIX 1&lt;BR /&gt;
Provider 2 -&amp;gt; VIX 2&lt;BR /&gt;
Provider 3 -&amp;gt; VIX 3&lt;BR /&gt;
Then in the search you you index=VIX*&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 18:29:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114470#M4353</guid>
      <dc:creator>rdagan_splunk</dc:creator>
      <dc:date>2015-07-16T18:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can I tell Hunk to combine 3 different folders in an S3 bucket into a single Virtual Index?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114471#M4354</link>
      <description>&lt;P&gt;What happens if the vix points &lt;STRONG&gt;only&lt;/STRONG&gt; to the east bucket? Also are you able to access the east bucket using the hadoop cli - hadoop fs -ls s3n://bucket-us-east1-elb-logs/ ?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 18:32:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114471#M4354</guid>
      <dc:creator>Ledion_Bitincka</dc:creator>
      <dc:date>2015-07-16T18:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can I tell Hunk to combine 3 different folders in an S3 bucket into a single Virtual Index?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114472#M4355</link>
      <description>&lt;P&gt;Yes if vix points to only east it works. Only one bucket is working at the same time.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 18:50:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114472#M4355</guid>
      <dc:creator>tpanicker</dc:creator>
      <dc:date>2015-07-16T18:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can I tell Hunk to combine 3 different folders in an S3 bucket into a single Virtual Index?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114473#M4356</link>
      <description>&lt;P&gt;Search works fine. I am using Hunk APP for AWS ELB and its not working.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 18:51:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114473#M4356</guid>
      <dc:creator>tpanicker</dc:creator>
      <dc:date>2015-07-16T18:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can I tell Hunk to combine 3 different folders in an S3 bucket into a single Virtual Index?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114474#M4357</link>
      <description>&lt;P&gt;A couple of questions:&lt;BR /&gt;
Are you getting any errors in the UI or search.log?&lt;BR /&gt;
Also, what search are you trying to run?&lt;BR /&gt;
What version of Hunk are you using? Are you using EMR + Hunk hourly? &lt;/P&gt;

&lt;P&gt;(I'm a bit puzzled as I tried this with vix.input.1/2.path pointing to buckets in different regions and searches worked ok)&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2015 07:38:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-tell-Hunk-to-combine-3-different-folders-in-an-S3-bucket/m-p/114474#M4357</guid>
      <dc:creator>Ledion_Bitincka</dc:creator>
      <dc:date>2015-07-17T07:38:37Z</dc:date>
    </item>
  </channel>
</rss>

