<?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: Splunk smart store S3 bucket config to indexes 7.2.x in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-smart-store-S3-bucket-config-to-indexes-7-2-x/m-p/439805#M54037</link>
    <description>&lt;P&gt;Thank you for your quick reply  but how data will be written in remote path based on ? what condition ?&lt;BR /&gt;
I just want to create my  new index and all data to be in only S3 bucket hot warm and frozen data or else just want to send frozen data to remote path &lt;/P&gt;</description>
    <pubDate>Thu, 20 Dec 2018 19:28:50 GMT</pubDate>
    <dc:creator>Splunk_citizen</dc:creator>
    <dc:date>2018-12-20T19:28:50Z</dc:date>
    <item>
      <title>Splunk smart store S3 bucket config to indexes 7.2.x</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-smart-store-S3-bucket-config-to-indexes-7-2-x/m-p/439799#M54031</link>
      <description>&lt;P&gt;Hello Splunkers, &lt;/P&gt;

&lt;P&gt;Any one had luck to test for connective from indexer host to send data to your AWS S3 one ? I have tried with below settings to setup frozen volume but its giving error.&lt;/P&gt;

&lt;P&gt;[volume:frozen]&lt;BR /&gt;
storageType = remote&lt;/P&gt;

&lt;H1&gt;path = s3://example-s3-bucket/remote_volume&lt;/H1&gt;

&lt;P&gt;path = s3://xyz-splunk-bb/frozen&lt;BR /&gt;
remote.s3.access_key = XXX&lt;BR /&gt;
remote.s3.secret_key = YYYY&lt;BR /&gt;
[default]&lt;BR /&gt;
remotePath = volume:s3/frozen&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:25:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-smart-store-S3-bucket-config-to-indexes-7-2-x/m-p/439799#M54031</guid>
      <dc:creator>Splunk_citizen</dc:creator>
      <dc:date>2020-09-29T22:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk smart store S3 bucket config to indexes 7.2.x</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-smart-store-S3-bucket-config-to-indexes-7-2-x/m-p/439800#M54032</link>
      <description>&lt;P&gt;you shouldn't have "s3/" in front of "frozen" in volume:s3/frozen&lt;/P&gt;

&lt;P&gt;also, remotePath needs an index name&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 18:15:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-smart-store-S3-bucket-config-to-indexes-7-2-x/m-p/439800#M54032</guid>
      <dc:creator>myriadic</dc:creator>
      <dc:date>2018-12-20T18:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk smart store S3 bucket config to indexes 7.2.x</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-smart-store-S3-bucket-config-to-indexes-7-2-x/m-p/439801#M54033</link>
      <description>&lt;P&gt;Thank you  but i have tried below ways &lt;/P&gt;

&lt;P&gt;[volume:frozen]&lt;BR /&gt;
storageType = remote&lt;/P&gt;

&lt;H1&gt;path = s3://example-s3-bucket/remote_volume&lt;/H1&gt;

&lt;P&gt;path = s3://xyz-splunk-bb/frozen&lt;BR /&gt;
remote.s3.access_key = XXX&lt;BR /&gt;
remote.s3.secret_key = YYYY&lt;BR /&gt;
[default]&lt;BR /&gt;
remotePath = volume:s3/frozen&lt;/P&gt;

&lt;P&gt;[index1] &lt;BR /&gt;
homePath = volume:frozen/index1/db &lt;BR /&gt;
coldPath = volume:frozen/index1/colddb &lt;BR /&gt;
thawedPath = volume:frozen/index1/thaweddb &lt;/P&gt;

&lt;P&gt;but no luck ...&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:26:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-smart-store-S3-bucket-config-to-indexes-7-2-x/m-p/439801#M54033</guid>
      <dc:creator>Splunk_citizen</dc:creator>
      <dc:date>2020-09-29T22:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk smart store S3 bucket config to indexes 7.2.x</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-smart-store-S3-bucket-config-to-indexes-7-2-x/m-p/439802#M54034</link>
      <description>&lt;P&gt;if you have "remotePath = volume:s3/frozen" under [default], your "index1" is going to have:&lt;/P&gt;

&lt;P&gt;remotePath = volume:s3/frozen&lt;/P&gt;

&lt;P&gt;that makes no sense. &lt;/P&gt;

&lt;P&gt;replace "remotePath = volume:s3/frozen" with "remotePath = volume:frozen/$_index_name"&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:27:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-smart-store-S3-bucket-config-to-indexes-7-2-x/m-p/439802#M54034</guid>
      <dc:creator>myriadic</dc:creator>
      <dc:date>2020-09-29T22:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk smart store S3 bucket config to indexes 7.2.x</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-smart-store-S3-bucket-config-to-indexes-7-2-x/m-p/439803#M54035</link>
      <description>&lt;P&gt;Thanks i have tried all approaches if you have working settings please post it here.&lt;/P&gt;

&lt;P&gt;Problem parsing indexes.conf: Cannot load IndexConfig: idx=index1 param=homePath Remote volume path specification is only valid for parameter remotePath &lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 19:04:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-smart-store-S3-bucket-config-to-indexes-7-2-x/m-p/439803#M54035</guid>
      <dc:creator>Splunk_citizen</dc:creator>
      <dc:date>2018-12-20T19:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk smart store S3 bucket config to indexes 7.2.x</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-smart-store-S3-bucket-config-to-indexes-7-2-x/m-p/439804#M54036</link>
      <description>&lt;P&gt;[default]&lt;BR /&gt;
homePath = $SPLUNK_DB/$_index_name/db&lt;BR /&gt;
thawedPath = $SPLUNK_DB/$_index_name/thaweddb&lt;BR /&gt;
coldPath = $SPLUNK_DB/$_index_name/colddb&lt;BR /&gt;
remotePath = volume:remote_store/$_index_name&lt;/P&gt;

&lt;P&gt;[os]&lt;BR /&gt;
homePath = $SPLUNK_DB/$_index_name/db&lt;BR /&gt;
thawedPath = $SPLUNK_DB/$_index_name/thaweddb&lt;BR /&gt;
coldPath = $SPLUNK_DB/$_index_name/colddb&lt;BR /&gt;
remotePath = volume:remote_store/$_index_name&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:27:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-smart-store-S3-bucket-config-to-indexes-7-2-x/m-p/439804#M54036</guid>
      <dc:creator>myriadic</dc:creator>
      <dc:date>2020-09-29T22:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk smart store S3 bucket config to indexes 7.2.x</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-smart-store-S3-bucket-config-to-indexes-7-2-x/m-p/439805#M54037</link>
      <description>&lt;P&gt;Thank you for your quick reply  but how data will be written in remote path based on ? what condition ?&lt;BR /&gt;
I just want to create my  new index and all data to be in only S3 bucket hot warm and frozen data or else just want to send frozen data to remote path &lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 19:28:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-smart-store-S3-bucket-config-to-indexes-7-2-x/m-p/439805#M54037</guid>
      <dc:creator>Splunk_citizen</dc:creator>
      <dc:date>2018-12-20T19:28:50Z</dc:date>
    </item>
  </channel>
</rss>

