fix(#706): fixes security vulns

fix #702 - broken logstashUDP link
This commit is contained in:
Gareth Jones 2018-05-03 08:08:07 +10:00 committed by Jeff Tindell
parent 3409541bb9
commit 797c4a957c
3 changed files with 5224 additions and 1608 deletions

View File

@ -1,6 +1,6 @@
# logstash Appender (HTTP)
The logstash appenders send NDJSON formatted log events to [logstash](https://www.elastic.co/products/logstash) receivers. This appender uses HTTP to send the events (there is another logstash appender that uses [UDP](logstashUDP.md)). You will need to include [axios](https://www.npmjs.com/package/axios) in your dependencies to use this appender.
The logstash appenders send NDJSON formatted log events to [logstash](https://www.elastic.co/products/logstash) receivers. This appender uses HTTP to send the events (there is another logstash appender that uses [UDP](https://github.com/log4js-node/logstashUDP)). You will need to include [axios](https://www.npmjs.com/package/axios) in your dependencies to use this appender.
## Configuration

6822
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -49,16 +49,16 @@
"streamroller": "^0.7.0"
},
"devDependencies": {
"codecov": "^3.0.0",
"codecov": "^3.0.2",
"conventional-changelog": "^1.1.6",
"eslint": "^4.10.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-import-resolver-node": "^0.3.1",
"eslint-plugin-import": "^2.8.0",
"husky": "^0.14.3",
"nyc": "^11.3.0",
"nyc": "^11.7.3",
"sandboxed-module": "^2.0.3",
"tap": "^10.7.3",
"tap": "^11.1.5",
"validate-commit-msg": "^2.14.0"
},
"optionalDependencies": {