<?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: Metrics data for same time and number of events is different from 6.1.5 to 6.5.2 in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Metrics-data-for-same-time-and-number-of-events-is-different/m-p/315179#M59000</link>
    <description>&lt;P&gt;you can use the host fields to understand if a log was generated by IndexerA or IndexerB.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Sat, 08 Apr 2017 09:22:12 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2017-04-08T09:22:12Z</dc:date>
    <item>
      <title>Metrics data for same time and number of events is different from 6.1.5 to 6.5.2</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Metrics-data-for-same-time-and-number-of-events-is-different/m-p/315176#M58997</link>
      <description>&lt;P&gt;I've got a Splunk indexer (call it &lt;STRONG&gt;indexerA&lt;/STRONG&gt;) on 6.1.5 which is forwarding logs for specific indexes to another Splunk indexer (call it &lt;STRONG&gt;indexerB&lt;/STRONG&gt;) which is on 6.5.2. I ran this search on both using the exact same time period (1 hour from 2:30 to 3:30pm) and got different results:&lt;/P&gt;

&lt;P&gt;index=_internal source=&lt;EM&gt;metrics&lt;/EM&gt; group=per_index_thruput series="winevent_dc_index"&lt;BR /&gt;
| rename series as index&lt;BR /&gt;
| eval MB=kb/1024&lt;BR /&gt;
|stats sum(MB) as MB by index&lt;/P&gt;

&lt;P&gt;On indexerA the search returned 795.783 megabytes and 3,881 (metrics) events&lt;BR /&gt;
On indexerB the search returned 1,192.564 megabytes and 3,996 (metrics) events&lt;/P&gt;

&lt;P&gt;Net I did a simple &lt;CODE&gt;index=winevent_dc_index | stats count&lt;/CODE&gt; on both with the same time-frame to see if  the number of indexed log entries matched on the two systems. They did:&lt;/P&gt;

&lt;P&gt;Events on indexerA winevent_dc_index: 596,399&lt;BR /&gt;
Events on indexerB winevent_dc_index: 595,399&lt;/P&gt;

&lt;P&gt;I then drilled down on one of the records on one box, then the other, and compared the source. They were identical, so nothing is being added.&lt;/P&gt;

&lt;P&gt;Why are these metrics different?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:34:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Metrics-data-for-same-time-and-number-of-events-is-different/m-p/315176#M58997</guid>
      <dc:creator>wrangler2x</dc:creator>
      <dc:date>2020-09-29T13:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Metrics data for same time and number of events is different from 6.1.5 to 6.5.2</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Metrics-data-for-same-time-and-number-of-events-is-different/m-p/315177#M58998</link>
      <description>&lt;P&gt;Hi wrangler2x,&lt;BR /&gt;
probably the problem is that in IndexerB there are internal logs of both indexers (splunkd.log metrics.log, ...) related to indexing on winevent_dc_index index, insytead in IndexerA there aren't IndexerB logs.&lt;BR /&gt;
Try to exclude IndexerB logs from your search and verify results.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:34:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Metrics-data-for-same-time-and-number-of-events-is-different/m-p/315177#M58998</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-29T13:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Metrics data for same time and number of events is different from 6.1.5 to 6.5.2</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Metrics-data-for-same-time-and-number-of-events-is-different/m-p/315178#M58999</link>
      <description>&lt;P&gt;I don't think that should be the case, because this is in the &lt;STRONG&gt;outputs.conf&lt;/STRONG&gt; file global &lt;STRONG&gt;tcpout&lt;/STRONG&gt; stanza that is on the system sending the logs (IndexerA):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;forwardedindex.0.whitelist = .*
forwardedindex.1.blacklist = _.*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;that should stop the _internal index and more that starts with an underscore from being sent.&lt;/P&gt;

&lt;P&gt;I've just been looking at the _internal metrics on IndexerB and there is nothing I can see that tells you what system they originated on, so how would you know this is so and exclude from the results?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 22:46:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Metrics-data-for-same-time-and-number-of-events-is-different/m-p/315178#M58999</guid>
      <dc:creator>wrangler2x</dc:creator>
      <dc:date>2017-04-07T22:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Metrics data for same time and number of events is different from 6.1.5 to 6.5.2</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Metrics-data-for-same-time-and-number-of-events-is-different/m-p/315179#M59000</link>
      <description>&lt;P&gt;you can use the host fields to understand if a log was generated by IndexerA or IndexerB.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2017 09:22:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Metrics-data-for-same-time-and-number-of-events-is-different/m-p/315179#M59000</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-04-08T09:22:12Z</dc:date>
    </item>
  </channel>
</rss>

