winston-elasticsearch icon indicating copy to clipboard operation
winston-elasticsearch copied to clipboard

An elasticsearch transport for winston

Results 32 winston-elasticsearch issues
Sort by recently updated
recently updated
newest added

Bumps [undici](https://github.com/nodejs/undici) from 5.2.0 to 5.8.0. Release notes Sourced from undici's releases. v5.8.0 ⚠️ Security Fixes ⚠️ CRLF injection in request path, method, and headers https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc, CVE CVE-2022-31150, reported by...

dependencies

The real type of Transfromed.fields is `Object`, not string. Currently we cannot use official example. ```js const { ElasticsearchTransformer } = require('winston-elasticsearch'); const esTransportOpts = { transformer: (logData) => {...

Hi, we are faced with the problem of duplicating non-erroneous logs, when erroneous logs occur. Reproduced on: - Node.js 12.* - elastic search: 7.* - winston-elasticsearch: 0.16.1 I have prepared...

When a log event fails on elasticsearch ( even if it accept the event ) the message is re-sent multiple times ( a single event can be logged on ESearch...

I want to add **mappings** to the index using **indexTemplate** . i set **ensureIndexTemplate** to **true** and i put `indexTemplate: { mappings: { properties: { co: { index: true, type:...

Hi there 👋🙂 Thank you for merging the fixes for ES v8 https://github.com/vanthome/winston-elasticsearch/pull/215 I believe we are missing a version bump from 0.16.1 to 0.16.2 and an `npm publish` so...

In a basic index.js code, I addded winston elasticsearch pointing to a server. Winston-elasticsearch trace shows successful connection, but after logging, the application doesn't exit. Any suggestions?

Hi, thanks for the job you made on this, it was really helpful for me, however I can't get the "indexPrefix" option working I tried adding it like this `const...

I have a node application. Node v: v10.11.0 We use winston and winston-elasticsearch. Code work fine. As soon as i install axios(0.19.2) package, it starts to break throwing out error....

I tried to debug it at bulk_writer.js ``` thiz.client.indices.putTemplate(tmplMessage).then( (res1) => { debugger fulfill(res1); }, (err1) => { debugger reject(err1); } ); ``` and it fall to catch with error...