<?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: DB Connect App FAILS to pull entire data to Splunk. in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-App-FAILS-to-pull-entire-data-to-Splunk/m-p/395890#M48314</link>
    <description>&lt;P&gt;I'll suggest with less number of fetch size and increase Max rows (but not too much) and see how it performs.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Apr 2019 15:52:35 GMT</pubDate>
    <dc:creator>harsmarvania57</dc:creator>
    <dc:date>2019-04-11T15:52:35Z</dc:date>
    <item>
      <title>DB Connect App FAILS to pull entire data to Splunk.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-App-FAILS-to-pull-entire-data-to-Splunk/m-p/395885#M48309</link>
      <description>&lt;P&gt;I have to pull 30 million rows from database to splunk using DB Connect App.&lt;/P&gt;

&lt;P&gt;I have kept FETCH_SIZE as 20,000.&lt;/P&gt;

&lt;P&gt;But my data pull(indexing) stops after 20million rows or so.&lt;/P&gt;

&lt;P&gt;I see this error on splunk_app_db_connect_server.log files&lt;/P&gt;

&lt;P&gt;2019-04-10 23:18:32.350 -0700 [QuartzScheduler_Worker-16] ERROR org.easybatch.core.job.BatchJob - Unable to write records java.io.IOException: HTTP Error 503: Service Unavailable at com.splunk.dbx.server.dbinput.recordwriter.HttpEventCollector.uploadEventBatch(HttpEventCollector.java:112) at com.splunk.dbx.server.dbinput.recordwriter.HttpEventCollector.uploadEvents(HttpEventCollector.java:89) at com.splunk.dbx.server.dbinput.recordwriter.HecEventWriter.writeRecords(HecEventWriter.java:36) at org.easybatch.core.job.BatchJob.writeBatch(BatchJob.java:203) at org.easybatch.core.job.BatchJob.call(BatchJob.java:79) at org.easybatch.extensions.quartz.Job.execute(Job.java:59) at org.quartz.core.JobRunShell.run(JobRunShell.java:202) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.&lt;/P&gt;

&lt;P&gt;How to resolve this ? &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:00:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-App-FAILS-to-pull-entire-data-to-Splunk/m-p/395885#M48309</guid>
      <dc:creator>joydeep741</dc:creator>
      <dc:date>2020-09-30T00:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect App FAILS to pull entire data to Splunk.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-App-FAILS-to-pull-entire-data-to-Splunk/m-p/395886#M48310</link>
      <description>&lt;P&gt;That error suggests problem with HEC (Http Event Collector), please check whether HEC port is available or not. I'll suggest to Reduce Fetch Size and increase Max Rows.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 14:16:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-App-FAILS-to-pull-entire-data-to-Splunk/m-p/395886#M48310</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-04-11T14:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect App FAILS to pull entire data to Splunk.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-App-FAILS-to-pull-entire-data-to-Splunk/m-p/395887#M48311</link>
      <description>&lt;P&gt;@harsmarvania57 &lt;BR /&gt;
I get 80% of records but it fails towards the end. So if HEC port wasn't available I wouldn't get any record, right ?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 15:14:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-App-FAILS-to-pull-entire-data-to-Splunk/m-p/395887#M48311</guid>
      <dc:creator>joydeep741</dc:creator>
      <dc:date>2019-04-11T15:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect App FAILS to pull entire data to Splunk.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-App-FAILS-to-pull-entire-data-to-Splunk/m-p/395888#M48312</link>
      <description>&lt;P&gt;Splunk DB connect 3 uses HEC to ingest data into Splunk, 503 error indicates that HEC is overloaded and due to that you missed those events.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 15:29:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-App-FAILS-to-pull-entire-data-to-Splunk/m-p/395888#M48312</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-04-11T15:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect App FAILS to pull entire data to Splunk.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-App-FAILS-to-pull-entire-data-to-Splunk/m-p/395889#M48313</link>
      <description>&lt;P&gt;@harsmarvania57 &lt;BR /&gt;
So what do you suggest to handle this ??&lt;BR /&gt;
Do we need to upgrade the infra ? or do we need to change the values of max rows and Fetch size ?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 15:38:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-App-FAILS-to-pull-entire-data-to-Splunk/m-p/395889#M48313</guid>
      <dc:creator>joydeep741</dc:creator>
      <dc:date>2019-04-11T15:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect App FAILS to pull entire data to Splunk.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-App-FAILS-to-pull-entire-data-to-Splunk/m-p/395890#M48314</link>
      <description>&lt;P&gt;I'll suggest with less number of fetch size and increase Max rows (but not too much) and see how it performs.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 15:52:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-App-FAILS-to-pull-entire-data-to-Splunk/m-p/395890#M48314</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-04-11T15:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect App FAILS to pull entire data to Splunk.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-App-FAILS-to-pull-entire-data-to-Splunk/m-p/395891#M48315</link>
      <description>&lt;P&gt;Tried with different combinations of Fetch Size and Max rows. But doesn't work.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 07:27:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-App-FAILS-to-pull-entire-data-to-Splunk/m-p/395891#M48315</guid>
      <dc:creator>joydeep741</dc:creator>
      <dc:date>2019-04-12T07:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect App FAILS to pull entire data to Splunk.</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-App-FAILS-to-pull-entire-data-to-Splunk/m-p/395892#M48316</link>
      <description>&lt;P&gt;What is frequency of polling data from Database ? Is it Batch Mode or Rising Column mode ? What are server specification on which DB Connect is running ?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 08:49:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-App-FAILS-to-pull-entire-data-to-Splunk/m-p/395892#M48316</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-04-12T08:49:37Z</dc:date>
    </item>
  </channel>
</rss>

