AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Lists log events from the specified log group. You can list all the log events or filter the results using a filter pattern, a time range, and the name of the log stream.
By default, this operation returns as many log events as can fit in 1 MB (up to 10,000 log events) or all the events found within the time range that you specify. If the results include a token, then there are more log events available, and you can get additional results by specifying the token in a subsequent call. This operation can return empty results while there are more log events available through the token.
The returned log events are sorted by event timestamp, the timestamp when the event
was ingested by CloudWatch Logs, and the ID of the PutLogEvents
request.
For .NET Core this operation is only available in asynchronous form. Please refer to FilterLogEventsAsync.
Namespace: Amazon.CloudWatchLogs
Assembly: AWSSDK.CloudWatchLogs.dll
Version: 3.x.y.z
public virtual FilterLogEventsResponse FilterLogEvents( FilterLogEventsRequest request )
Container for the necessary parameters to execute the FilterLogEvents service method.
Exception | Condition |
---|---|
InvalidParameterException | A parameter is specified incorrectly. |
ResourceNotFoundException | The specified resource does not exist. |
ServiceUnavailableException | The service cannot complete the request. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5