Reporting

splunk.jar in maven2 repo?

cautiousblue
New Member

looking for splunk.jar in maven (and failing)

Tags (1)
0 Karma

Neeraj_Luthra
Splunk Employee
Splunk Employee

For now the Splunk jar is available on spring’s maven repo - http://repo.springsource.org/simple/ext-release-local.

The latest 1.0 release of Splunk SDK for Java can be added as a dependency in your project’s pom as follows:

<dependency>
<groupId>com.splunk</groupId>
<artifactId>splunk</artifactId>
<version>1.0.0</version>
</dependency>

Of course, you will need to add the above repo to your list as well so maven knows where to look for this artifact.

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...