<?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 onboarding data in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-db-connect-onboarding-data/m-p/692194#M115087</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It sounds like some sort of setting related to connection issue:&lt;/P&gt;&lt;P&gt;A few thinsg to check:&lt;/P&gt;&lt;P&gt;Is there a firewall between your DB connect server and the HEC server?&lt;/P&gt;&lt;P&gt;Ensure the port(s) are availble&lt;/P&gt;&lt;P&gt;Ensure on Splunk HEC server, you have global settings enabled:&lt;/P&gt;&lt;P&gt;Click Settings &amp;gt; Data Inputs.&lt;BR /&gt;Click HTTP Event Collector.&lt;BR /&gt;Click Global Settings.&lt;BR /&gt;In the All Tokens toggle button, select Enabled.&lt;/P&gt;&lt;P&gt;Some other aspects to check and troubleshoot:&lt;/P&gt;&lt;P&gt;#Check if the Hec collector is healthy&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -k -X GET -u admin:mypassword https://MY_Splunk_HEC_SERVER:8088/services/collector/health/1.0&lt;/LI-CODE&gt;&lt;P&gt;#Check if HEC stanzas with config are configured&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/opt/splunk/bin/splunk http-event-collector list -uri https://MY_Splunk_HEC_SERVER:8089&lt;/LI-CODE&gt;&lt;P&gt;#Check the settings using btool&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/opt/splunk/bin/splunk cmd btool inputs list --debug http&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 02 Jul 2024 10:58:56 GMT</pubDate>
    <dc:creator>deepakc</dc:creator>
    <dc:date>2024-07-02T10:58:56Z</dc:date>
    <item>
      <title>Splunk db connect onboarding data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-db-connect-onboarding-data/m-p/692099#M115079</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;Recently I have installed Splunk db connect app (3.16.0) in my Splunk heavy forwarder (9.1.1). As per the documentation I have installed jre and installed the my sql add on. And created Identities, connections and inputs. But when I check for the data it is not getting ingested. So I enabled the debug mode and checked the logs and got the hec token error. But the hec token is configured in inputs.conf file and same I could see in the Splunk web gui under Data inputs -&amp;gt; HTTP event collector.&lt;/P&gt;&lt;P&gt;could you please help if anyone faced this error before?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;ERROR&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;org.easybatch.core.job.BatchJob&lt;/SPAN&gt; &lt;SPAN class=""&gt;-&lt;/SPAN&gt; &lt;SPAN class=""&gt;Unable&lt;/SPAN&gt; &lt;SPAN class=""&gt;to&lt;/SPAN&gt; &lt;SPAN class=""&gt;write&lt;/SPAN&gt; &lt;SPAN class=""&gt;records&lt;/SPAN&gt; &lt;SPAN class=""&gt;java.io.IOException:&lt;/SPAN&gt; &lt;SPAN class=""&gt;There&lt;/SPAN&gt; &lt;SPAN class=""&gt;are&lt;/SPAN&gt; &lt;SPAN class=""&gt;no&lt;/SPAN&gt; &lt;SPAN class=""&gt;Http&lt;/SPAN&gt; &lt;SPAN class=""&gt;Event&lt;/SPAN&gt; &lt;SPAN class=""&gt;Collectors&lt;/SPAN&gt; &lt;SPAN class=""&gt;available&lt;/SPAN&gt; &lt;SPAN class=""&gt;at&lt;/SPAN&gt; &lt;SPAN class=""&gt;this&lt;/SPAN&gt; &lt;SPAN class=""&gt;time.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;ERROR&lt;/SPAN&gt; c.s.d.s.dbinput.recordwriter.CheckpointUpdater - action=skip_checkpoint_update_batch_writing_failed java.io.IOException: There are no Http Event Collectors available at this time.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;ERROR&lt;/SPAN&gt; c.s.d.s.task.listeners.RecordWriterMetricsListener - action=unable_to_write_batch java.io.IOException: There are no Http Event Collectors available at this time.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 13:53:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-db-connect-onboarding-data/m-p/692099#M115079</guid>
      <dc:creator>gowthammahes</dc:creator>
      <dc:date>2024-07-01T13:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk db connect onboarding data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-db-connect-onboarding-data/m-p/692194#M115087</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It sounds like some sort of setting related to connection issue:&lt;/P&gt;&lt;P&gt;A few thinsg to check:&lt;/P&gt;&lt;P&gt;Is there a firewall between your DB connect server and the HEC server?&lt;/P&gt;&lt;P&gt;Ensure the port(s) are availble&lt;/P&gt;&lt;P&gt;Ensure on Splunk HEC server, you have global settings enabled:&lt;/P&gt;&lt;P&gt;Click Settings &amp;gt; Data Inputs.&lt;BR /&gt;Click HTTP Event Collector.&lt;BR /&gt;Click Global Settings.&lt;BR /&gt;In the All Tokens toggle button, select Enabled.&lt;/P&gt;&lt;P&gt;Some other aspects to check and troubleshoot:&lt;/P&gt;&lt;P&gt;#Check if the Hec collector is healthy&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -k -X GET -u admin:mypassword https://MY_Splunk_HEC_SERVER:8088/services/collector/health/1.0&lt;/LI-CODE&gt;&lt;P&gt;#Check if HEC stanzas with config are configured&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/opt/splunk/bin/splunk http-event-collector list -uri https://MY_Splunk_HEC_SERVER:8089&lt;/LI-CODE&gt;&lt;P&gt;#Check the settings using btool&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/opt/splunk/bin/splunk cmd btool inputs list --debug http&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 02 Jul 2024 10:58:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-db-connect-onboarding-data/m-p/692194#M115087</guid>
      <dc:creator>deepakc</dc:creator>
      <dc:date>2024-07-02T10:58:56Z</dc:date>
    </item>
  </channel>
</rss>

