<?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: event number from _internal index in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/event-number-from-internal-index/m-p/101682#M1230</link>
    <description>&lt;P&gt;I want to build a search query on _internal index that will tell me the number of events per every other indexes (like os, custom index) present on the server.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jan 2013 14:56:03 GMT</pubDate>
    <dc:creator>Splunk_U</dc:creator>
    <dc:date>2013-01-28T14:56:03Z</dc:date>
    <item>
      <title>event number from _internal index</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/event-number-from-internal-index/m-p/101680#M1228</link>
      <description>&lt;P&gt;I need to know the number of event by the index os from the _internal index&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2013 14:24:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/event-number-from-internal-index/m-p/101680#M1228</guid>
      <dc:creator>Splunk_U</dc:creator>
      <dc:date>2013-01-28T14:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: event number from _internal index</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/event-number-from-internal-index/m-p/101681#M1229</link>
      <description>&lt;P&gt;Manager -&amp;gt; indexes  will show the number of events per index. If this is not what you want, try to rephrase your question.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2013 14:53:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/event-number-from-internal-index/m-p/101681#M1229</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-01-28T14:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: event number from _internal index</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/event-number-from-internal-index/m-p/101682#M1230</link>
      <description>&lt;P&gt;I want to build a search query on _internal index that will tell me the number of events per every other indexes (like os, custom index) present on the server.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2013 14:56:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/event-number-from-internal-index/m-p/101682#M1230</guid>
      <dc:creator>Splunk_U</dc:creator>
      <dc:date>2013-01-28T14:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: event number from _internal index</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/event-number-from-internal-index/m-p/101683#M1231</link>
      <description>&lt;P&gt;I don't think that information is present in _internal, at least not the exact number of events. You could probably find some approximation by looking at the metrics logs (in _internal). The search below will tell you the daily amount of events per index (non-internal indexes only). &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd component=Metrics group=per_index_thruput series!=_* | timechart span=1d sum(ev) by series
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps,&lt;/P&gt;

&lt;P&gt;K&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2013 15:08:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/event-number-from-internal-index/m-p/101683#M1231</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-01-28T15:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: event number from _internal index</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/event-number-from-internal-index/m-p/101684#M1232</link>
      <description>&lt;P&gt;I have modified the query as I need the internal index data also..&lt;/P&gt;

&lt;P&gt;index=_internal sourcetype=splunkd component=Metrics group=per_index_thruput series=* | stats sum(ev) by series, host &lt;/P&gt;

&lt;P&gt;Now I have made all the data from the UF, Search Head to go to a particular Indexer. So the above query is giving the data for that Indexer only. Can I distinctly that from which original host the data is comming. I tried to use sourceHost but its not working&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:11:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/event-number-from-internal-index/m-p/101684#M1232</guid>
      <dc:creator>Splunk_U</dc:creator>
      <dc:date>2020-09-28T13:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: event number from _internal index</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/event-number-from-internal-index/m-p/101685#M1233</link>
      <description>&lt;P&gt;I would not trust the metrics for any type of calculation of volume, for the simple reason that metrics.log measure only the top 10 sample.&lt;/P&gt;

&lt;P&gt;If you really want to know the current number of events in a particular index , use the &lt;CODE&gt;| dbinspect index=myindex&lt;/CODE&gt; command on your indexers.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2013 07:53:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/event-number-from-internal-index/m-p/101685#M1233</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2013-01-29T07:53:31Z</dc:date>
    </item>
  </channel>
</rss>

