rnhurt / SublimeText-CloudWatchLogs

Sublime Text plugin for AWS CloudWatch Logs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Sublime Text plugin for AWS CloudWatch Logs

License:MIT License


Languages

Language:Python 100.0%