|
I have a custom app defined. I want to query a macro defined in it. The samples provided here (http://code.google.com/p/splunk-java-sdk/w/list) call splunk's search app by default. How do I get it to call my custom app instead? |
|
It looks like this was answered in another post. The trick is to instead of sending it to the following path:
Send it to
|
|
If you are using the SDK from the current source, you can specify an optional Note that the SDK is not considered stable for 4.0. Read more about Splunk's SDKs and APIs. I set the namespace in the my job parameters and I see it go out on the POST, but it is still not working. I get the same error as before which is that it could not find the macro. I'm wondering if the REST api is even looking at the namespace parameter.
(25 Jan '10, 22:53)
dinh
|
|
We are currently building out a new Java SDK. It will be available on GitHub. I can give pre-release access - just need a GitHub ID. Any questions - psanford@splunk.com or ping us on Twitter: @splunkdev |
