<?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 Splunk sizing: where is the search concurrency information? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-sizing-where-is-the-search-concurrency-information/m-p/191609#M55172</link>
    <description>&lt;P&gt;I've been reviewing the information around sizing Splunk installations and it seems to distill--at its simplest--to two key dimensions: data volume and search concurrency. While historical data volumes are relatively easy to get, it seems to be a lot harder to assemble interactive search activity and saved search activity into some kind of picture of overall search concurrency over a time period.&lt;/P&gt;

&lt;P&gt;Does anyone know where Splunk hides all the info you'd need to do this? A lot of the wiki entries seem to be out of date; SoS app gives this problem a good college try, but while the scheduled search stuff seems fine, it uses ps and investigates the command line for the interactive stuff which seems a bit random--surely this information is stored elsewhere in Splunk?&lt;/P&gt;

&lt;P&gt;Anyway you need all these things (and more of course) to size Splunk properly, and it's fairly strange that you don't seem to be able to get this out of the box. Especially when nearly everyone uses pilot projects to arrive at real sizing...somehow!&lt;/P&gt;</description>
    <pubDate>Mon, 03 Nov 2014 05:24:07 GMT</pubDate>
    <dc:creator>cmeo</dc:creator>
    <dc:date>2014-11-03T05:24:07Z</dc:date>
    <item>
      <title>Splunk sizing: where is the search concurrency information?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-sizing-where-is-the-search-concurrency-information/m-p/191609#M55172</link>
      <description>&lt;P&gt;I've been reviewing the information around sizing Splunk installations and it seems to distill--at its simplest--to two key dimensions: data volume and search concurrency. While historical data volumes are relatively easy to get, it seems to be a lot harder to assemble interactive search activity and saved search activity into some kind of picture of overall search concurrency over a time period.&lt;/P&gt;

&lt;P&gt;Does anyone know where Splunk hides all the info you'd need to do this? A lot of the wiki entries seem to be out of date; SoS app gives this problem a good college try, but while the scheduled search stuff seems fine, it uses ps and investigates the command line for the interactive stuff which seems a bit random--surely this information is stored elsewhere in Splunk?&lt;/P&gt;

&lt;P&gt;Anyway you need all these things (and more of course) to size Splunk properly, and it's fairly strange that you don't seem to be able to get this out of the box. Especially when nearly everyone uses pilot projects to arrive at real sizing...somehow!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2014 05:24:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-sizing-where-is-the-search-concurrency-information/m-p/191609#M55172</guid>
      <dc:creator>cmeo</dc:creator>
      <dc:date>2014-11-03T05:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk sizing: where is the search concurrency information?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-sizing-where-is-the-search-concurrency-information/m-p/191610#M55173</link>
      <description>&lt;P&gt;If you're using 6.x you can find that information in Activity (upper right hand corner) &amp;gt;&amp;gt; System Activity &amp;gt;&amp;gt; Search activity overview - or you can get to the raw data using the following search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*metrics.log group=search_concurrency "system total" NOT user=* 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 03 Nov 2014 05:50:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-sizing-where-is-the-search-concurrency-information/m-p/191610#M55173</guid>
      <dc:creator>Ledion_Bitincka</dc:creator>
      <dc:date>2014-11-03T05:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk sizing: where is the search concurrency information?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-sizing-where-is-the-search-concurrency-information/m-p/191611#M55174</link>
      <description>&lt;P&gt;I need history as well as current activity. Trying these two searches at the moment:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_audit action=search info=granted search=* NOT "search_id='scheduler" NOT "search='|history" NOT "user=splunk-system-user" NOT "search='typeahead" NOT "search='| metadata type=* | search totalCount&amp;gt;0" | timechart span=1m count(search)

index=_internal source=*metrics.log group=search_concurrency "system total" NOT user=* | timechart span=1m count(_raw)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;They are returning results that are different, the second giving counts very much larger than the first. Is there a canonical answer to this question? Unless there is, I'll go with the second and hope for the best...&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2014 23:13:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-sizing-where-is-the-search-concurrency-information/m-p/191611#M55174</guid>
      <dc:creator>cmeo</dc:creator>
      <dc:date>2014-11-03T23:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk sizing: where is the search concurrency information?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-sizing-where-is-the-search-concurrency-information/m-p/191612#M55175</link>
      <description>&lt;P&gt;found yet another variant:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| history | timechart span=1d count(search)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;different again...so which one do I trust?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2014 23:28:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-sizing-where-is-the-search-concurrency-information/m-p/191612#M55175</guid>
      <dc:creator>cmeo</dc:creator>
      <dc:date>2014-11-03T23:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk sizing: where is the search concurrency information?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-sizing-where-is-the-search-concurrency-information/m-p/191613#M55176</link>
      <description>&lt;P&gt;use/trust metrics.log &lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2014 07:13:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-sizing-where-is-the-search-concurrency-information/m-p/191613#M55176</guid>
      <dc:creator>Ledion_Bitincka</dc:creator>
      <dc:date>2014-11-05T07:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk sizing: where is the search concurrency information?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-sizing-where-is-the-search-concurrency-information/m-p/191614#M55177</link>
      <description>&lt;P&gt;did you try using dc(search) ?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 10:49:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-sizing-where-is-the-search-concurrency-information/m-p/191614#M55177</guid>
      <dc:creator>asimagu</dc:creator>
      <dc:date>2015-10-08T10:49:53Z</dc:date>
    </item>
  </channel>
</rss>

