<?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: Compare data row count in Splunk Vs SQL server in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Compare-data-row-count-in-Splunk-Vs-SQL-server/m-p/535107#M4718</link>
    <description>&lt;P class="lia-align-justify"&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/129407"&gt;@thambisetty&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;I found the solution for it.. There should be integer incremented value for rising column that Spunk understand properly..&lt;/P&gt;&lt;P class="lia-align-justify"&gt;I also changed the rising column to it Id (int incremented value in DB) instead of datetime and its working fine..&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jan 2021 21:23:10 GMT</pubDate>
    <dc:creator>MittalKamal</dc:creator>
    <dc:date>2021-01-07T21:23:10Z</dc:date>
    <item>
      <title>Compare data row count in Splunk Vs SQL server</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Compare-data-row-count-in-Splunk-Vs-SQL-server/m-p/530910#M4680</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am fetching data for Splunk from Sql database. I found some of the rows are missing..&lt;/P&gt;&lt;P&gt;I am checking it for complete day with below splunk query&lt;/P&gt;&lt;P&gt;index="myavista_events" sourcetype="myavista:sitecore:sqldb" | stats count&lt;/P&gt;&lt;P&gt;and for the same period I am checking it SQL with sql query and found lots of diff in count.. In SQL data count is more as compare to Splunk.. SO some data is missing in Splunk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am fetching the data at every 5 min interval from DB.. And I tried to check the count in each fetch with below Splunk query..&lt;/P&gt;&lt;P&gt;index=_internal ServerName "format_hec_success_count"&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is giving count like&amp;nbsp;&lt;SPAN class="t a"&gt;&lt;SPAN class="t"&gt;format_hec_success_count&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN class="t"&gt;3365&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="t"&gt;But this number is also not matching with sql query for same timespan..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please suggest how can I get the complete sql data in splunk...&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 22:31:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Compare-data-row-count-in-Splunk-Vs-SQL-server/m-p/530910#M4680</guid>
      <dc:creator>MittalKamal</dc:creator>
      <dc:date>2020-11-25T22:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Compare data row count in Splunk Vs SQL server</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Compare-data-row-count-in-Splunk-Vs-SQL-server/m-p/530991#M4681</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/229142"&gt;@MittalKamal&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what is your rising column?&lt;/P&gt;&lt;P&gt;are events overwritten in 5 minutes in DB?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 10:59:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Compare-data-row-count-in-Splunk-Vs-SQL-server/m-p/530991#M4681</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-11-26T10:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Compare data row count in Splunk Vs SQL server</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Compare-data-row-count-in-Splunk-Vs-SQL-server/m-p/532398#M4698</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/129407"&gt;@thambisetty&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for late reply..&lt;/P&gt;&lt;P&gt;Rising column is eventDateTime&lt;/P&gt;&lt;P&gt;No, events are not overridden in DB&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 21:25:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Compare-data-row-count-in-Splunk-Vs-SQL-server/m-p/532398#M4698</guid>
      <dc:creator>MittalKamal</dc:creator>
      <dc:date>2020-12-08T21:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Compare data row count in Splunk Vs SQL server</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Compare-data-row-count-in-Splunk-Vs-SQL-server/m-p/535107#M4718</link>
      <description>&lt;P class="lia-align-justify"&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/129407"&gt;@thambisetty&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;I found the solution for it.. There should be integer incremented value for rising column that Spunk understand properly..&lt;/P&gt;&lt;P class="lia-align-justify"&gt;I also changed the rising column to it Id (int incremented value in DB) instead of datetime and its working fine..&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 21:23:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Compare-data-row-count-in-Splunk-Vs-SQL-server/m-p/535107#M4718</guid>
      <dc:creator>MittalKamal</dc:creator>
      <dc:date>2021-01-07T21:23:10Z</dc:date>
    </item>
  </channel>
</rss>

