You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AWS Toolkit provides support for [Amazon CloudWatch Logs](https://aws.amazon.com/cloudwatch/). Using the [AWS Explorer](#ui-components-aws-expl) of the Toolkit, you can perform the following operations on Log Groups:
107
+
108
+
- List CloudWatch Log Groups
109
+
- View Log Streams for a Log Group
110
+
111
+
Viewing a Log Stream will immediately load the most recent 10,000 lines or 1 MB of data (whichever is smaller), and their timestamps. From this view, users can access the following actions:
For full details, see [Working with CloudWatch Logs](https://docs.aws.amazon.com/console/toolkit-for-vscode/latest/userguide/cloudwatchlogs.html) in the Toolkit's user guide.
The AWS Toolkit provides support for [Amazon EventBridge](https://aws.amazon.com/eventbridge) schemas. Using the [AWS Explorer](#ui-components-aws-expl) of the Toolkit, you can perform the following operations on these schemas:
@@ -161,6 +186,7 @@ palette_, available by selecting _View > Command Palette_ or by typing
|`AWS: About AWS Toolkit`| Displays information about the AWS Toolkit. |
163
188
|`AWS: Connect to AWS`| Connects the Toolkit to an AWS account. For more information, see [Connecting to AWS](https://docs.aws.amazon.com/console/toolkit-for-vscode/connect) in the user guide. |
189
+
|`AWS: Copy Log Stream Name`| Copies the name of the active CloudWatch Log Stream |
164
190
|`AWS: Create a new Step Functions state machine`| Generates a new Amazon States Language definition to use as the definition for a new Step Functions state machine. For more information, see [State Machine Templates](https://docs.aws.amazon.com//toolkit-for-vscode/latest/userguide/bulding-stepfunctions.html#templates-stepfunctions) in the user guide. |
165
191
|`AWS: Create a new Issue on Github`| Opens the AWS Toolkit's [New Issue page on Github](https://github.com/aws/aws-toolkit-vscode/issues/new/choose). |
166
192
|`AWS: Create Credentials Profile`| Creates an AWS credentials profile. For more information, see [Setting Up Your AWS Credentials](https://docs.aws.amazon.com/console/toolkit-for-vscode/setup-credentials) in the user guide. |
@@ -172,6 +198,7 @@ palette_, available by selecting _View > Command Palette_ or by typing
172
198
|`AWS: Publish state machine to Step Functions`| Creates or updates a remote state machine using the local Amazon States Language definition file. For more information, see [Work With State Machines in VS Code](https://docs.aws.amazon.com/toolkit-for-vscode/latest/userguide/bulding-stepfunctions.html#starting-stepfunctions) in the user guide. |
173
199
|`AWS: Render state machine graph`| Renders the state machine definition into a graph visualization. For more information, see [State Machine Graph Visualization](https://docs.aws.amazon.com//toolkit-for-vscode/latest/userguide/bulding-stepfunctions.html#bulding-stepfunctions-visualizations) in the user guide. |
174
200
|`AWS: Report an Issue`| In the [GitHub repository](https://github.com/aws/aws-toolkit-vscode) for the Toolkit, opens the page to [create a new issue](https://github.com/aws/aws-toolkit-vscode/issues/new/choose). |
201
+
|`AWS: Save Current Log Content To File`| Saves currently-loaded CloudWatch Log Stream data to a local `.log` file. |
175
202
|`AWS: Show region in the Explorer`| Displays an AWS Region in the **AWS Explorer**. |
176
203
|`AWS: Sign out`| Disconnects the Toolkit from the currently-connected AWS account. |
177
204
|`AWS: Submit Quick Feedback...`| Submit a private, one-way message and sentiment to the AWS Toolkit dev team. For larger issues that warrant conversations or bugfixes, please submit an issue in Github with the **AWS: Create a New Issue on Github** command. |
0 commit comments