Thanks for your reply @livehybrid The add-on that you mentioned is good for querying databricks (sending a command TO databricks) but I am looking for a solution which can send logs FROM databricks. Example - am building a 10 steps ETL pipeline in databricks, which is hosted in aws. At the end of the each step, i need to write a log in splunk aout its success/failure. I have a schema defined for the log. So my question is how to send that event/log into splunk, which is hosted somewhere else and not in aws. I feel splunk might have somekind of API exposed for that. just dont know which API, how to call, how to configure, what are the best practices etc.
... View more