<?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 saving db connect tmp files in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/saving-db-connect-tmp-files/m-p/85171#M7320</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I need to save the db connect tmp files for debugging purposes. Is there a way to tell db connect to save them?&lt;/P&gt;</description>
    <pubDate>Thu, 04 Apr 2013 18:30:49 GMT</pubDate>
    <dc:creator>a212830</dc:creator>
    <dc:date>2013-04-04T18:30:49Z</dc:date>
    <item>
      <title>saving db connect tmp files</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/saving-db-connect-tmp-files/m-p/85171#M7320</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I need to save the db connect tmp files for debugging purposes. Is there a way to tell db connect to save them?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2013 18:30:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/saving-db-connect-tmp-files/m-p/85171#M7320</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2013-04-04T18:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: saving db connect tmp files</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/saving-db-connect-tmp-files/m-p/85172#M7321</link>
      <description>&lt;P&gt;DB Connect creates a batch input for moving data to Splunk. The batch input is defined in $SPLUNK_HOME/etc/apps/dbx/local/inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[batch://$SPLUNK_HOME/var/spool/dbmon/*.dbmonevt]
crcSalt = &amp;lt;SOURCE&amp;gt;
disabled = 0
move_policy = sinkhole
sourcetype = dbmon:spool
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can simply disable this input, then it won't be deleted (and indexed). To continue to index the data and still preserve the files, you could turn it into a regular file monitor:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://$SPLUNK_HOME/var/spool/dbmon/*.dbmonevt]
crcSalt = &amp;lt;SOURCE&amp;gt;
disabled = 0
sourcetype = dbmon:spool
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 05 Apr 2013 21:56:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/saving-db-connect-tmp-files/m-p/85172#M7321</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2013-04-05T21:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: saving db connect tmp files</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/saving-db-connect-tmp-files/m-p/85173#M7322</link>
      <description>&lt;P&gt;Good stuff! Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2013 00:11:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/saving-db-connect-tmp-files/m-p/85173#M7322</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2013-04-06T00:11:03Z</dc:date>
    </item>
  </channel>
</rss>

