Skip to content

A very simple Splunk app showing how to interact with the KV Store.

License

Notifications You must be signed in to change notification settings

kospol/splunk_simpleKVStoreApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Splunk KV Store app

Kostas Polychronis

A very simple Splunk app showing how to interact with the KV Store. It is based on the tutorial from the Splunk documentation. The concept of the app is to allow the Splunk app users to add and remove Customer information that includes several fields.

Installation

If you want to install the app to your local Splunk instance you can do so in two different ways:

Using the Splunk Web interface (easy)

  • Click the Manage Apps blue icon at the left side of the Splunk Web Interface
  • Click the Install app from file
  • Select the spl file and click upload
  • Restart Splunk

Using the command line (moderate)

$ mv Downloads/app.spl $SPLUNK_HOME/etc/apps
$ cd $SPLUNK_HOME/etc/apps
$ gunzip -c app.spl | tar xopf -
$ splunk restart

License

MIT

About

A very simple Splunk app showing how to interact with the KV Store.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages