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

Hi, I tried connecting my app to Logstash & ES with winston and winston-elasticsearch, but for some reason, there's only one logger.log function that writes to Logstash, from main.js, while...

When I use wrong credentials for Elastic, the `checkEsConnection` function will retry the check forever. This does not give a clue that the logging is not active due to invalid...

Hello, We recently started using this module to send client logs to elasticsearch. However, after a couple of weeks, we noticed that some users were sending too many HEAD requests...

Hi, While using winston-elasticsearch with TypeScript I found that exported ElasticsearchTransportOptions does not have "**apm**" key as part of interface fields. Please add it so that APM agent could be...

I am handling `uncaughtException` event in NodeJS application to assure that logs are flushed to ES (in my case it is AWS ES domain). Here is the code snippet of...

Bumps [undici](https://github.com/nodejs/undici) from 5.2.0 to 5.9.1. Release notes Sourced from undici's releases. v5.9.1 What's Changed fix: don't timeout while waiting for client to send request (#1604) Fix array headers by...

dependencies

Current Behavior: When attempting to use `winston-elasticsearch` with the `@elastic/elasticsearch` library, we encounter compatibility issues. Specifically, the `existsIndexTemplate()` method within `winston-elasticsearch` is returning a `boolean` value instead of an `object`...

Our application sometimes receives a `Elasticsearch error` from `node_modules/winston-elasticsearch/bulk_writer.js` and specifically on line 134: ```js .then((res) => { if (res && res.errors && res.items) { const err = new Error('Elasticsearch...

I couldn't find any info on this, but is it possible there's a max message size that can be transported to ES? I noticed that in our project we're not...