October 2023 Summaries
1 posts from OpenObserve
Filter
Month:
Year:
Post Summaries
Back to Blog
A new blog post provides a detailed guide on sending Node.js application logs to OpenObserve using the Pino logger, emphasizing the enhanced observability and troubleshooting capabilities this integration offers. The post introduces a new npm library, @openobserve/pino-openobserve, for streamlined integration and highlights Pino's speed and JSON-focused logs, which are easily parseable and performant. The blog explains the prerequisites, including having Node.js, npm, a Node.js app using Pino, and access to OpenObserve, either cloud-based or self-hosted. It outlines the setup process of a Node.js app with Pino and describes how to integrate with OpenObserve using the pino-elasticsearch module, which forwards logs to the Elasticsearch-compatible _bulk API supported by OpenObserve. By adapting the application to utilize this module, logs can be seamlessly forwarded to OpenObserve, allowing users to observe and analyze logs through the OpenObserve UI, thereby significantly improving application observability in a Kubernetes environment.
Oct 02, 2023
489 words in the original blog post.