<?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: [SmartStore] Can I configure Splunk SmartStore indexer  with multiple object stores in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/SmartStore-Can-I-configure-Splunk-SmartStore-indexer-with/m-p/471850#M4180</link>
    <description>&lt;P&gt;Yes Splunk support's multiple S3 object stores configured within the same indexer cluster&lt;/P&gt;</description>
    <pubDate>Wed, 18 Mar 2020 23:13:58 GMT</pubDate>
    <dc:creator>saiganesh49</dc:creator>
    <dc:date>2020-03-18T23:13:58Z</dc:date>
    <item>
      <title>[SmartStore] Can I configure Splunk SmartStore indexer  with multiple object stores</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/SmartStore-Can-I-configure-Splunk-SmartStore-indexer-with/m-p/471846#M4176</link>
      <description>&lt;P&gt;I'm doing a proof of concept of SmartStore with multiple object stores. There appears to be a defect where the remote.s3.access_key (and maybe remote.s3.secret_key) is not being properly associated with the volume stanza. &lt;/P&gt;

&lt;P&gt;Specifically, in my indexes.conf, I have the following: &lt;/P&gt;

&lt;P&gt;[volume:remote_store_0] &lt;BR /&gt;
storageType = remote &lt;BR /&gt;
path = s3://splunk-ss-01-0 &lt;/P&gt;

&lt;H1&gt;remote.s3.access_key = [REDACTED_0]&lt;/H1&gt;

&lt;H1&gt;remote.s3.secret_key = [REDACTED_0]&lt;/H1&gt;

&lt;P&gt;remote.s3.endpoint = &lt;A href="http://xx.xx.xx.xxx%3E" target="_blank"&gt;http://xx.xx.xx.xxx&amp;gt;&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;[volume:remote_store_1] &lt;BR /&gt;
storageType = remote &lt;BR /&gt;
path = s3://splunk-ss-01-1 &lt;BR /&gt;
remote.s3.access_key = [REDACTED_1] &lt;BR /&gt;
remote.s3.secret_key = [REDACTED_1] &lt;BR /&gt;
remote.s3.endpoint = &lt;A href="http://xx.xx.xx.xxx%3E" target="_blank"&gt;http://xx.xx.xx.xxx&amp;gt;&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;What is happening is that when I try to use remote_store_1 the access key for remote_store_0 is being used. Note that the endpoint and path are properly associated with the volume specification. It is at least the access_key (and maybe the secret key) that is not being properly associated with the volume stanza. &lt;/P&gt;

&lt;P&gt;The bug is particularly annoying since doing splunk cmd splunkd rfs -- ls --starts-with volume:remote_store_1 will use the correct access_key that is associated with the volume.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:03:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/SmartStore-Can-I-configure-Splunk-SmartStore-indexer-with/m-p/471846#M4176</guid>
      <dc:creator>rbal_splunk</dc:creator>
      <dc:date>2020-09-30T02:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: [SmartStore] Can I configure Splunk SmartStore indexer  with multiple object stores</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/SmartStore-Can-I-configure-Splunk-SmartStore-indexer-with/m-p/471847#M4177</link>
      <description>&lt;P&gt;With Splunk Version 7.3.1 and above will let you configure indexes from an indexer to different smartstore objects , for example below I have configure _internal index to use one smartstore and _audit index to use other one.&lt;/P&gt;

&lt;P&gt;===========First Smartstore Configuration=======&lt;/P&gt;

&lt;P&gt;[volume:my_s3_vol]&lt;BR /&gt;
storageType = remote&lt;BR /&gt;
path = s3://newrbal1&lt;BR /&gt;
remote.s3.access_key = AXXKIAIQWJDOATYCYFTTTTTKWZ5A&lt;BR /&gt;
remote.s3.secret_key = dCCCCCCCCCCN7rMvSN96RSDDDDYqcKeSSSSi3TcD6YQS8J+EzQI5Qm+Ar9&lt;BR /&gt;
remote.s3.endpoint = &lt;A href="https://s3-us-east-2.amazonaws.com" target="_blank"&gt;https://s3-us-east-2.amazonaws.com&lt;/A&gt;&lt;BR /&gt;
remote.s3.signature_version = v4&lt;/P&gt;

&lt;P&gt;===========Second Smartstore Configuration=======&lt;/P&gt;

&lt;H5&gt;using AWS S3 storage&lt;/H5&gt;

&lt;P&gt;[volume:aws_s3_vol]&lt;BR /&gt;
storageType = remote&lt;BR /&gt;
path = s3://luantest&lt;BR /&gt;
remote.s3.access_key = AKIASVRRRRDSSVCAAAANBVKZXK4T&lt;BR /&gt;
remote.s3.secret_key = JYD7umcpFFFFHKM4/uq7Wi/rfyUUHdcSFFFz3j2N85bg8wK&lt;BR /&gt;
remote.s3.endpoint = &lt;A href="https://s3-us-east-2.amazonaws.com" target="_blank"&gt;https://s3-us-east-2.amazonaws.com&lt;/A&gt;&lt;BR /&gt;
remote.s3.signature_version = v4&lt;/P&gt;

&lt;P&gt;=============Here index _internal is configured with smartstore [volume:my_s3_vol]=====&lt;BR /&gt;
[_internal]&lt;BR /&gt;
thawedPath = $SPLUNK_DB/_internal/thaweddb&lt;BR /&gt;
remotePath = volume:aws_s3_vol/$_index_name&lt;BR /&gt;
repFactor = auto&lt;/P&gt;

&lt;P&gt;=============Here index _internal is configured with smartstore [volume:aws_s3_vol]=====&lt;/P&gt;

&lt;P&gt;[_audit]&lt;BR /&gt;
thawedPath = $SPLUNK_DB/_audit/thaweddb&lt;BR /&gt;
remotePath = volume:my_s3_vol/$_index_name&lt;BR /&gt;
repFactor = auto&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:03:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/SmartStore-Can-I-configure-Splunk-SmartStore-indexer-with/m-p/471847#M4177</guid>
      <dc:creator>rbal_splunk</dc:creator>
      <dc:date>2020-09-30T02:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: [SmartStore] Can I configure Splunk SmartStore indexer  with multiple object stores</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/SmartStore-Can-I-configure-Splunk-SmartStore-indexer-with/m-p/471848#M4178</link>
      <description>&lt;P&gt;i recommend to skip 7.3.1 for smart store migration as it is having a serious bug which will freeze buckets while migration and have a high possible chance to loose your data.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Sep 2019 06:22:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/SmartStore-Can-I-configure-Splunk-SmartStore-indexer-with/m-p/471848#M4178</guid>
      <dc:creator>saiganesh49</dc:creator>
      <dc:date>2019-09-14T06:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: [SmartStore] Can I configure Splunk SmartStore indexer  with multiple object stores</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/SmartStore-Can-I-configure-Splunk-SmartStore-indexer-with/m-p/471849#M4179</link>
      <description>&lt;P&gt;Does Splunk support multiple S3 object stores configured within the same indexer cluster?&lt;/P&gt;

&lt;P&gt;I understand the indexes.conf certainly allows this and I can configure each index to point to specific S3 storage but wanted to get clarified if this is indeed supported by Splunk.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 23:11:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/SmartStore-Can-I-configure-Splunk-SmartStore-indexer-with/m-p/471849#M4179</guid>
      <dc:creator>srajarat2</dc:creator>
      <dc:date>2020-03-18T23:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: [SmartStore] Can I configure Splunk SmartStore indexer  with multiple object stores</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/SmartStore-Can-I-configure-Splunk-SmartStore-indexer-with/m-p/471850#M4180</link>
      <description>&lt;P&gt;Yes Splunk support's multiple S3 object stores configured within the same indexer cluster&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 23:13:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/SmartStore-Can-I-configure-Splunk-SmartStore-indexer-with/m-p/471850#M4180</guid>
      <dc:creator>saiganesh49</dc:creator>
      <dc:date>2020-03-18T23:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: [SmartStore] Can I configure Splunk SmartStore indexer  with multiple object stores</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/SmartStore-Can-I-configure-Splunk-SmartStore-indexer-with/m-p/471851#M4181</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 23:19:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/SmartStore-Can-I-configure-Splunk-SmartStore-indexer-with/m-p/471851#M4181</guid>
      <dc:creator>srajarat2</dc:creator>
      <dc:date>2020-03-18T23:19:02Z</dc:date>
    </item>
  </channel>
</rss>

