winston-transport-splunk
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -5,2 +5,8 @@ # Changelog | ||
#### [0.0.4] - 31-05-2019 | ||
- Rename repo. | ||
#### [0.0.3] - 31-05-2019 | ||
- Update README. | ||
#### [0.0.2] - 31-05-2019 | ||
@@ -7,0 +13,0 @@ - Use require instead of ES6 import/export. |
{ | ||
"name": "winston-transport-splunk", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "winston transport for Splunk Event API", | ||
@@ -13,3 +13,3 @@ "main": "src/lib/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/ImaginationWorks/winston-splunk.git" | ||
"url": "git+https://github.com/ImaginationWorks/winston-transport-splunk.git" | ||
}, | ||
@@ -19,5 +19,5 @@ "author": "Sean Xiong <sean@imaginationworks.com.au>", | ||
"bugs": { | ||
"url": "https://github.com/ImaginationWorks/winston-splunk/issues" | ||
"url": "https://github.com/ImaginationWorks/winston-transport-splunk/issues" | ||
}, | ||
"homepage": "https://github.com/ImaginationWorks/winston-splunk#readme", | ||
"homepage": "https://github.com/ImaginationWorks/winston-transport-splunk#readme", | ||
"pre-commit": [ | ||
@@ -24,0 +24,0 @@ "lint", |
@@ -1,2 +0,2 @@ | ||
# winston-splunk | ||
# winston-transport-splunk | ||
@@ -45,3 +45,3 @@ A [Splunk][0] transport for [winston][1]. | ||
The Splunk transport is based on [splunk-logging][2] | ||
The Splunk transport is based on [splunk-logging][2], and used [winston-loggly-bulk][3] as a reference. | ||
@@ -51,6 +51,5 @@ | ||
### Installing winston-splunk | ||
### Installing winston-transport-splunk | ||
``` bash | ||
$ npm install winston | ||
$ npm install winston-transport-splunk | ||
@@ -77,1 +76,2 @@ ``` | ||
[2]: https://www.npmjs.com/package/splunk-logging | ||
[2]: https://www.npmjs.com/package/winston-loggly-bulk |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6811