SOA-C02 Monitoring, Logging, and Remediation • Set 11
SOA-C02 Monitoring, Logging, and Remediation Practice Test 11 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. A SysOps administrator runs this CloudWatch Logs Insights query against an application log group. The query returns no results, even though the administrator knows that errors occurred in the last hour. What is the most likely cause?
Consider the following CloudWatch Logs Insights query: fields @timestamp, @message | filter @message like /ERROR/ | stats count() by bin(5m) | sort @timestamp desc