This package has been deprecated

Author message:

splunkstorm

winston-splunkstorm

1.1.1 • Public • Published

winston-splunkstorm Build Status

NPM

NPM

In their Logging Best Practises Splunk strongly encourages the usage of key-value pairs in logs. This winston plugin takes messages and meta data hashes and creates a key-value structured string out of it.

Installation

npm install winston-splunkstorm

Example Usage

var winston = require('winston');
var splunkstorm = require('winston-splunkstorm');
 
winston.add(splunkstorm, {
    apiKey: 'api-key',
    projectId: 'project-id',
    apiHostName: 'api-host-name'
});
 
winston.info({a: 'b'});
 
//output: 2013-12-09T07:10:49.522Z a=b, lvl=info, hst=fooHost

Parameters for the splunkstorm constructor:

  • apiKey your apiKey at splunkstorm.com (mandatory)
  • projectId your projectId at splunkstorm.com (mandatory)
  • apiHostName the hostname assigned to your project by splunkStorm

Find more Details here.

Built with splunkstorm the client for the splunkstorm api.

Happy Logging!

Package Sidebar

Install

npm i winston-splunkstorm

Weekly Downloads

2

Version

1.1.1

License

MIT

Last publish

Collaborators

  • nherment
  • zaphod1984