<?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 Data not being populated from SplunkDB Connect in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Data-not-being-populated-from-SplunkDB-Connect/m-p/676807#M231455</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a connection on Splunk DB Connect on my HF (connected to my SH and I know connection is stable and other sources reach my SH from the HF)&amp;nbsp; but data is not populated on my index (I also tried connecting to a new index=database on my SH and HF and restarting and did not work)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dm2_0-1707291737050.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/29275i9315D901C03431CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dm2_0-1707291737050.png" alt="dm2_0-1707291737050.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dm2_1-1707291832835.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/29276iD5C2EA5B3C56927E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dm2_1-1707291832835.png" alt="dm2_1-1707291832835.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Feb 2024 07:45:48 GMT</pubDate>
    <dc:creator>dm2</dc:creator>
    <dc:date>2024-02-07T07:45:48Z</dc:date>
    <item>
      <title>Data not being populated from SplunkDB Connect</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-not-being-populated-from-SplunkDB-Connect/m-p/676807#M231455</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a connection on Splunk DB Connect on my HF (connected to my SH and I know connection is stable and other sources reach my SH from the HF)&amp;nbsp; but data is not populated on my index (I also tried connecting to a new index=database on my SH and HF and restarting and did not work)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dm2_0-1707291737050.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/29275i9315D901C03431CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dm2_0-1707291737050.png" alt="dm2_0-1707291737050.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dm2_1-1707291832835.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/29276iD5C2EA5B3C56927E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dm2_1-1707291832835.png" alt="dm2_1-1707291832835.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 07:45:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-not-being-populated-from-SplunkDB-Connect/m-p/676807#M231455</guid>
      <dc:creator>dm2</dc:creator>
      <dc:date>2024-02-07T07:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data not being populated from SplunkDB Connect</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Data-not-being-populated-from-SplunkDB-Connect/m-p/677096#M231524</link>
      <description>&lt;P&gt;By "Search head" you mean something like an all-in-one Splunk install, right? Indexer, SH, etc... all in a single box?&lt;/P&gt;&lt;P&gt;I think a quick outline of how this should work might help&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The HF with DB Connect will have an outputs.conf set up that points to your Indexer/SH&lt;/LI&gt;&lt;LI&gt;The Indexer/SH will have receiving turned on&lt;/LI&gt;&lt;LI&gt;So when your HF "collects" data using DB Connect, it puts that data into an index that's on the indexer.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;So if I had to make a primary guess, it's that you didn't hook the HF up to the SH/IDX to send it's data there, so what it's doing is saving the data into an index _on the local HF_ instead of on your primary SH/Indexer.&lt;/P&gt;&lt;P&gt;Some docs to read - I promise they're pretty good too!&amp;nbsp; But double check you've done all the steps in both -&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.2.0/Forwarding/Enableareceiver" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.2.0/Forwarding/Enableareceiver&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.2.0/Forwarding/Deployaheavyforwarder" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.2.0/Forwarding/Deployaheavyforwarder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If that doesn't work, let us know what you did and what it's now doing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also you could check DB Connect's various "monitoring" pages to see what they say about what's happening.&amp;nbsp; Maybe you just have some other error or forgot to schedule the DB input or something.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 14:01:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Data-not-being-populated-from-SplunkDB-Connect/m-p/677096#M231524</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2024-02-09T14:01:10Z</dc:date>
    </item>
  </channel>
</rss>

