<?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: Search Head Cluster - Scheduled Search Running only in one instance in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Cluster-Scheduled-Search-Running-only-in-one/m-p/310032#M11766</link>
    <description>&lt;P&gt;Hi, It is helpful. &lt;/P&gt;

&lt;P&gt;Can you please let us know how we can figure out which search head picked up a scheduled search?&lt;/P&gt;

&lt;P&gt;Currently we are running the following command on all seach heads - &lt;BR /&gt;
$ cat splunkd.log | grep "searchname" &lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2017 05:39:20 GMT</pubDate>
    <dc:creator>ykpramodhcbt</dc:creator>
    <dc:date>2017-12-05T05:39:20Z</dc:date>
    <item>
      <title>Search Head Cluster - Scheduled Search Running only in one instance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Cluster-Scheduled-Search-Running-only-in-one/m-p/310029#M11763</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;We have a search head cluster with 3 search heads along with a deployer. We have a scheduled search which runs a query every 8 hours and pushes the data to the "summary indexes". Though the search is scheduled on all the search heads (SH1, SH2, SH3), we observed that the summary index calculation is happening only in one of the search heads. Is this a default setting?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 13:09:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Cluster-Scheduled-Search-Running-only-in-one/m-p/310029#M11763</guid>
      <dc:creator>ykpramodhcbt</dc:creator>
      <dc:date>2017-12-01T13:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Cluster - Scheduled Search Running only in one instance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Cluster-Scheduled-Search-Running-only-in-one/m-p/310030#M11764</link>
      <description>&lt;P&gt;Hi @ykpramodhcbt,&lt;/P&gt;

&lt;P&gt;When you schedule a search in Search Head Cluster, it will run only on 1 search head not all search heads. In Search Head Cluster, captain will decide(Baed on load on SH) on which SH scheduled search will run so it will be fine if is running on same server on daily basis.&lt;/P&gt;

&lt;P&gt;Additionally also check whether you have configured to run ad-hoc searches only on 2 search heads based on this &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.0/DistSearch/Adhocclustermember"&gt;documentation&lt;/A&gt;? If so then 2 search heads will run ad-hoc searches only and only 1 search head will run schedule searches.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 13:17:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Cluster-Scheduled-Search-Running-only-in-one/m-p/310030#M11764</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2017-12-01T13:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Cluster - Scheduled Search Running only in one instance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Cluster-Scheduled-Search-Running-only-in-one/m-p/310031#M11765</link>
      <description>&lt;P&gt;Hi @ykpramodhcbt,&lt;/P&gt;

&lt;P&gt;Comment which I have provided helped you to figure out problem you are facing? &lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 14:51:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Cluster-Scheduled-Search-Running-only-in-one/m-p/310031#M11765</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2017-12-04T14:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Cluster - Scheduled Search Running only in one instance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Cluster-Scheduled-Search-Running-only-in-one/m-p/310032#M11766</link>
      <description>&lt;P&gt;Hi, It is helpful. &lt;/P&gt;

&lt;P&gt;Can you please let us know how we can figure out which search head picked up a scheduled search?&lt;/P&gt;

&lt;P&gt;Currently we are running the following command on all seach heads - &lt;BR /&gt;
$ cat splunkd.log | grep "searchname" &lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 05:39:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Cluster-Scheduled-Search-Running-only-in-one/m-p/310032#M11766</guid>
      <dc:creator>ykpramodhcbt</dc:creator>
      <dc:date>2017-12-05T05:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Search Head Cluster - Scheduled Search Running only in one instance</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Cluster-Scheduled-Search-Running-only-in-one/m-p/310033#M11767</link>
      <description>&lt;P&gt;If you are forwarding your search head logs to indexer then you can use query &lt;CODE&gt;index=_internal host=&amp;lt;Sead Heads&amp;gt; source=*scheduler.log*&lt;/CODE&gt; to find out which search ran on which search heads. I am not in front of my splunk instance otherwise I'll provide more accurate query.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 05:51:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Search-Head-Cluster-Scheduled-Search-Running-only-in-one/m-p/310033#M11767</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2017-12-05T05:51:23Z</dc:date>
    </item>
  </channel>
</rss>

