0.0.5 • Published 6 years ago
@kipz/oak v0.0.5
Humio CLI log viewer written in ClojureScript
Installation
npm i @kipz/oak -gRunning
Export an environment variable called HUMIO_API_KEY (or provided the api-key argument)
oak query -r <repo-name> [opts...] ["query string"]Query sub-command options:
NAME:
oak query - Query logs in humio via REST API
USAGE:
oak query [command options] query ...
OPTIONS:
-r, --repo S* Repository
--query S Query expressions
-u, --unix F false Unix timestamps instead of human readable ones
-f, --fields S Additional fields to display
-s, --start S 2minutes Relative time e.g. 1minute, 24hours etc
-?, --helpDevelopment
To connect a repl:
npm run watchand in a different shell
node index.jsConnect an nrepl to 8778, and run
(shadow/repl :script)