Skip to content

rnhurt/SublimeText-CloudWatchLogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudWatchLogs

This plugin for Sublime Text allows you to view AWS CloudWatch logs in a tab.

Features

  • View log events from the last 60 minutes

Prerequisites

This plugin requires AWS credentials that provide the ability to list and view your CloudWatch logs.

{
  ...
  "logs:describeLog*",
  "logs:getLogEvents"
  ...
}

Installation

Package Control (Recommended)

CloudWatchLogs is included in the default repository channel for Package Control and is installed just as any other package would be. There are no special commands or settings to configure.

Key Binding

CloudWatchLogs has no default key binding.

Command Palette

CloudWatchLogs appears as "CloudWatch: View Logs"