<?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: Can I use search head to enhance searching speed? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Can-I-use-search-head-to-enhance-searching-speed/m-p/633169#M219945</link>
    <description>&lt;P&gt;Splunk does not support GPUs.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Mar 2023 13:48:04 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2023-03-03T13:48:04Z</dc:date>
    <item>
      <title>Can I use search head to enhance searching speed?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-use-search-head-to-enhance-searching-speed/m-p/632761#M219810</link>
      <description>&lt;P&gt;I am newbie in splunk.&lt;/P&gt;&lt;P&gt;I would like to enhance the searching speed.&lt;/P&gt;&lt;P&gt;I am using a splunk instance in a VM (Master) that indexed different data (more than 10 imdexes at this moment).&lt;/P&gt;&lt;P&gt;Can I create more search head (VM- SH 1 and SH 2) to speed up the search and how can I achieve it?&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 12:24:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-use-search-head-to-enhance-searching-speed/m-p/632761#M219810</guid>
      <dc:creator>Raymond2T</dc:creator>
      <dc:date>2023-03-01T12:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use search head to enhance searching speed?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-use-search-head-to-enhance-searching-speed/m-p/632768#M219811</link>
      <description>&lt;P&gt;More search heads will not enhance searching speed.&amp;nbsp; Additional SHs provide capacity to run more searches.&lt;/P&gt;&lt;P&gt;Search heads don't actually perform searches - they coordinate the actions of indexers, which do the real searching.&amp;nbsp; To enhance search performance, add more indexers then redistribute your data among them.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 13:59:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-use-search-head-to-enhance-searching-speed/m-p/632768#M219811</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-03-01T13:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use search head to enhance searching speed?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-use-search-head-to-enhance-searching-speed/m-p/632786#M219818</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233970"&gt;@Raymond2T&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;said, adding a new search Head could be useful to have fastest searches only if you have too many concurrent searches and your Indexers are able to support them.&lt;/P&gt;&lt;P&gt;If you want fastest searches, you have three solutions that can also be used at the same time and obviously the best solution is to apply all of them:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;using more performant disks: Splunk requires at least 800 IOPS for the data storage disks, check if your IOPS is compliant with this requirement: if not use another storage, if yes, use a more performant storage (es. SSD);&lt;/LI&gt;&lt;LI&gt;adding more resources to your Indexers, especially CPUs: remember that every search (and every subsearch) takes a CPU;&lt;/LI&gt;&lt;LI&gt;optimize your scheduled searches:&lt;UL&gt;&lt;LI&gt;avoiding real time searches (a search takes a cpu and releases it when finishes),&lt;/LI&gt;&lt;LI&gt;scheduling your scheduled searches at different times,&lt;/LI&gt;&lt;LI&gt;avoiding commands as join or transaction,&lt;/LI&gt;&lt;LI&gt;limiting the time frames,&lt;/LI&gt;&lt;LI&gt;using accelarations.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 15:00:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-use-search-head-to-enhance-searching-speed/m-p/632786#M219818</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-03-01T15:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use search head to enhance searching speed?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-use-search-head-to-enhance-searching-speed/m-p/633087#M219917</link>
      <description>&lt;P&gt;About accelaration , how can I do it ?&lt;BR /&gt;On the other hand, can I use GPU to improve the performance?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 01:57:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-use-search-head-to-enhance-searching-speed/m-p/633087#M219917</guid>
      <dc:creator>Raymond2T</dc:creator>
      <dc:date>2023-03-03T01:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use search head to enhance searching speed?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-use-search-head-to-enhance-searching-speed/m-p/633109#M219923</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233970"&gt;@Raymond2T&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;adding CPUs you improve the available resources, so you reduce the queues in searches executions.&lt;/P&gt;&lt;P&gt;About accelerations see at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.4/Knowledge/Aboutsummaryindexing" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.4/Knowledge/Aboutsummaryindexing&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition you could use Data Models (eventually accelerated)&amp;nbsp;which further improves performance (&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.4/Knowledge/Aboutdatamodels" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.4/Knowledge/Aboutdatamodels&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 07:43:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-use-search-head-to-enhance-searching-speed/m-p/633109#M219923</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-03-03T07:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use search head to enhance searching speed?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-use-search-head-to-enhance-searching-speed/m-p/633169#M219945</link>
      <description>&lt;P&gt;Splunk does not support GPUs.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 13:48:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-use-search-head-to-enhance-searching-speed/m-p/633169#M219945</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-03-03T13:48:04Z</dc:date>
    </item>
  </channel>
</rss>

