{"dist":{"shasum":"ed00460fc96b2020da817f35f7f8f22ad494b6a8","tarball":"https://registry.npmjs.org/winston-splunk/-/winston-splunk-0.1.0.tgz","integrity":"sha512-aDQ9c0FCiR0knkc3eR+Oze52h0uRfYX+RQZCIwHPtQhJMQ3/+/eYvYG0yGgniJL9JCHJj6H3jYEKtqqyMbPaxQ==","signatures":[{"sig":"MEUCIQDvehAZfSk/iuX/54FTR7NfNTnFE2lKRFVAeWAeLPr2MAIgGeCs9KU9+YoHIHa0N/vDquK80AkwDISGr28h4No/gbs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/winston-splunk","name":"winston-splunk","_from":"winston-splunk","author":{"name":"Eric Helgeson"},"readme":"# winston-splunk \n\nA [splunk][2] transport for [winston][0]. Inspired by [winston-greylog2][1].\n\n## Installation\nTested on node-0.6.x, requires npm.\n\n``` sh\n  $ # Currently not in npm use git for now.\n  $ npm install winston\n  $ npm install winston-splunk\n```\n\n## Usage\n``` js\n  var winston = require('winston');\n  winston.add(require('winston-splunk').splunk, options);\n\n```\n## Splunk props.conf\nExample props.conf\n```\n[udp:54321]\nNO_BINARY_CHECK=1\nSHOULD_LINEMERGE=false\nTIME_PREFIX={\"_timestamp\":\n```\n\nOptions are the following:\n\n* __level:__ Level of messages this transport should log. (default: info)\n* __silent:__ Boolean flag indicating whether to suppress output. (default: false)\n\n* __splunkHost:__ IP address or hostname of the Splunk server. (default: localhost)\n* __splunkPort:__ Port to send messages to on the Splunk server. (default: 54321)\n* __splunkHostname:__ The hostname associated with Splunk messages. (default: require('os').hostname())\n* __splunkFacility:__ The Splunk facility to send log messages.. (default: nodejs)\n\n[0]: https://github.com/flatiron/winston\n[1]: https://github.com/flite/winston-graylog2 \n[2]: http://www.splunk.org\n","engines":{"node":">= 0.4.0"},"scripts":{"test":"vows test/*-test.js --spec"},"_npmUser":{"name":"base698","email":"justin.thomas1@gmail.com"},"keywords":["logging","sysadmin","tools","winston","splunk"],"repository":{"url":"git://github.com/erichelgeson/winston-splunk.git","type":"git"},"_npmVersion":"1.1.59","description":"A Splunk transport for winston","maintainers":[{"name":"base698","email":"justin.thomas1@gmail.com"}],"_nodeVersion":"v0.6.12","dependencies":{},"_defaultsLoaded":true,"devDependencies":{"vows":"0.5.x","winston":"0.4.x"},"_engineSupported":true,"optionalDependencies":{},"_id":"winston-splunk@0.1.0","version":"0.1.0"}