This package has been deprecated

Author message:

splunkstorm is no longer a thing

splunk-storm

1.0.0 • Public • Published

Fork of the abondoned splunkstorm project.

Splunk-Storm Build Status

NPM

NPM

Installation

$ npm i splunk-storm --save

Usage

In order for the examples to work, you'll need a SplunkStorm account. If you don't already have one, you can get one from http://www.splunkstorm.com

From your freshly set up account you'll need the SplunkStorm credentials the consist of your access token, your project Id and a API Hostname:

var SplunkStorm = require('splunk-storm');
 
var logger = new SplunkStorm({
    apiKey: 'you-api-key',
    projectId: 'project-id',
    apiHostName: 'api-host-name'
});
 
logger.send('foo=bar', null, null, null, function(error) {
    //error is null if everything went well
});
 

Happy logging!

Dependencies (1)

Dev Dependencies (5)

Package Sidebar

Install

npm i splunk-storm

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • zaphod1984