<?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 Why is Splunk dbconnect v3 batch input unable to fully ingest all the rows from MSSQL? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-Splunk-dbconnect-v3-batch-input-unable-to-fully-ingest/m-p/407771#M49698</link>
    <description>&lt;P&gt;Am working on a project and realise that the dbconnect app (with batch input setting), is unable to fully ingest all the results queried on MSSQL. The difference in the row generated on MSSQL is so much more than what is ingested. the setting for my db_input.conf is as below:&lt;/P&gt;

&lt;P&gt;[myQuery]&lt;BR /&gt;
host = sampleHost&lt;BR /&gt;
connection = connectionName&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index = database&lt;BR /&gt;
index_time_mode = current&lt;BR /&gt;
interval = 36 * * * *&lt;BR /&gt;
mode = batch&lt;BR /&gt;
query = myQuery&lt;BR /&gt;
source = dbx&lt;BR /&gt;
sourcetype = sql_db&lt;BR /&gt;
fetch_size = 150000&lt;BR /&gt;
query_timeout = 1800&lt;BR /&gt;
max_row = 150000&lt;BR /&gt;
tail_rising_column_number = 1&lt;BR /&gt;
input_timestamp_column_number = 8&lt;/P&gt;

&lt;P&gt;Thanks in advance guys!&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 20:11:23 GMT</pubDate>
    <dc:creator>eugenezxq</dc:creator>
    <dc:date>2020-09-29T20:11:23Z</dc:date>
    <item>
      <title>Why is Splunk dbconnect v3 batch input unable to fully ingest all the rows from MSSQL?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-Splunk-dbconnect-v3-batch-input-unable-to-fully-ingest/m-p/407771#M49698</link>
      <description>&lt;P&gt;Am working on a project and realise that the dbconnect app (with batch input setting), is unable to fully ingest all the results queried on MSSQL. The difference in the row generated on MSSQL is so much more than what is ingested. the setting for my db_input.conf is as below:&lt;/P&gt;

&lt;P&gt;[myQuery]&lt;BR /&gt;
host = sampleHost&lt;BR /&gt;
connection = connectionName&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index = database&lt;BR /&gt;
index_time_mode = current&lt;BR /&gt;
interval = 36 * * * *&lt;BR /&gt;
mode = batch&lt;BR /&gt;
query = myQuery&lt;BR /&gt;
source = dbx&lt;BR /&gt;
sourcetype = sql_db&lt;BR /&gt;
fetch_size = 150000&lt;BR /&gt;
query_timeout = 1800&lt;BR /&gt;
max_row = 150000&lt;BR /&gt;
tail_rising_column_number = 1&lt;BR /&gt;
input_timestamp_column_number = 8&lt;/P&gt;

&lt;P&gt;Thanks in advance guys!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:11:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-Splunk-dbconnect-v3-batch-input-unable-to-fully-ingest/m-p/407771#M49698</guid>
      <dc:creator>eugenezxq</dc:creator>
      <dc:date>2020-09-29T20:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk dbconnect v3 batch input unable to fully ingest all the rows from MSSQL?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-Splunk-dbconnect-v3-batch-input-unable-to-fully-ingest/m-p/407772#M49699</link>
      <description>&lt;P&gt;I would check if max_row &amp;gt;row generated on MSSQL in 36 seconds window. Increase the max_row value if that is not the case.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:15:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-Splunk-dbconnect-v3-batch-input-unable-to-fully-ingest/m-p/407772#M49699</guid>
      <dc:creator>Rob2520</dc:creator>
      <dc:date>2020-09-29T20:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk dbconnect v3 batch input unable to fully ingest all the rows from MSSQL?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-Splunk-dbconnect-v3-batch-input-unable-to-fully-ingest/m-p/407773#M49700</link>
      <description>&lt;P&gt;rows generated is 29523byr MSSQL which should be much lower than the 150000 limit.  the number of rows ingested by splunk is just 6477.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jul 2018 01:27:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-Splunk-dbconnect-v3-batch-input-unable-to-fully-ingest/m-p/407773#M49700</guid>
      <dc:creator>eugenezxq</dc:creator>
      <dc:date>2018-07-01T01:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk dbconnect v3 batch input unable to fully ingest all the rows from MSSQL?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-Splunk-dbconnect-v3-batch-input-unable-to-fully-ingest/m-p/407774#M49701</link>
      <description>&lt;P&gt;Also, Can you please verify the timestamp are same for both indexed and missed records, In some-case Splunk will discard the records if the timestamp arent recognized.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jul 2018 07:10:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-Splunk-dbconnect-v3-batch-input-unable-to-fully-ingest/m-p/407774#M49701</guid>
      <dc:creator>fz</dc:creator>
      <dc:date>2018-07-01T07:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk dbconnect v3 batch input unable to fully ingest all the rows from MSSQL?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-Splunk-dbconnect-v3-batch-input-unable-to-fully-ingest/m-p/407775#M49702</link>
      <description>&lt;P&gt;tz are you suggesting the format for the timestamp? Hmmm shouldn't all be the same since they are queried from the same database? sorry am quite noob at this.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 02:22:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-Splunk-dbconnect-v3-batch-input-unable-to-fully-ingest/m-p/407775#M49702</guid>
      <dc:creator>eugenezxq</dc:creator>
      <dc:date>2018-07-02T02:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk dbconnect v3 batch input unable to fully ingest all the rows from MSSQL?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-Splunk-dbconnect-v3-batch-input-unable-to-fully-ingest/m-p/407776#M49703</link>
      <description>&lt;P&gt;I am also seeing:&lt;BR /&gt;
[QuartzScheduler_Worker-1] INFO org.easybatch.core.job.BatchJob - Batch size: 1,000&lt;/P&gt;

&lt;P&gt;in splunk_app_db_connect_server.log. Not sure if this is the cause.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:18:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-Splunk-dbconnect-v3-batch-input-unable-to-fully-ingest/m-p/407776#M49703</guid>
      <dc:creator>eugenezxq</dc:creator>
      <dc:date>2020-09-29T20:18:47Z</dc:date>
    </item>
  </channel>
</rss>

