Skip to content

megmogmog1965/cloudwatchlogs-downloader

Repository files navigation

cloudwatchlogs-downloader

DownloadLogs pane

About app

Cross-platform application to download logs from Amazon CloudWatch Logs.

Binary Release

Click following link to download application binary for Windows and Mac OS.

How to use

Just run the application. The application requests AWS access key ID and secret access key with following policies.

  • CloudWatchLogsReadOnlyAccess

AWS access keys are encrypted with your machine depended key by AES-256 and stored in your local application data directory.

How to manually build

Require Node 8.11.x or Higher.

npm install
npm run dist

See also