惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

月光博客
月光博客
C
Check Point Blog
J
Java Code Geeks
腾讯CDC
Apple Machine Learning Research
Apple Machine Learning Research
宝玉的分享
宝玉的分享
Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
量子位
Google DeepMind News
Google DeepMind News
I
InfoQ
The GitHub Blog
The GitHub Blog
aimingoo的专栏
aimingoo的专栏
N
Netflix TechBlog - Medium
Hugging Face - Blog
Hugging Face - Blog
博客园 - Franky
V
V2EX
Blog — PlanetScale
Blog — PlanetScale
T
The Blog of Author Tim Ferriss
小众软件
小众软件
博客园_首页
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
IT之家
IT之家

InfoWorld

21 LLMs tuned for special domains The new AI lock-in AWS adds Advanced Prompt Optimization tool to Bedrock Capacity markets could reshape cloud computing Four cutting-edge tools for spec-driven development Anthropic puts Claude agents on a meter across its subscriptions Notion courts developers with a platform for AI agents and workflow automation Using continuous purple teaming to protect fast-paced enterprise environments A better way to work with SQL Server Evidence-driven workflows: Rethinking enterprise process design AWS debuts Graviton-powered Redshift RG instances to cut analytics costs SAP’s AI promises last year? Most are still rolling out First look: Lemonade serves up local AI with limitations GitLab CEO sees developer tool bill increasing 100-fold Red Hat adds support for agentic AI development What’s new and exciting in JDK 26 Kill the loading spinner with local-first data and reactive SQL A networking revolution at AWS Tokenmaxxing is super dumb Hands-on with React, Supabase, and PowerSync How to add AI to an existing product (without annoying users) Your AI doesn’t need another database What happens when engineering teams reorganize around AI agents Python isn’t always easy When cloud giants meddle in markets 12 model-level deep cuts to slash AI training costs The best new features in Python 3.15 Teradata launches platform for enterprise AI agents moving beyond pilots Three skills that matter when AI handles the coding MongoDB targets AI’s retrieval problem
AWS boosts CloudWatch Logs query limits by 10x to ease de...
2026-05-18 · via InfoWorld

AWS has increased Amazon CloudWatch Logs Insights query result limits from 10,000 to 100,000 rows and added pagination support for its GetQueryResults API to help developers and site reliability engineers (SREs) troubleshoot and debug large-scale distributed applications more efficiently.

The update to the monitoring and observability service, according to an AWS blog post, will reduce the need to repeatedly split queries into smaller time windows during incident investigations, debugging, and operational audits across enterprise environments.

Analysts see sound operational reasoning behind the move.

“The old 10,000-row CloudWatch limit was a real problem for large distributed systems. During outages, SRE teams often had to rerun the same query across multiple small time windows and manually combine results. Automated monitoring and compliance pipelines also needed extra custom logic, making systems more complex and fragile,” said Pareekh Jain, principal analyst at Pareekh Consulting.

“The new 100,000-result limit makes investigations much easier. Teams can now analyze larger incidents in a single query, reducing manual effort and speeding up troubleshooting. Dashboards, exports, and pattern analysis also work on more complete data,” Jain noted.

“In microservices environments where one request touches many services, teams now have a much better chance of seeing the full impact of a failure in one search,” Jain pointed out.

The added pagination support for the GetQueryResults API, in fact, according to Avasant research director Gaurav Dewan, is the “bigger” architectural improvement.

“Previously, query APIs could return truncated datasets, requiring teams to re-run queries with additional filters or implement custom logic to retrieve complete results. This added complexity, especially for automated workflows such as runbooks, bots, or SIEM ingestion pipelines,” Dewan said.

“With pagination, query results can now be accessed incrementally in a structured way. This makes it easier to programmatically retrieve large datasets and is likely to improve the reliability of automation workflows built on top of CloudWatch,” Dewan added.

Despite the immediate benefits, neither analyst was convinced that the new update would eliminate the need for third-party observability or SIEM platforms in enterprise environments.

“It reduces friction at the margins, but doesn’t close the structural gaps that drive third-party observability or SIEM tools adoption,” Jain said.

While teams troubleshooting Lambda, ECS, or EKS workloads inside AWS may now rely more on CloudWatch for incident investigations instead of exporting logs to third-party tools simply because of earlier query limits, for SIEM, security analytics, compliance, or multi-cloud environments, platforms like Datadog, Splunk, or Elastic still offer broader cross-platform visibility, advanced correlation, and long-term governance features that CloudWatch does not fully address, Jain pointed out.

No direct cloud cost savings

Jain also downplayed the likelihood of major direct cloud cost savings from the update, noting that CloudWatch Logs Insights pricing is primarily based on the volume of data scanned rather than the number of results returned.

Instead, he said, the larger benefit is likely to come from operational efficiency and faster incident resolution.

“If SRE teams spend less time fighting query limits, rerunning searches, and stitching logs together, they can identify issues much faster. For large enterprise applications, even reducing outage investigation time from 15 minutes to 2 minutes can translate into significant operational and business value,” Jain said.

Enterprise users, according to AWS, can control the number of records returned in a query using the “LIMIT” command after setting the higher query ceilings either via the Amazon CloudWatch console or the AWS CLI. The feature has been made generally available across all AWS regions.