Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kellewic/splunk-sqlanalyzer

Analyze database statements with Splunk
https://github.com/kellewic/splunk-sqlanalyzer

Last synced: 1 day ago
JSON representation

Analyze database statements with Splunk

Awesome Lists containing this project

README

        

# splunk-sqlanalyzer
Analyze database statements with Splunk

## Notes
The example view expects data to be in `index="main" sourcetype="redshift"`.
The code has only been tested with PostgreSQL statements although the underyling [sqlglot](https://github.com/tobymao/sqlglot) library supports more dialects.
The custom command does take `dialect` as a parameter but it's never been tested with other SQL statements.