- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

I'm not sure if this is the correct way to put a suggestion.
But it would be great to have Splunk DBConnect with SQlite (serverless) database which would help in building some wonderful applications.
Cheers
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


Hi,
I wouldn't be surprised if it works already, if you just add a SQLite driver. We document support for the databases that we have in our release tests, but there's plenty more that are known to work.
Update: just took a look, you don't even need to add a driver...
jcoates-mba-2:dbx jcoates$ find . -name sqlite*
./bin/lib/sqlite-jdbc-3.7.2.jar
I'll check into our test harness & docs.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


Hi,
I wouldn't be surprised if it works already, if you just add a SQLite driver. We document support for the databases that we have in our release tests, but there's plenty more that are known to work.
Update: just took a look, you don't even need to add a driver...
jcoates-mba-2:dbx jcoates$ find . -name sqlite*
./bin/lib/sqlite-jdbc-3.7.2.jar
I'll check into our test harness & docs.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Thank you for that. It worked.
I've posted an example in this thread: http://answers.splunk.com/answers/69274/can-i-insertupdate-my-db-table-with-search-result-fields-val...
