Splunk/DBConnect,
DBConnect 3.0 is unable to run our storedprocedure that is saved in the MS-SQLServer instance. Using SQL Management Studio, we've confirmed this storedprocedure returns 25 records.
dbxquery
supports stored procedures, inputs don't.
http://docs.splunk.com/Documentation/DBX/3.0.0/DeployDBX/Commands#procedure
No we can't use dbxquery
because were trying to forward our data to Splunk Cloud.
What's the work around? The data needs to be forwarded from on-premise to splunk-cloud. We've been using inputs in DBConnect to do this, how do we get the same result given some of our data is coming from stored-procedures.