Edit: I was following this tutorial http://dev.splunk.com/view/javascript-sdk/SP-CAAAEFA
I'm trying to run a search, and the first barrier I'm encountering is that I don't have the search()
function they mention in splunkjs.Service
.. Only this using a console.dir(splunkjs.Service)
after encountering the error saying search is not a function
And it really isn't there. I'm trying to run a search if possible without providing login credentials again. What am I doing wrong ?
Would have been great if you've added some code to work on. Maybe it's just a small typo...