Skip to content

ulf5/rcwi

Repository files navigation

rcwi

WIP

Very simple and incomplete TUI for CloudWatch Insights made in Rust.

  • First select which log groups you want to search in.
  • Edit your query (respects $EDITOR).
  • Edit time range.
  • Run the query.

Uses the default credential chain for AWS credentials.
So to change region from your config's default you can run rcwi with AWS_REGION set to something else.

Installation

Requires Rust, can be installed from here

  • Clone repository
  • in directory run cargo install --path .

Limitations

This is very much a work in progress and there are lots of limitations. Most of them will be obvious when using the program, but this might not be:
Currently requires the query to contain the fields @message and @timestamp. Only displays @message.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages