All Apps and Add-ons

After upgrading from Splunk DB Connect 1 to version 2, I set up a dbinput, but why does the status change from Enabled to Disabled?

Amohlmann
Communicator

I am attempting to upgrade from Splunk DB Connect v1 to v2, but running into a problem with my first ever input.

Everything looks fine and is set up. Marked as a Valid Connection, and I can save it, but about 1 min later, the status will change from Enabled to Disabled.
Looking at the errors, I see that the function "py_dbinfo:get_catalogs" goes into an error state whenever this happens.

I can query the database fine from within the app. When setting up the input, it shows me the first 100 lines fine. Just seems to error for just about no reason that I can see.

Thanks,
Andrew

VidhyaSenapati
New Member

I am facing the same problem, but not with all the data inputs. If the data input is created with input type=tail then it is facing some problem. Should i check with the query or can i proceed with changing the input.conf files. ,I am facing the same problem, but not with all the data inputs. If i am duplication a data input with input type=tail. Should i try and change the query accordingly or is there any other solution!!

0 Karma

varad_joshi
Communicator

Further to what @jtrujillo said.

Search for db inputs which are getting disabled using the query:

index=_internal sourcetype=dbx2 action=auto_disable_modular_input_due_to_maximum_failed_retries

Once you have the db inputs, go to inputs.conf file and check for those 2 db inputs:

You'll have to change following parameter to ensure its not getting auto disabled.

auto_disable = (true|false)

optional, default is true

If set to true, it would disable this dbinput after max_retries of failed attempts

If you really want, you can change this setting as well.

max_retries =

optional, default number is 6

The max number of failed attemps to execute dbinput before it get disabled

jtrujillo
Path Finder

Do the following:

index=_internal sourcetype=dbx2 CRITICAL | top action

And i am betting that you will be getting some sort of error about your data.... I am troubleshooting the same thing right now.

For some reason a dbx2 upgrade (2.2.0) is no longer using my epoch timestamps correctly..... its truncating them in a very weird way....

Just as an FYI you will see that your connection is being disabled automatically using the following search

index=_internal sourcetype=dbx2 action=auto_disable_modular_input_due_to_maximum_failed_retries

varad_joshi
Communicator

This indeed helpful.
How do we stop the connection getting disabled though?

0 Karma

davebrooking
Contributor

The troubleshooting section of the DB Connect documentation, contains an entry "Database inputs are getting disabled"

Dave

Amohlmann
Communicator

Thank you, this is giving me much more to work with.

0 Karma

davidatpinger
Path Finder

I've got a SQL server that keeps cutting out for various reasons. The second of jtrujillo's queries above is easily turned into an alert that can tell you when an input has been disabled when something like that occurs. Very helpful!

0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...