Refine your search:

Where can I get detailed documentation (with examples, if possible) of API that I may use in my Java application to fetch Splunk data?

Thanks.

asked 28 Jul '10, 11:09

manoop's gravatar image

manoop
212
accept rate: 0%


4 Answers:

as of now, only the search endpoints of the Splunk REST API are officially supported for development against Splunk. these are documented at

http://www.splunk.com/base/Documentation/latest/Developer/RESTSearch

however, you can look at all the endpoints that are available by accessing this url:

https://:8089/services

link

answered 27 Jan '11, 23:33

piebob's gravatar image

piebob ♦♦
2.4k1517
accept rate: 33%

Hello - We are currently migrating our SDKs over to GitHub. If you send me an email: psanford@splunk.com I will give you private access to the new Java SDK.

link

answered 27 Sep '11, 12:08

psanford_splunk's gravatar image

psanford_splunk
1792
accept rate: 8%

Check out GitHub

link

answered 28 Jul '10, 13:39

rroberts's gravatar image

rroberts
1.1k9
accept rate: 43%

edited 12 Oct '11, 10:52

code.google.com/p/splunk-java-sdk just returns 403 errors ???

(04 Aug '11, 07:26) tdhealy

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

link

answered 04 Jan, 13:29

psanford_splunk's gravatar image

psanford_splunk
1792
accept rate: 8%

Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×93
×32

Asked: 28 Jul '10, 11:09

Seen: 1,180 times

Last updated: 04 Jan, 13:29

Copyright © 2005-2012 Splunk, Inc. All rights reserved.