All Apps and Add-ons

Is it possible to automatic retry for missed query in db connect?

hoseineagle
Observer

Hi all.

I'm using splunk 9.0.2 and db connect 3.11.1.

Sometimes my connection from db connect to my database fails. so I'm wondering if is it possible to automatic retry the missed query or not?

My query is depend on time to retrive last 5 min entry rows. so the missed query caused data loss.

My query:

SELECT * FROM DB.MY_TABLE1 WHERE insert_date >= SYSDATE - INTERVAL 5 MINUTE

Labels (2)
Tags (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Splunk inputs do not retry when they encounter an error.  The only way I can think of to do that would be to use a scripted or modular input to read the database.  The script could be written to retry on connection failure (or any other error).  Be aware that this means you would lose the Rising Column feature of DB Connect so your script would have to replicate the feature somehow.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Upcoming Webinar: Unmasking Insider Threats with Slunk Enterprise Security’s UEBA

Join us on Wed, Dec 10. at 10AM PST / 1PM EST for a live webinar and demo with Splunk experts! Discover how ...

.conf25 technical session recap of Observability for Gen AI: Monitoring LLM ...

If you’re unfamiliar, .conf is Splunk’s premier event where the Splunk community, customers, partners, and ...

A Season of Skills: New Splunk Courses to Light Up Your Learning Journey

There’s something special about this time of year—maybe it’s the glow of the holidays, maybe it’s the ...