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

🌲 load pino logs into Elasticsearch

Results 24 pino-elasticsearch issues
Sort by recently updated
recently updated
newest added

Currently, when I try to integrate pino-http on my express application with pino-elasticsearch, everything is being forwarded to elasticsearch. My elasticsearch object looks like this: ``` "_source": { "level": 30,...

Hi, I was unable to get a module going with a pino logger. I'm using NextJS as a FE/BE. I want all my next Logs to be exported. I'm using...

Bumps [@elastic/elasticsearch](https://github.com/elastic/elasticsearch-js) from 8.18.2 to 9.0.2. Release notes Sourced from @​elastic/elasticsearch's releases. v9.0.2 Changelog v9.0.1 Changelog v9.0.0 Changelog v9.0.0-alpha.5 Changes from 9.0.0-alpha.4: Serverless client merged back in The @elastic/elasticsearch-serverless client...

dependencies
javascript

### transform.destroy([error]) - Destroy the stream, and optionally emit an 'error' event. After this call, the transform stream would release any internal resources. - Implementors should not override this method,...