Install

Install

logsh releases are hosted on GitHub. It's a contained executable and can run from any location.

To install, download the latest executable for your platform and add it to your environment PATH.

Adding --help as a flag will output documentation.

logsh --help # Root documentation

To view version information:

logsh version

To update logsh:

logsh version --update

Verify connectivity

logsh configure backend http://localhost:5000
logsh login --username admin --password default
logsh status

What you can do with logsh

  • Run ad-hoc queries from CI/CD pipelines.
  • Import/export configuration (accounts, dashboards) as JSON.
  • Automate data backfills and synthetic test events.

Example: run a smoke query

logsh configure backend http://localhost:5000
logsh login --username admin --password default
logsh query "schema.tables | limit 5"