An implementation of the Splunk simple search Java tutorial, only in Clojure instead. #deprecated
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Elf M. Sternberg be6bc4e6d4 Can't use less-than symbols in Markdown on Github. 10 years ago
doc A few typos and TeX problems fixed. 10 years ago
src/splunksearch Cleaned up and renamed for publication. 10 years ago
test/splunksearch Cleaned up and renamed for publication. 10 years ago
.gitignore Checking in initialization. 10 years ago
LICENSE Adding the License file. 10 years ago
README.md Can't use less-than symbols in Markdown on Github. 10 years ago
project.clj Cleaned up and renamed for publication. 10 years ago

README.md

Splunk Search in Clojure

A Clojure command line program that enables simple search access to a Splunk server endpoint.

Usage

This is a bit tricky because this program relies on both the Splunk Java SDK, which is not in Clojure or Maven repos, and the Splunk Java SDK's Command utility class. You'll have to download the Splunk Java SDK yourself and install the Splunk JAR file. You'll also have to create, from the root of this project directory, resources/com/splunk, and deposit Command.class (which can be found in the SDK's tree somewhere) in the newly created directory.

I used lein localrepo to install the Splunk JAR file. It seems to have worked for me.

Once all that's done, and you've got an instance of Splunk up at running, and you've successfully configure your .splunkrc file, you can try:

lein run 'search [your search here]'

License

Copyright © 2013 Elf M. Sternberg

Distributed under the Apache Public License, under the same terms as other Splunk software.