s

splunk.httpec

A library to assist in building property-formatted JSON payloads for Splunk Events, and delivering those events to a Splunk HTTP Event Collector
https://github.com/hqstevenson/splunk-httpec
The Apache License, Version 2.0
Quinn Stevenson
Files download
File Operation
splunk.httpec-2.1.0.jar download
splunk.httpec-2.1.0.pom download
splunk.httpec-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hqstevenson.splunk</groupId>
  <artifactId>splunk.httpec</artifactId>
  <version>2.1.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.hqstevenson.splunk:splunk.httpec:2.1.0'
Gradle Kotlin
implementation("com.github.hqstevenson.splunk:splunk.httpec:2.1.0")
Scala SBT
libraryDependencies += "com.github.hqstevenson.splunk" % "splunk.httpec" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hqstevenson.splunk', module='splunk.httpec', version='2.1.0')
)
Apache Ivy
<dependency org="com.github.hqstevenson.splunk" name="splunk.httpec" rev="2.1.0" />
Leiningen
[com.github.hqstevenson.splunk/splunk.httpec "2.1.0"]
Apache Buildr
'com.github.hqstevenson.splunk:splunk.httpec:jar:2.1.0'