Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

awslogs

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awslogs

AWS CloudWatch for Humans

  • 0.0.12
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

awslogs

Simple command line tool for displaying AWS CloudWatch logs

Install
npm i -g awslogs
Usage
awslogs <command> [<group>] [<stream>] <options>
Example
awslogs groups                // List existing groups
awslogs streams my-group      // List existing streams
awslogs get my-group          // Display events from a group
awslogs get my-gr*            // Display events from all groups matching my-gr*
Commands
  get       Display events from a group or groups.
  groups    List existing groups.
  streams   List existing streams.
  help      Display Help page.
  version   Display the version.
Options
  -s --start        Start time filter. Ex: '1h ago'
  -e --end          End time filter.   Ex: '30m ago'
  -w --watch        Enable watch
  -t --timestamp    Display timestamp for each event
  -p --pattern      Moment.js pattern for formatting the timestamp

Keywords

FAQs

Package last updated on 27 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc