Monitoring Splunk

saving db connect tmp files

a212830
Champion

Hi

I need to save the db connect tmp files for debugging purposes. Is there a way to tell db connect to save them?

Tags (1)
0 Karma
1 Solution

ziegfried
Influencer

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

[batch://$SPLUNK_HOME/var/spool/dbmon/*.dbmonevt]
crcSalt = <SOURCE>
disabled = 0
move_policy = sinkhole
sourcetype = dbmon:spool

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:

[monitor://$SPLUNK_HOME/var/spool/dbmon/*.dbmonevt]
crcSalt = <SOURCE>
disabled = 0
sourcetype = dbmon:spool

View solution in original post

0 Karma

ziegfried
Influencer

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

[batch://$SPLUNK_HOME/var/spool/dbmon/*.dbmonevt]
crcSalt = <SOURCE>
disabled = 0
move_policy = sinkhole
sourcetype = dbmon:spool

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:

[monitor://$SPLUNK_HOME/var/spool/dbmon/*.dbmonevt]
crcSalt = <SOURCE>
disabled = 0
sourcetype = dbmon:spool
0 Karma

a212830
Champion

Good stuff! Thanks.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...