node-syslog-client icon indicating copy to clipboard operation
node-syslog-client copied to clipboard

TCP and UDP syslog client RFC 3164 and 5424

Results 11 node-syslog-client issues
Sort by recently updated
recently updated
newest added

There have been no new releases since 1.1.1 and some of the documented features, such as TLS transport, don't work on 1.1.1

I am using syslog client and when I debug I get this error. events.js:377 throw er; // Unhandled 'error' event ^ Error: connection timed out at Socket. (C:\xxx\Kinvey-To-ADX\node_modules\syslog-client\index.js:276:14) at Object.onceWrapper...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3. Changelog Sourced from y18n's changelog. 4.0.3 (2021-04-07) Bug Fixes release: 4.x.x should not enforce Node 10 (#126) (1e21a53) 4.0.1 (2020-11-30) Bug Fixes address prototype...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies

The type definitions define `ClientOptions.udpBindAddress` as mandatory, which breaks compatibility to 1.1.1 and requires to define a value even when it is not used. This commit fixes this by declaring...

I cant find any log in /var/log/syslog. Please tell me the place to find the logs added.

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

I have been trying to communicate between the syslog-client with Tcp transport and tcp-server. Communication between the syslog-client to tcp-server works well . I doubted the syslog-client doesn't provide the...