splunk-integration
splunk-integration copied to clipboard
Databricks Add-on for Splunk
For Splunk ingestion don't use the raw endpoint, but normal JSON endpoint.
Following guide [Splunk DB Connect Guide for Databricks](https://github.com/databrickslabs/splunk-integration/blob/master/docs/markdown/Splunk%20DB%20Connect%20guide%20for%20Databricks.md) but when creating a connection to Databricks and trying to test it in Data Lab >> SQL Explorer, I'm getting error "Cannot...
hey @metrocavich @alexott Looking at guide [Configuring Splunk DB Connect App For Databricks](https://github.com/databrickslabs/splunk-integration/blob/master/docs/markdown/Splunk%20DB%20Connect%20guide%20for%20Databricks.md) it looks like the integration only supports configuring an identity using Username/Password. > From within Splunk DB...
Databricks now supports: * OAuth for Databricks service principals: https://docs.databricks.com/dev-tools/auth.html#oauth-m2m-auth * OAuth for Databricks users: https://docs.databricks.com/dev-tools/auth.html#oauth-u2m-auth (need to validate if it could be done for Splunk extension)
According to the known issues section of the documentation the logging for the add-on is located within var/log/splunk/ta_databricks.log and var/log/TA-Databricks/_command.log. This is inconsistent with standard Splunk apps/add-on, as they should...
Currently, we can run jobs using the Databricks add-on for splunk using Notebooks and pass parameters using the databricksjob command. It doesn't support the SQL analytics features such as queries,...
the instructions are only valid for JDBC driver version 2.6.22 and earlier. After this the class paths have changed so db_connection_types.conf needs to reflect those changes
At present to authenticate a PAT token must be used which raises security contents to its usage (and potential misuse). Being able to use SPNs would improve security and traceability...
According to the custom commands section of the documentation a user requires either 'admin_all_objects' or 'list_storage_passwords' to use the add-on. From a security perspective neither permission is viable as the...