<?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: Indexer Menu 7.2.3 in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Indexer-Menu-7-2-3/m-p/432808#M75680</link>
    <description>&lt;P&gt;From Splunk docs:&lt;/P&gt;

&lt;P&gt;Searchable Data Copies:  The number of complete searchable copies of the index that the cluster has.&lt;BR /&gt;
Replicated Data Copies:  The number of copies of the index that the cluster has. Each copy must be complete, with no buckets missing.&lt;/P&gt;

&lt;P&gt;It shows that the moment you have one replicated data copy which becomes one searchable data copy, this data is searchable.&lt;/P&gt;

&lt;P&gt;You can look for more details about the actual number of copies and buckets using this search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest splunk_server_group=dmc_group_cluster_master splunk_server_group=dmc_indexerclustergroup* /services/cluster/master/indexes | fields title, is_searchable, replicated_copies_tracker*, searchable_copies_tracker*, num_buckets, index_size | rename replicated_copies_tracker.*.* as rp**, searchable_copies_tracker.*.* as sb** | eval replicated_data_copies = "" | foreach rp*actual_copies_per_slot [eval replicated_data_copies = replicated_data_copies." ".rp&amp;lt;&amp;lt;MATCHSTR&amp;gt;&amp;gt;actual_copies_per_slot."/".rp&amp;lt;&amp;lt;MATCHSTR&amp;gt;&amp;gt;expected_total_per_slot] | makemv replicated_data_copies | eval searchable_data_copies = "" | foreach sb*actual_copies_per_slot [eval searchable_data_copies = searchable_data_copies." ".sb&amp;lt;&amp;lt;MATCHSTR&amp;gt;&amp;gt;actual_copies_per_slot."/".sb&amp;lt;&amp;lt;MATCHSTR&amp;gt;&amp;gt;expected_total_per_slot] | makemv searchable_data_copies | eval is_searchable = if((is_searchable == 1) or (is_searchable == "1"), "Yes", "No") | eval index_size = round(index_size / 1024 / 1024 / 1024, 2)." GB" | fields title, is_searchable, searchable_data_copies, replicated_data_copies, num_buckets, index_size | search title="***" | search is_searchable="*" | rename title as "Index Name", is_searchable as "Fully Searchable", searchable_data_copies as "Searchable Data Copies", replicated_data_copies as "Replicated Data Copies", num_buckets as Buckets, index_size as "Cumulative Raw Data Size"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 06 Aug 2019 12:51:30 GMT</pubDate>
    <dc:creator>Azeemering</dc:creator>
    <dc:date>2019-08-06T12:51:30Z</dc:date>
    <item>
      <title>Indexer Menu 7.2.3</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexer-Menu-7-2-3/m-p/432807#M75679</link>
      <description>&lt;P&gt;What is the significance of searchable copies and replicated copies flapping between green and gray on the indexer cluster. Thank you for your assistance. &lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7465iE8A278A64C539F61/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 16:45:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexer-Menu-7-2-3/m-p/432807#M75679</guid>
      <dc:creator>halbeisendv</dc:creator>
      <dc:date>2019-08-05T16:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Indexer Menu 7.2.3</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Indexer-Menu-7-2-3/m-p/432808#M75680</link>
      <description>&lt;P&gt;From Splunk docs:&lt;/P&gt;

&lt;P&gt;Searchable Data Copies:  The number of complete searchable copies of the index that the cluster has.&lt;BR /&gt;
Replicated Data Copies:  The number of copies of the index that the cluster has. Each copy must be complete, with no buckets missing.&lt;/P&gt;

&lt;P&gt;It shows that the moment you have one replicated data copy which becomes one searchable data copy, this data is searchable.&lt;/P&gt;

&lt;P&gt;You can look for more details about the actual number of copies and buckets using this search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest splunk_server_group=dmc_group_cluster_master splunk_server_group=dmc_indexerclustergroup* /services/cluster/master/indexes | fields title, is_searchable, replicated_copies_tracker*, searchable_copies_tracker*, num_buckets, index_size | rename replicated_copies_tracker.*.* as rp**, searchable_copies_tracker.*.* as sb** | eval replicated_data_copies = "" | foreach rp*actual_copies_per_slot [eval replicated_data_copies = replicated_data_copies." ".rp&amp;lt;&amp;lt;MATCHSTR&amp;gt;&amp;gt;actual_copies_per_slot."/".rp&amp;lt;&amp;lt;MATCHSTR&amp;gt;&amp;gt;expected_total_per_slot] | makemv replicated_data_copies | eval searchable_data_copies = "" | foreach sb*actual_copies_per_slot [eval searchable_data_copies = searchable_data_copies." ".sb&amp;lt;&amp;lt;MATCHSTR&amp;gt;&amp;gt;actual_copies_per_slot."/".sb&amp;lt;&amp;lt;MATCHSTR&amp;gt;&amp;gt;expected_total_per_slot] | makemv searchable_data_copies | eval is_searchable = if((is_searchable == 1) or (is_searchable == "1"), "Yes", "No") | eval index_size = round(index_size / 1024 / 1024 / 1024, 2)." GB" | fields title, is_searchable, searchable_data_copies, replicated_data_copies, num_buckets, index_size | search title="***" | search is_searchable="*" | rename title as "Index Name", is_searchable as "Fully Searchable", searchable_data_copies as "Searchable Data Copies", replicated_data_copies as "Replicated Data Copies", num_buckets as Buckets, index_size as "Cumulative Raw Data Size"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Aug 2019 12:51:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Indexer-Menu-7-2-3/m-p/432808#M75680</guid>
      <dc:creator>Azeemering</dc:creator>
      <dc:date>2019-08-06T12:51:30Z</dc:date>
    </item>
  </channel>
</rss>

