Gathering detailed insights and metrics for @chitkosarvesh/winston-logstash
Gathering detailed insights and metrics for @chitkosarvesh/winston-logstash
Gathering detailed insights and metrics for @chitkosarvesh/winston-logstash
Gathering detailed insights and metrics for @chitkosarvesh/winston-logstash
Adds Logstash Transport to Winston@3.x with multiple input capabilities like TCP, UDP, WebSocket and HTTP
npm install @chitkosarvesh/winston-logstash
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
18 Commits
2 Watchers
1 Branches
1 Contributors
Updated on Feb 26, 2019
Latest Version
0.0.4
Package Id
@chitkosarvesh/winston-logstash@0.0.4
Unpacked Size
20.56 kB
Size
3.88 kB
File Count
22
NPM Version
5.6.0
Node Version
9.10.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
4
Kind: inner class of HTTPInput
Param | Type | Description |
---|---|---|
options | Object | The options object returned from the LogstashTransport class |
Kind: inner class of module.exports
The class that does transmission of logs using the HTTP Requests
Kind: inner class of TCPInput
Param | Type | Description |
---|---|---|
options | Object | The options object returned from the LogstashTransport class |
Kind: inner class of module.exports
The class that does transmission of logs using the TCP input
Example
1node examples/basic-tcp.js
Kind: inner class of UDPInput
Param | Type | Description |
---|---|---|
options | Object | The options object returned from the LogstashTransport class |
Kind: inner class of module.exports
The class that does transmission of logs using the UDP input
Example
1node examples/basic-udp.js
Kind: inner class of WebSocketInput
The class that does transmission of logs using the WebSockets
Author: Sarvesh Chitko (chitkosarvesh@gmail.com)
Param | Type | Description |
---|---|---|
options | Object | The Configuration object |
options.name | String | The name of the transport |
options.input | String | The input that you want to use |
options.host | String | The Logstash server host |
options.port | String | The port of the Logstash pipeline you've configured |
Transport
Kind: inner class of module.exports
Extends: Transport
The main class that adds the Logstash capabilities to Winston
Throws:
Kind: inner method of module.exports
Param | Type | Description |
---|---|---|
info | Object | The log object that needs to be sent to Logstash |
callback | function | Callback function to call, once processing the log message is processed |
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 0/18 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More