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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...