Hi @gcusello ,
Is it possible to run a SQL query from Splunk search bar to a SQL server? i.e. I want to run a SQL query against server abc1sql07.
Is this possible ? if so, what permission do we need to setup on SQL server to ensure Splunk has permission to query the database?
Regards,
Rahul
It is possible to query database from Splunk.
The syntax to run this query is
| dbxquery connection="connection_name" query="select ...."
Hope this helps