Home / Companies / OpenObserve / Blog / July 2025

July 2025 Summaries

3 posts from OpenObserve

Filter
Month: Year:
Post Summaries Back to Blog
This instructional blog post provides a comprehensive guide on how to send structured logs from a Google Cloud Run application directly to OpenObserve using simple HTTP requests, highlighting the limitations of Cloud Logging in terms of scale, retention, real-time filtering, and cost efficiency. It explains how to configure apps written in Python or Node.js to integrate with OpenObserve by modifying the code to send logs through HTTP, setting necessary environment variables, and testing the setup. The tutorial emphasizes the advantages of using OpenObserve for log management, such as faster searches across large and historical logs, structured logging and alerting capabilities, longer retention at a lower cost, and the unification of logs, metrics, and traces on a single platform. Additionally, it touches on troubleshooting common issues and presents an alternative approach for centralizing logs across multiple Google Cloud Platform services using Cloud Logging and Pub/Sub to forward logs to OpenObserve.
Jul 31, 2025 998 words in the original blog post.
OpenObserve has achieved a significant milestone by being officially listed on the AWS Marketplace, thereby expanding its ecosystem and making observability more accessible to teams. This development allows AWS users to deploy OpenObserve directly through their existing infrastructure, streamlining billing and procurement processes. By integrating with AWS, OpenObserve aims to reduce barriers to adopting high-performance observability solutions, promising immediate benefits such as faster deployment, shorter procurement times, and consolidated billing. This move underscores OpenObserve's commitment to meeting developers and operations teams where they work, enhancing accessibility and convenience for its users.
Jul 25, 2025 144 words in the original blog post.
Efficient log parsing is crucial for system analysis, troubleshooting, and driving analytics, and OpenObserve simplifies this process with its support for Vector Remap Language (VRL) and robust data pipelines. These tools allow for both basic and advanced log transformations, enabling users to extract, normalize, and enrich log data from a variety of sources, including HTTP APIs, common log forwarders, and cloud services. OpenObserve processes logs in structured, semi-structured, and unstructured formats and utilizes Apache Parquet for efficient storage, which reduces costs while supporting high-performance SQL queries for real-time insights and alerts. VRL empowers users to apply parsing functions in real-time or at query time, facilitating flexible data transformation and the extraction of key insights, such as error codes or timestamps, from diverse log formats. By enabling real-time and query-time transformations, OpenObserve ensures that organizations can swiftly respond to system anomalies and optimize operational efficiency through precise monitoring and alerting capabilities.
Jul 21, 2025 1,289 words in the original blog post.