<?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 to evict buckets from smartstore cache? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/440993#M15545</link>
    <description>&lt;P&gt;It's the volume name where the cache/hot buckets is located. &lt;/P&gt;

&lt;P&gt;so if you have volume &lt;BR /&gt;
/path/hotIndexVolume &lt;BR /&gt;
/path/coldMountVolume/&lt;/P&gt;

&lt;P&gt;Pass it /path/hotIndexVolume&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 19:55:38 GMT</pubDate>
    <dc:creator>Bselberg</dc:creator>
    <dc:date>2020-02-21T19:55:38Z</dc:date>
    <item>
      <title>How to evict buckets from smartstore cache?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/440984#M15536</link>
      <description>&lt;P&gt;I'm testing Smartstore feature and I would like to test search performance when all buckets have to be downloaded from remote storage. To do this I would like to evict all the buckets from cache. Is there any command for this?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 11:17:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/440984#M15536</guid>
      <dc:creator>szymonledzinski</dc:creator>
      <dc:date>2018-12-19T11:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to evict buckets from smartstore cache?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/440985#M15537</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;curl -ku admin:changeme "https://localhost:8089/services/admin/cacheman/_evict" -d path=/path_to_cache/ -d mb=99999999999
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;you didn't ask for it, but the reverse is:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -ku admin:changeme "https://localhost:8089/services/admin/cacheman/_localize" -X POST
NOTE - triggering this endpoint will prevent normal evictions from occurring on the indexer afterwards until it restarts - thanks @tonguyen 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 22 Dec 2018 07:50:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/440985#M15537</guid>
      <dc:creator>dxu_splunk</dc:creator>
      <dc:date>2018-12-22T07:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to evict buckets from smartstore cache?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/440986#M15538</link>
      <description>&lt;P&gt;Note: If you hit the &lt;CODE&gt;_localize&lt;/CODE&gt; endpoint, you will not be able to evict any additional buckets until a restart occurs.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Dec 2018 07:55:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/440986#M15538</guid>
      <dc:creator>tonguyen_splunk</dc:creator>
      <dc:date>2018-12-22T07:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to evict buckets from smartstore cache?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/440987#M15539</link>
      <description>&lt;P&gt;@dxu excellent answer as always, do you know when cacheman will be added to the REST API reference manual? I cannot see it documented there...&lt;/P&gt;</description>
      <pubDate>Sun, 23 Dec 2018 22:36:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/440987#M15539</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2018-12-23T22:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to evict buckets from smartstore cache?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/440988#M15540</link>
      <description>&lt;P&gt;good call, we should doc it! i'll leave some feedback on the REST docs page (bottom of the page!)&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 21:31:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/440988#M15540</guid>
      <dc:creator>dxu_splunk</dc:creator>
      <dc:date>2019-01-14T21:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to evict buckets from smartstore cache?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/440989#M15541</link>
      <description>&lt;P&gt;there are some notes here &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Indexer/TroubleshootSmartStore#Troubleshoot_with_REST_searches"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Indexer/TroubleshootSmartStore#Troubleshoot_with_REST_searches&lt;/A&gt; , not sure when these endpoints will be documented on the REST api&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 23:12:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/440989#M15541</guid>
      <dc:creator>dxu_splunk</dc:creator>
      <dc:date>2019-01-14T23:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to evict buckets from smartstore cache?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/440990#M15542</link>
      <description>&lt;P&gt;in real life, what does "/path_to_cache/" correspond to? is it the root of an index folder (ie the one containing "db" and "summary") or per bucket?&lt;/P&gt;

&lt;P&gt;Thanks Vincent.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:19:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/440990#M15542</guid>
      <dc:creator>anz_leycurav</dc:creator>
      <dc:date>2020-09-30T00:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to evict buckets from smartstore cache?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/440991#M15543</link>
      <description>&lt;P&gt;Incase you want to delete a particular bucket and check how long it takes to download. Use the below.&lt;/P&gt;

&lt;P&gt;curl -ku admin:changeme &lt;A href="https://XX.XX.XX.XX:8089/services/admin/cacheman/$$bucketid$$/evict"&gt;https://XX.XX.XX.XX:8089/services/admin/cacheman/$$bucketid$$/evict&lt;/A&gt; -X POST&lt;/P&gt;

&lt;P&gt;To get the bucket id(| dbinspect index=indexname). This query result will shows the original path of the data present in splunk. Check the before and after evicting the buckets. Once it is evicted, run search which includes the search results available in the bucket. The buckets will be downloaded in the original path. Index=indexname component=cachemanager action=download &lt;EM&gt;bucketid&lt;/EM&gt; shows it is downloaded.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 18:04:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/440991#M15543</guid>
      <dc:creator>saravanan90</dc:creator>
      <dc:date>2019-09-09T18:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to evict buckets from smartstore cache?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/440992#M15544</link>
      <description>&lt;P&gt;Did you find out the answer for this?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 20:26:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/440992#M15544</guid>
      <dc:creator>krishnasrinivas</dc:creator>
      <dc:date>2019-09-30T20:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to evict buckets from smartstore cache?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/440993#M15545</link>
      <description>&lt;P&gt;It's the volume name where the cache/hot buckets is located. &lt;/P&gt;

&lt;P&gt;so if you have volume &lt;BR /&gt;
/path/hotIndexVolume &lt;BR /&gt;
/path/coldMountVolume/&lt;/P&gt;

&lt;P&gt;Pass it /path/hotIndexVolume&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 19:55:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/440993#M15545</guid>
      <dc:creator>Bselberg</dc:creator>
      <dc:date>2020-02-21T19:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to evict buckets from smartstore cache?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/645685#M27173</link>
      <description>&lt;P&gt;For the manual localize endpoint mentioned:&lt;/P&gt;&lt;PRE&gt;curl -ku admin:changeme "https://localhost:8089/services/admin/cacheman/_localize" -X POST&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Will it be localizing of all the buckets, of all the smartstore enabled indexes?&amp;nbsp; What are the specific endpoints for localizing an individual bucket or index?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jun 2023 23:23:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-evict-buckets-from-smartstore-cache/m-p/645685#M27173</guid>
      <dc:creator>splunker686</dc:creator>
      <dc:date>2023-06-04T23:23:24Z</dc:date>
    </item>
  </channel>
</rss>

