All Apps and Add-ons

How else can you connect into databases (mainly Microsoft SQL Servers) without DB Connect and Java?

jeffbat
Path Finder

With the new changes for cost of support on of Java version 8 coming soon, is there any other way that people are connecting into databases (mainly Microsoft SQL Server but other types of databases are possibly going to be needed in the future) that are not using DB Connect and Java? According to the docs for DB Connect, JRE 8 is required and that one is having the price changed for support.

This would be for both executing ad hoc queries to show data and pulling data in for indexing/storing in Splunk.

Thanks.

0 Karma

jcoates
Communicator

1) I doubt the Java thing is actually what people think it is. Certainly wasn't last time. https://blog.joda.org/2018/08/java-is-still-available-at-zero-cost.html and alt text

That said, Splunk does need to invest in modernizing their Java support.

2) Not using Java to talk to RDBMS's is technically feasible but often unpleasant, because it's not very standard or performant. For instance you can use ODBC against MS, but it stinks against anything else. Lots of databases have native clients that will be great for one offs, but it won't be the standardized experience of DB Connect.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...