Is there a way to "Createandmanagedatabaseconnections" via CLI so that the entire process can be automated rather than manually creating DB Connection via the UI evrytime??
Where will the p...
Hello,
I am trying to create a Connection in Splunk DB Connect 2.
It is a MS-SQL Database. There is no named instance. The only instance is the default one.
The user that I am using has the c...
I have a application that produced a database with a current date everyday. (i.e today is 2019.12.20,then database name is DATA.20191220). I will to create a db input, the sql statement as f...
I wanted to create 300+ connections with almost 1200 inputs from Splunk DB connect app for database monitoring in testing the environment. Will that be a fair idea to do? Also is there any other a...
On save of the connection a strange MySQL related error is shown although I am creating an Oracle connection. This worked fine in the previous version of db connect.
Version 3.1.4, must be r...
So I have managed to create a connection to my database using DB Connectand now I want to index the data from the database. I have tried creating inputs from the Operations tab, but I haven't had a...
Hi everybody,
Here is my problem:
I have a table in an Oracle database.
My Goal is to index each invoice once, and it's possible for some lines to be created with a 7 day delay.
E...
I'm trying to do a SQL query input going through the DB connect 2 database inputs wizard, and the query is a very simple select statement from a table with a where clause. Everything looks good u...
DB Connect 2 | cannot assign a manually created sourcetype with the index where the data are indexed from external database using DB Connect 2
I have created an index (abcd) taking a dump from a t...
...LASSES #####
###############################################################
# Specific class to manage DB connections using pyodbc
class ConnectionManager(object):
'''
classdocs
'''
def __init__(self, c...