<?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 Smartstore SignatureDoesNotMatch Error in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Smartstore-SignatureDoesNotMatch-Error/m-p/762993#M120793</link>
    <description>&lt;P&gt;I am trying to setup a new cluster with smartstore to an S3 compliant DELL storage and failing. The configuration is very basic as I have tried to keep every other setting to defaults.&lt;/P&gt;&lt;P&gt;indexes.conf looks like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[volume:remote_store]
storageType = remote
path = s3://splunk-bucket/
remote.s3.access_key = xyzzy
remote.s3.secret_key = xyzzy
remote.s3.endpoint = https://internal-xyz-s3.com
remote.s3.auth_region = us-east-1

[default]
remotePath = volume:remote_store/$_index_name&lt;/LI-CODE&gt;&lt;P&gt;Those are the only s3 configuration. Splunk fails with the below error&lt;/P&gt;&lt;P&gt;statusCode=403 statusDescription="Forbidden" payload="&amp;lt;Error&amp;gt;&amp;lt;Code&amp;gt;SignatureDoesNotMatch&amp;lt;/Code&amp;gt;&amp;lt;Message&amp;gt;The request signature we calculated does not match the signature you provided. Check your Secret Access Key and signing method. For more information, see REST Authentication and SOAP Authentication for details.&amp;lt;/Message&amp;gt;&lt;/P&gt;&lt;P&gt;aws cli works from the same indexer peer and is able to connect successfully to the s3 store using same credentials. Its only when Splunk tries to use S3 it gets a 403.&lt;/P&gt;&lt;P&gt;Version: Splunk Enterprise 9.4.6&lt;/P&gt;</description>
    <pubDate>Wed, 19 Aug 2026 13:27:11 GMT</pubDate>
    <dc:creator>prad87</dc:creator>
    <dc:date>2026-08-19T13:27:11Z</dc:date>
    <item>
      <title>Smartstore SignatureDoesNotMatch Error</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Smartstore-SignatureDoesNotMatch-Error/m-p/762993#M120793</link>
      <description>&lt;P&gt;I am trying to setup a new cluster with smartstore to an S3 compliant DELL storage and failing. The configuration is very basic as I have tried to keep every other setting to defaults.&lt;/P&gt;&lt;P&gt;indexes.conf looks like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[volume:remote_store]
storageType = remote
path = s3://splunk-bucket/
remote.s3.access_key = xyzzy
remote.s3.secret_key = xyzzy
remote.s3.endpoint = https://internal-xyz-s3.com
remote.s3.auth_region = us-east-1

[default]
remotePath = volume:remote_store/$_index_name&lt;/LI-CODE&gt;&lt;P&gt;Those are the only s3 configuration. Splunk fails with the below error&lt;/P&gt;&lt;P&gt;statusCode=403 statusDescription="Forbidden" payload="&amp;lt;Error&amp;gt;&amp;lt;Code&amp;gt;SignatureDoesNotMatch&amp;lt;/Code&amp;gt;&amp;lt;Message&amp;gt;The request signature we calculated does not match the signature you provided. Check your Secret Access Key and signing method. For more information, see REST Authentication and SOAP Authentication for details.&amp;lt;/Message&amp;gt;&lt;/P&gt;&lt;P&gt;aws cli works from the same indexer peer and is able to connect successfully to the s3 store using same credentials. Its only when Splunk tries to use S3 it gets a 403.&lt;/P&gt;&lt;P&gt;Version: Splunk Enterprise 9.4.6&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2026 13:27:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Smartstore-SignatureDoesNotMatch-Error/m-p/762993#M120793</guid>
      <dc:creator>prad87</dc:creator>
      <dc:date>2026-08-19T13:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Smartstore SignatureDoesNotMatch Error</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Smartstore-SignatureDoesNotMatch-Error/m-p/763004#M120794</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/318016"&gt;@prad87&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The SignatureDoesNotMatch error with Dell S3-compatible storage could be due to the configuraiton/support of signature versions in the Dell System, I would suggest try setting Splunk to use v2 instead of the default v4 signature.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Add the following to your&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;indexes.conf:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;[volume:remote_store] &lt;BR /&gt;remote.s3.signature_version = v2
remote.s3.url_version = v1&lt;/PRE&gt;&lt;P&gt;The url_version = v1 setting must be set when&amp;nbsp;signature_version = v2&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once done restart Splunk.&lt;/P&gt;&lt;P&gt;For more info check out&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Indexesconf" target="_blank" rel="noopener"&gt;indexes.conf - remote.s3.signature_version&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt; &lt;STRONG&gt;Did this answer help you? If so, please consider&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2026 18:44:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Smartstore-SignatureDoesNotMatch-Error/m-p/763004#M120794</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2026-08-19T18:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Smartstore SignatureDoesNotMatch Error</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Smartstore-SignatureDoesNotMatch-Error/m-p/763180#M120819</link>
      <description>&lt;P&gt;In my case the default signature_version and url_version was good enough. The problem was that the bucket had to be created in advance and the bucket had to be created with the same access key Splunk was going to be used. The problem arose from this mix up. So make sure bucket is created in advance and by the same access key.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2026 07:51:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Smartstore-SignatureDoesNotMatch-Error/m-p/763180#M120819</guid>
      <dc:creator>prad87</dc:creator>
      <dc:date>2026-08-27T07:51:14Z</dc:date>
    </item>
  </channel>
</rss>

