<?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: Splunk DB connect indexing only 10k events per hour in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-connect-indexing-only-10k-events-per-hour/m-p/700490#M115999</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/172209"&gt;@mayurr98&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it ingesting exactly 10,000 events per hour or is that figure rounded?&amp;nbsp;&lt;BR /&gt;The query is set to run four times per hour. Does it return 2,500 events per run, or does the first run return 10,000 and the rest 0?&amp;nbsp;&lt;BR /&gt;Are there any error messages in the internal logs?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal sourcetype=dbx_*&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Also, how much more than 10,000 events are we talking here?&lt;/P&gt;&lt;P&gt;There could be a few different causes depending on the answers to the above questions.&lt;BR /&gt;First check there are no other random db_inputs.conf files overwriting your above settings. Perhaps use btool to check this.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Next, as DB Connect v3 and above uses HEC under the hood, use btool to check&amp;nbsp;&lt;SPAN&gt;limits.conf to see if the&amp;nbsp;max_content_length setting is too restrictive.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Depending on what you find in the logs, you might also consider reducing the&amp;nbsp;max_rows and/or fetch_size settings and/or decreasing the interval. Counterintuitive as it sounds, this might actually improve number of events returned, if there is some performance bottleneck preventing the query from completing.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;K&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Sep 2024 06:15:53 GMT</pubDate>
    <dc:creator>KendallW</dc:creator>
    <dc:date>2024-09-30T06:15:53Z</dc:date>
    <item>
      <title>Splunk DB connect indexing only 10k events per hour</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-connect-indexing-only-10k-events-per-hour/m-p/697646#M115715</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Splunk db_connect is indexing only 10k events per hour at a time no matter what setting I configure in inputs. db connect version is 3.1.0&lt;/P&gt;&lt;P&gt;db connect db_inputs.conf is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[ABC]
connection = ABC_PROD
disabled = 0
host = 1.1.1.1
index = test
index_time_mode = dbColumn
interval = 900
mode = rising
query = SELECT *\
FROM "mytable"\
WHERE "ID" &amp;gt; ?\
ORDER BY  "ID" ASC
source = XYZ
sourcetype = XYZ:lis
input_timestamp_column_number = 28
query_timeout = 60
tail_rising_column_number = 1
max_rows = 10000000
fetch_size = 100000&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;when i run the query using dbxquery in splunk i do get more than 10k events. Also i tried max_rows = 0 which basically should ingest everything but its not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can I ingest unlimited rows.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 19:38:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-connect-indexing-only-10k-events-per-hour/m-p/697646#M115715</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2024-08-28T19:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB connect indexing only 10k events per hour</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-connect-indexing-only-10k-events-per-hour/m-p/700490#M115999</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/172209"&gt;@mayurr98&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it ingesting exactly 10,000 events per hour or is that figure rounded?&amp;nbsp;&lt;BR /&gt;The query is set to run four times per hour. Does it return 2,500 events per run, or does the first run return 10,000 and the rest 0?&amp;nbsp;&lt;BR /&gt;Are there any error messages in the internal logs?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal sourcetype=dbx_*&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Also, how much more than 10,000 events are we talking here?&lt;/P&gt;&lt;P&gt;There could be a few different causes depending on the answers to the above questions.&lt;BR /&gt;First check there are no other random db_inputs.conf files overwriting your above settings. Perhaps use btool to check this.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Next, as DB Connect v3 and above uses HEC under the hood, use btool to check&amp;nbsp;&lt;SPAN&gt;limits.conf to see if the&amp;nbsp;max_content_length setting is too restrictive.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Depending on what you find in the logs, you might also consider reducing the&amp;nbsp;max_rows and/or fetch_size settings and/or decreasing the interval. Counterintuitive as it sounds, this might actually improve number of events returned, if there is some performance bottleneck preventing the query from completing.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;K&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 06:15:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-DB-connect-indexing-only-10k-events-per-hour/m-p/700490#M115999</guid>
      <dc:creator>KendallW</dc:creator>
      <dc:date>2024-09-30T06:15:53Z</dc:date>
    </item>
  </channel>
</rss>

