| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Returns a list of event descriptions matching criteria up to the last 6 weeks.
Note
This action returns the most recent 1,000 events from the specified NextToken.
elastic-beanstalk-describe-events -a [
name] -e [name]
-E [id] -l [label] -L [timestamp] -m [count]
-n [token] -r [id] -s [level] -S [timestamp] -t [name]
| Name | Description | Required |
|---|---|---|
|
|
The name of the application. Type: String Default: None Length Constraints: Minimum value of 1. Maximum value of 100. |
No |
|
|
The name of the environment. Type: String Default: None Length Constraints: Minimum value of 4. Maximum value of 23. |
No |
|
|
The ID of the environment. Type: String Default: None |
No |
|
|
The application version. Type: String Default: None Length Constraints: Minimum value of 1. Maximum value of 100. |
No |
|
|
If specified, a list of events that occurred up to but not including the specified time is returned. Type: Date Time Default: None |
No |
|
|
Specifies the maximum number of events that can be returned, beginning with the most recent event. Type: Integer Default: None |
No |
|
|
Pagination token. Used to return the next batch of results. Type: String Default: None |
No |
|
|
The request ID. Type: String Default: None |
No |
|
|
If specified, a list of events with the specified severity level or higher is returned. Type: String Valid Values: Default: None |
No |
|
|
If specified, a list of events that occurred after the specified time is returned. Type: Date Time Default: None |
No |
|
|
The name of the configuration template. Type: String Default: None Length Constraints: Minimum value of 1. Maximum value of 100. |
No |
The command returns a table with the following information:
ApplicationName—The name of the application associated with the event.
EnvironmentName—The name of the environment associated with the event.
EventDate—The date of the event.
Message—The event's message.
RequestID—The web service request ID for the activity of this event.
Severity—The severity level of the event.
TemplateName—The name of the configuration associated with this event.
VersionLabel—The release label for the application version associated with this event.
This example shows how to describe events that have a severity level of WARN or higher for an environment.
PROMPT> elastic-beanstalk-describe-events -e MySampleAppEnv -s WARN