Structured log viewer for canary logs

bodicsek 156b2060e6 Adding embedded image parsing edge cases 5 éve
.vscode 68619834f5 Initial commit 5 éve
testdata 68619834f5 Initial commit 5 éve
.gitignore 284256252d Initial commit 5 éve
LICENSE 284256252d Initial commit 5 éve
README.md 81e8f0aa96 Adding basic instructions to README 5 éve
clv.sh 1fd0405c0b Adding 'files' and 'time' command line parameters 5 éve
clv.ts 156b2060e6 Adding embedded image parsing edge cases 5 éve
clv_test.ts 68619834f5 Initial commit 5 éve
deploy.sh 126827781a Adding deploy script (oci object storage) 5 éve
run.sh e58280427e Adding run.sh 5 éve

README.md

canary-log-viewer

Structured log viewer for canary logs.

How to run

  • Install deno
  • Run deno run --allow-read clv.ts <logfile>.

How to deploy

  • Install OCI CLI
  • Modify the OCI object storage details in deploy.sh.
  • Run deploy.sh

How to install

  • Add clv.sh to your PATH if you are using bash
    Note: it is using a preauthenticated url of the deployed clv.ts.