Questions tagged [dbconnect]
19 questions
0
votes
1 answer
Splunk: Execute the same query on multiple datasources
i have multiple dabatases (>100) with the identic structure.
For business-monitoring, i have about 80 queries which check information in the database.
Now, i want to execute each of this queries on each of this databases and load the result into…

Thomas
- 21
- 4
-1
votes
1 answer
Can't connect to SQLlite database
When trying to connect to this database by copying their code I get the error:
"Could not connect to database: unable to open database file"
The code :
tidy_finance <- dbConnect(
SQLite(),
"data/tidy_finance.sqlite",
extended_types = TRUE
)

bernard202210
- 1
- 1
-2
votes
2 answers
Call a C# function from MySQL
Is it possible to call a C# function from MySQL ?
For instance, if a table changed, I'd like to call a C# function, instead of having C# constantly polling MySQL to check if a change occurred.

Jérôme
- 26,567
- 29
- 98
- 120
-2
votes
1 answer
How to ingest db logs into splunk? I need only logs to be Warning , Error , Critical , ORA-* logs. any sample prop changes would be appreciated
I have the host details list and log directories. Keywords I need to get log for to be ingested into splunk on the below list
Warning , Error , Critical , ORA-* logs

Just In
- 1