elastic / ecs-logging-nodejs

https://www.elastic.co/guide/en/ecs-logging/nodejs/master/intro.html
Apache License 2.0
68 stars 39 forks source link

feat: separate winston ecsFormat to composable ecsFields and ecsStringify (take 2) #161

Closed trentm closed 10 months ago

trentm commented 10 months ago

Fixes: #57 Obsoletes: #65


This basically modernizes (for changes in this package) and finishes #65. I'm thankful to @lancegliser for all the assistance. The best description is in the CHANGELOG.md addition and the "packages/ecs-winston-format/examples/redact-fields.js" example showing the use case.