All Apps and Add-ons

Splunk DB Connect app generates duplicated events from search heads in a given pool

Chubbybunny
Splunk Employee
Splunk Employee

We have 2 Search Heads configured to leverage pooling. And we are seeing duplicated events generated from both sides.

As you can see below, the same database input is ran on both Search Heads, at 1 minute apart. This database input is configured to run every 4 hours. As a result, we see a lot of duplicated events.

dbx.log on SH 1:

2014-08-01 14:20:19.558 monsch1:INFO:Scheduler - Execution of input=[dbmon-tail://mssql_db1/OrderDetails_audit] finished in duration=31302 ms with resultCount=12418 success=true continueMonitoring=true

dbx.log on SH 2:

2014-08-01 14:21:41.479 monsch1:INFO:Scheduler - Execution of input=[dbmon-tail://mssql_db1/OrderDetails_audit] finished in duration=10360 ms with resultCount=12422 success=true continueMonitoring=true
1 Solution

splunkIT
Splunk Employee
Splunk Employee

This is an expected behavior for implementing db connect app in a search head pooling environment, and with dbmon-tail inputs setup. The problem is that each splunk search head has it's own persistent-storage to keep track of the last rising column value. And most likely that value is different on each search head; thus causing the duplicate events to be indexed.

For dbmon-tail inputs, you should stand-up a dedicated heavy forwarder with db connect app running, and forwards the data to the indexers.

View solution in original post

splunkIT
Splunk Employee
Splunk Employee

This is an expected behavior for implementing db connect app in a search head pooling environment, and with dbmon-tail inputs setup. The problem is that each splunk search head has it's own persistent-storage to keep track of the last rising column value. And most likely that value is different on each search head; thus causing the duplicate events to be indexed.

For dbmon-tail inputs, you should stand-up a dedicated heavy forwarder with db connect app running, and forwards the data to the indexers.

Chubbybunny
Splunk Employee
Splunk Employee

Thanks for the info!

0 Karma
Get Updates on the Splunk Community!

Build Scalable Security While Moving to Cloud - Guide From Clayton Homes

 Clayton Homes faced the increased challenge of strengthening their security posture as they went through ...

Mission Control | Explore the latest release of Splunk Mission Control (2.3)

We’re happy to announce the release of Mission Control 2.3 which includes several new and exciting features ...

Cloud Platform | Migrating your Splunk Cloud deployment to Python 3.7

Python 2.7, the last release of Python 2, reached End of Life back on January 1, 2020. As part of our larger ...