<?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: Different Amount of Events per UF with different searches in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Different-Amount-of-Events-per-UF-with-different-searches/m-p/562435#M8481</link>
    <description>&lt;P&gt;In your first query you are looking at all events, for all internal and non-internal indexes.&lt;/P&gt;&lt;P&gt;In your second query you are looking only at _internal, and have it further delimited to only the Metrics component and the per_index_thruput group.&lt;/P&gt;&lt;P&gt;That is why you are seeing different results. Essentially, you are not comparing apples to apples, so to speak.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Aug 2021 16:16:36 GMT</pubDate>
    <dc:creator>codebuilder</dc:creator>
    <dc:date>2021-08-06T16:16:36Z</dc:date>
    <item>
      <title>Different Amount of Events per UF with different searches</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Different-Amount-of-Events-per-UF-with-different-searches/m-p/562368#M8471</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;Iam creating a dashboard which show some statistics about the UFs of our environment.&lt;/P&gt;&lt;P&gt;By finding a good solution for the amount of events delivered per index, I noticed something I cant explain at the moment. Hopefully you can bring light in the dark. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For my understanding:&lt;/P&gt;&lt;P&gt;# The amount of indexed events on the indexer by the forwarder itself&lt;/P&gt;&lt;P&gt;| tstats count as eventcount where index=* OR index=_* host=APP01 earliest=-60m@m latest=now by index, sourcetype | stats sum(eventcount) as eventcount by index&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="50%"&gt;index&lt;/TD&gt;&lt;TD width="50%"&gt;eventcount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;_internal&lt;/TD&gt;&lt;TD width="50%"&gt;11608&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;win&lt;/TD&gt;&lt;TD width="50%"&gt;1337&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# The amount of events which are forwarded by the forwarder&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=_internal component=Metrics host=APP01 series=* NOT series IN (main) group=per_index_thruput&lt;BR /&gt;| stats sum(ev) AS eventcount by series&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="50%"&gt;series&lt;/TD&gt;&lt;TD width="50%"&gt;eventcount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;_internal&lt;/TD&gt;&lt;TD width="50%"&gt;1243&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;win&lt;/TD&gt;&lt;TD width="50%"&gt;2876&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But both of them are delivering different values for the same timerange (60min)&lt;/P&gt;&lt;P&gt;Has anyone an idea why this is happening?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;BR, Tom&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 06:49:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Different-Amount-of-Events-per-UF-with-different-searches/m-p/562368#M8471</guid>
      <dc:creator>sscholz</dc:creator>
      <dc:date>2021-08-06T06:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Different Amount of Events per UF with different searches</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Different-Amount-of-Events-per-UF-with-different-searches/m-p/562435#M8481</link>
      <description>&lt;P&gt;In your first query you are looking at all events, for all internal and non-internal indexes.&lt;/P&gt;&lt;P&gt;In your second query you are looking only at _internal, and have it further delimited to only the Metrics component and the per_index_thruput group.&lt;/P&gt;&lt;P&gt;That is why you are seeing different results. Essentially, you are not comparing apples to apples, so to speak.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 16:16:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Different-Amount-of-Events-per-UF-with-different-searches/m-p/562435#M8481</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2021-08-06T16:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Different Amount of Events per UF with different searches</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Different-Amount-of-Events-per-UF-with-different-searches/m-p/563601#M8527</link>
      <description>&lt;P&gt;Thank you for clarification.&lt;/P&gt;&lt;P&gt;It seems that i had apples on my eyes. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greetings.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 08:18:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Different-Amount-of-Events-per-UF-with-different-searches/m-p/563601#M8527</guid>
      <dc:creator>sscholz</dc:creator>
      <dc:date>2021-08-17T08:18:31Z</dc:date>
    </item>
  </channel>
</rss>

