mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
parent
3409541bb9
commit
797c4a957c
@ -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
6822
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user