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

@aws-lite/cloudwatch-logs

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-lite/cloudwatch-logs

Official `aws-lite` plugin for CloudWatch Logs

  • 0.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.7K
increased by1.07%
Maintainers
0
Weekly downloads
 
Created
Source

@aws-lite/cloudwatch-logs

Official aws-lite plugin for CloudWatch Logs

Maintained by: @architect

Install

npm i @aws-lite/cloudwatch-logs

Optionally install types:

npm i -D @aws-lite/cloudwatch-logs-types

Reference

Reference documentation with examples at aws-lite.org

Reference

Reference documentation with examples at aws-lite.org

Methods

DeleteLogGroup

Canonical AWS API doc

Properties:

  • logGroupName (string) [required]
    • Name of the log group

DescribeLogGroups

Canonical AWS API doc

Properties:

  • accountIdentifiers (array)
    • List of accounts to search when includeLinkedAccounts is true
  • logGroupNamePrefix (string)
    • Prefix to match
  • logGroupNamePattern (string)
    • Case-sensitive substring to match
  • nextToken (string)
    • Pagination cursor token to be used if NextToken was returned in a previous response
  • limit (number)
    • Maximum number of items to evaluate and return
  • includeLinkedAccounts (boolean)
    • Return log groups in the accounts enumerated by accountIdentifiers
  • logGroupClass (string)
    • Log group class setting: STANDARD (supports all CloudWatch Logs features), or INFREQUENT_ACCESS (feature subset with lower costs)
    • More details (AWS)
  • paginate (boolean, string)
    • Enable automatic result pagination; use this instead of making your own individual pagination requests

DescribeLogStreams

Canonical AWS API doc

Properties:

  • descending (boolean)
    • Return results in descending order (if true)
  • limit (number)
    • Maximum number of items to evaluate and return
  • logGroupIdentifier (string)
    • Name or ARN of the log group
  • logGroupName (string)
    • Name of the log group
  • logStreamNamePrefix (string)
    • Prefix to match
  • nextToken (string)
    • Pagination cursor token to be used if NextToken was returned in a previous response
  • orderBy (string)
    • Order results by log stream name (LogStreamName) or event time (LastEventTime)
  • paginate (boolean, string)
    • Enable automatic result pagination; use this instead of making your own individual pagination requests

GetLogEvents

Canonical AWS API doc

Properties:

  • endTime (number)
    • End of the time range in epoch milliseconds
  • limit (number)
    • Maximum number of items to evaluate and return
  • logGroupIdentifier (string)
    • Name or ARN of the log group
  • logGroupName (string)
    • Name of the log group
  • logStreamName (string) [required]
    • Name of the log stream
  • nextToken (string)
    • Pagination cursor token to be used if NextToken was returned in a previous response
  • startFromHead (boolean)
    • Return earliest log events first (true)
  • startTime (number)
    • Start of the time range in epoch milliseconds
  • unmask (boolean)
    • Display log event fields with all sensitive data unmasked and visible (true)
  • paginate (boolean, string)
    • Enable automatic result pagination; use this instead of making your own individual pagination requests

GetQueryResults

Canonical AWS API doc

Properties:

  • queryId (string)
    • The ID of the query

StartQuery

Canonical AWS API doc

Properties:

  • endTime (number)
    • End of the time range in epoch seconds
  • limit (number)
    • Maximum number of items to evaluate and return
  • logGroupIdentifiers (array)
    • List of log groups to query. StartQuery requires exactly one of logGroupName, logGroupNames or logGroupIdentifiers.
  • logGroupName (string)
    • Name of the log group
  • logGroupNames (array)
    • List of log groups to query. StartQuery requires exactly one of logGroupName, logGroupNames or logGroupIdentifiers.
  • query (string)
    • The query string to use
  • startTime (number)
    • Start of the time range in epoch seconds

Methods yet to be implemented

Please help out by opening a PR!

Learn more

FAQs

Package last updated on 01 Aug 2024

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