Yes, I have found the one helpful article for the error solution ERR_CACHE_MISS and hope it helps you in solving the error issue. May it works!
... View more
Thanks for the quick response. Actually, we are looking for a tool to enhance our productivity and efficiency to develop Splunk views using XML.We are looking for features like these:
1.An Eclipse plugin to give us an option to edit and manage advance xml modules more easily.
2.It should be able to provide intelli-sense regarding available modules and their parameters.
3.Providing a GUI where we can drag and drop panels and other splunk modules like drop downs or flash time line obejcts or charts so that we can create dashboards and views more easily.
Will this plugin provide above features?
... View more
For dispatching a saved search - see this answer: http://splunk-base.splunk.com/answers/97957/set-default-app-in-ruby-api
and general docs on dev.splunk.com: http://dev.splunk.com/view/SP-CAAAEP7
For the oneshot issue - post the code and we can go from there.
... View more
I see you figured it out, but the Ruby SDK for Splunk wouldn't be much help here. It's a core Ruby question, and not really something involving Splunk. There are a lot more Rubyists actively answering questions on Stackoverflow, so you'll probably get faster responses there.
... View more
It sounds like you want to be searching Splunk for some results and perhaps that search is embedded in a particular app somewhere. So, the optimal way to expose results from Splunk in this scenario would be to execute the search from the python SDK and then return the results to your custom web app that is serving those customers/end users who are not logging in directly to the Splunk UI.
We have a number of search examples for the Python SDK here: http://dev.splunk.com/view/SP-CAAAEE5
... View more
This is a question related to the Python SDK - http://dev.splunk.com/view/python-sdk/SP-CAAAEBB - which works with Python 2.6+.
Utils comes with the SDK - so there is no extra installation required. Have you done all of the setup required outlined on the link above?
We have a number of command line examples here as well to try: http://dev.splunk.com/view/SP-CAAAEFK#info
... View more
Les - Noticed that you mentioned Java as well. We are currently granting pre-release access to our Java SDK on GitHub, which I can give you as well. Just send me an email to: psanford@splunk.com and give me your GitHub ID.
... View more
The Java SDK is now available on GitHub. You can find it here: https://github.com/splunk/splunk-sdk-java
You can learn more about it here at: http://dev.splunk.com/view/java-sdk/SP-CAAAECN
... View more
The Java SDK is now available on GitHub. You can find it here: https://github.com/splunk/splunk-sdk-java
You can learn more about it here at: http://dev.splunk.com/view/java-sdk/SP-CAAAECN
... View more
There is a new Splunk Python SDK on GitHub. You can access it here: https://github.com/splunk/splunk-sdk-python
Any questions - psanford@splunk.com or ping us on Twitter: @splunkdev
... View more
There is also a new Splunk Python SDK on GitHub. You can access it here: https://github.com/splunk/splunk-sdk-python
There are a number of search examples in the SDK.
Any questions - psanford@splunk.com or ping us on Twitter: @splunkdev
... View more
While the URLs are correct, the Java SDK (which the OP refers to), supports namespaces. There is a description here: http://dev.splunk.com/view/SP-CAAAECN#namespaces
... View more
There is also a new Splunk Python SDK on GitHub. You can access it here: https://github.com/splunk/splunk-sdk-python
Any questions - psanford@splunk.com or ping us on Twitter: @splunkdev
... View more