<?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 can I monitor the number of current artifacts (search jobs in dispatch) from Splunk internal logs in a search head clustering environment? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-monitor-the-number-of-current-artifacts-search-jobs-in/m-p/216477#M8066</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Yes it is already the case.&lt;/P&gt;

&lt;P&gt;We are monitoring our distributed deployment (4x cluster indexer, 4x sh cluster, deployment, Heavy and Universal forwarders) from the DMC which is deployed in the master node.&lt;/P&gt;

&lt;P&gt;The DMC has access to every peer, can i get the number of artifacts from the introspection data ?&lt;/P&gt;

&lt;P&gt;Currently we are facing a 6.2.6 bug that prevents the captain from cleaning correctly artifacts (SPL official case opened, fix expected 18th november), this reveals to us the importance of monitoring artifacts of sh nodes, and i would prefer doing from Splunk directly more that writing an sh script to count the number of objects in dispatch directories of sh nodes... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;  &lt;/P&gt;</description>
    <pubDate>Thu, 05 Nov 2015 19:43:25 GMT</pubDate>
    <dc:creator>guilmxm</dc:creator>
    <dc:date>2015-11-05T19:43:25Z</dc:date>
    <item>
      <title>How can I monitor the number of current artifacts (search jobs in dispatch) from Splunk internal logs in a search head clustering environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-monitor-the-number-of-current-artifacts-search-jobs-in/m-p/216472#M8061</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;For troubleshooting and alerting purposes, I would like to be able to monitor the number of current active artifact objects in the dispatch directory of our search heads ($SPLUNK_HOME/var/run/splunk/dispatch) in a search head cluster deployment.&lt;/P&gt;

&lt;P&gt;As Splunk warns when there more artifacts than the default limits. I guess it should be able to retrieve the number of artifacts in internal Splunk logs, _internal, _audit, _introspection or &lt;CODE&gt;| rest&lt;/CODE&gt; command ?&lt;/P&gt;

&lt;P&gt;Could not find the good search yet, is it possible?&lt;/P&gt;

&lt;P&gt;Thank you in advance.&lt;/P&gt;

&lt;P&gt;Guilhem&lt;/P&gt;</description>
      <pubDate>Sun, 01 Nov 2015 10:41:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-monitor-the-number-of-current-artifacts-search-jobs-in/m-p/216472#M8061</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2015-11-01T10:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can I monitor the number of current artifacts (search jobs in dispatch) from Splunk internal logs in a search head clustering environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-monitor-the-number-of-current-artifacts-search-jobs-in/m-p/216473#M8062</link>
      <description>&lt;P&gt;I think this search leveraging 'rest' should do what you want - there are number of ways to further differentiate between running / completed jobs, etc. if you need to break that out.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/search/jobs | stats count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 01 Nov 2015 21:20:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-monitor-the-number-of-current-artifacts-search-jobs-in/m-p/216473#M8062</guid>
      <dc:creator>emechler_splunk</dc:creator>
      <dc:date>2015-11-01T21:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can I monitor the number of current artifacts (search jobs in dispatch) from Splunk internal logs in a search head clustering environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-monitor-the-number-of-current-artifacts-search-jobs-in/m-p/216474#M8063</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;Thank you for your answer.&lt;BR /&gt;
I've checked on a standalone instance, and indeed it reports the number of current artefacts in dispatcher.&lt;/P&gt;

&lt;P&gt;I will check how this works in sh cluster, and if i can get the result for each search head with the rest command.&lt;BR /&gt;
And will revert&lt;/P&gt;

&lt;P&gt;Guilhem&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 00:48:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-monitor-the-number-of-current-artifacts-search-jobs-in/m-p/216474#M8063</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2015-11-02T00:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can I monitor the number of current artifacts (search jobs in dispatch) from Splunk internal logs in a search head clustering environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-monitor-the-number-of-current-artifacts-search-jobs-in/m-p/216475#M8064</link>
      <description>&lt;P&gt;After having checked in deployment architecture, i indeed get the number of artifacts on the search head the search were executed.&lt;/P&gt;

&lt;P&gt;In your knowledge, is there a way to target all of our search heads with the | rest command ?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 19:26:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-monitor-the-number-of-current-artifacts-search-jobs-in/m-p/216475#M8064</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2015-11-05T19:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I monitor the number of current artifacts (search jobs in dispatch) from Splunk internal logs in a search head clustering environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-monitor-the-number-of-current-artifacts-search-jobs-in/m-p/216476#M8065</link>
      <description>&lt;P&gt;Have you considered using the Distributed Management Console on a search head (must be &lt;EM&gt;outside&lt;/EM&gt; the SHC) and making it the "search head of search heads"?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 19:29:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-monitor-the-number-of-current-artifacts-search-jobs-in/m-p/216476#M8065</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-11-05T19:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can I monitor the number of current artifacts (search jobs in dispatch) from Splunk internal logs in a search head clustering environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-monitor-the-number-of-current-artifacts-search-jobs-in/m-p/216477#M8066</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Yes it is already the case.&lt;/P&gt;

&lt;P&gt;We are monitoring our distributed deployment (4x cluster indexer, 4x sh cluster, deployment, Heavy and Universal forwarders) from the DMC which is deployed in the master node.&lt;/P&gt;

&lt;P&gt;The DMC has access to every peer, can i get the number of artifacts from the introspection data ?&lt;/P&gt;

&lt;P&gt;Currently we are facing a 6.2.6 bug that prevents the captain from cleaning correctly artifacts (SPL official case opened, fix expected 18th november), this reveals to us the importance of monitoring artifacts of sh nodes, and i would prefer doing from Splunk directly more that writing an sh script to count the number of objects in dispatch directories of sh nodes... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;  &lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 19:43:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-monitor-the-number-of-current-artifacts-search-jobs-in/m-p/216477#M8066</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2015-11-05T19:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I monitor the number of current artifacts (search jobs in dispatch) from Splunk internal logs in a search head clustering environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-monitor-the-number-of-current-artifacts-search-jobs-in/m-p/216478#M8067</link>
      <description>&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/322363/upgraded-to-626-in-search-head-cluster-shc-environ.html"&gt;https://answers.splunk.com/answers/322363/upgraded-to-626-in-search-head-cluster-shc-environ.html&lt;/A&gt;&lt;BR /&gt;
Here's the workaround if you don't want to go to 6.3&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2015 19:48:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-monitor-the-number-of-current-artifacts-search-jobs-in/m-p/216478#M8067</guid>
      <dc:creator>cjonestsi</dc:creator>
      <dc:date>2015-11-11T19:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I monitor the number of current artifacts (search jobs in dispatch) from Splunk internal logs in a search head clustering environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-monitor-the-number-of-current-artifacts-search-jobs-in/m-p/216479#M8068</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Yes, that's correct, and interesting.&lt;BR /&gt;
We've opened a case, and support gave us that information about the upcoming fix (in 6.2.8)&lt;BR /&gt;
Migrating to 6.3.x would be nice, but we're not yet ready to.&lt;/P&gt;

&lt;P&gt;Thanks for your comment&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2015 20:19:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-monitor-the-number-of-current-artifacts-search-jobs-in/m-p/216479#M8068</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2015-11-11T20:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can I monitor the number of current artifacts (search jobs in dispatch) from Splunk internal logs in a search head clustering environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-monitor-the-number-of-current-artifacts-search-jobs-in/m-p/216480#M8069</link>
      <description>&lt;P&gt;Ended with a small sh script that reports the number of directories within the dispatcher of each search head and we're good &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Dec 2015 14:52:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-monitor-the-number-of-current-artifacts-search-jobs-in/m-p/216480#M8069</guid>
      <dc:creator>guilmxm</dc:creator>
      <dc:date>2015-12-20T14:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can I monitor the number of current artifacts (search jobs in dispatch) from Splunk internal logs in a search head clustering environment?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-monitor-the-number-of-current-artifacts-search-jobs-in/m-p/216481#M8070</link>
      <description>&lt;P&gt;How can I find the current active artifact objects in the dispatch directory by user?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 17:55:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-monitor-the-number-of-current-artifacts-search-jobs-in/m-p/216481#M8070</guid>
      <dc:creator>leticiamartello</dc:creator>
      <dc:date>2019-10-15T17:55:50Z</dc:date>
    </item>
  </channel>
</rss>

