Home / Companies / Honeycomb / Blog / January 2018

January 2018 Summaries

2 posts from Honeycomb

Filter
Month: Year:
Post Summaries Back to Blog
The text discusses the inefficiencies of using unstructured string logs and advocates for structured logging, particularly using JSON serialization, to enhance data readability and utility. It highlights the transition from traditional logging practices, where data is embedded in text strings, to using structured logs that facilitate easier data extraction and analysis. The author illustrates this with an example using the Elastic stack and a .NET console app, demonstrating how logs can be aggregated and visualized in Kibana. By using structured logging, the author shows how it becomes possible to efficiently search, filter, and analyze log data, allowing for the creation of insightful dashboards and monitoring tools without the need for complex regex patterns. The setup involves using Docker to run Elasticsearch, Logstash, and Kibana with configurations that enable the seamless ingestion and visualization of log data, ultimately enhancing system monitoring and troubleshooting processes.
Jan 25, 2018 1,780 words in the original blog post.
Honeycomb has launched a new integration for Amazon Web Services CloudFront access logs, enhancing observability for CDNs by providing insights into cache performance and user experience. This integration addresses challenges like cache invalidation by allowing detailed analysis of cache hits and misses through metrics such as cs_uri_stem and x_edge_response_result. Users can visualize and calculate data like the 99th percentile of time taken to serve content, helping identify when cache misses occur and determine if new updates, such as bug patches, are effectively reaching users. The integration supports high cardinality data, enabling extensive analysis across numerous URIs without prior specification of metrics, and aims to improve the speed and efficiency of content delivery by making CDN performance more transparent and actionable. Honeycomb encourages users to explore this feature through their documentation and offers a free trial for those interested in leveraging the tool to process large data volumes swiftly.
Jan 09, 2018 731 words in the original blog post.