Logstreem
Install the CLI

Install the CLI

One binary for ingest, query, tail and everything the API exposes.

logstreem wraps the same REST API these docs describe. It is the fastest way to try a query, and the only comfortable way to tail production from a laptop.

brew install logstreem/tap/logstreem

First run

Shell
logstreem login
logstreem datasets ls
logstreem query "['api-gateway-prod'] | summarize count() by service"

Global flags

FlagDoes
--profile <name>Use a named profile from ~/.logstreem/config.toml
--token <token>Override the stored token for one command
--jsonRaw JSON instead of a table — pipe into jq
--quietErrors only
--no-colorDisable ANSI colour. NO_COLOR does the same
-v, --verboseLog the full request and response, secrets redacted