cli
cli copied to clipboard
CLI Client for Humio - Stream Logs All Day Long
Add code genration for the input types and enumerations used on the Logscale GraphQL endpoint. The generation code is a modified version of that used in the https://github.com/shurcooL/graphql module. I...
Hi everyone, LogScale GraphQL allows for creation of custom ingest tokens through the 'customToken' parameter of 'addIngestTokenV3'. Unfortunately, this parameter in not currently available in the Go API. Could this...
Add CRUD commands for Humio roles based on the work in https://github.com/humio/cli/pull/114. I created this prior to #155 but I will rebase this onto that commit if it is accepted.
If I have a view: ``` $ humioctl views show bderrly VIEW | REPOSITORY | QUERY PREFIX +---------+------------+--------------+ bderrly | foo | bderrly ``` and I run `humioctl views update...
Changes: - Fix API/roles.go - Add feature to assign role to group on a view
Added the --json-progress flag to the search options, as it can be useful to get just the search metadata (time, work, bps, eps) to analyse, or feed back into LogScale....
1. This PR ignores the Role creation part as this can be done separately. 2. As you can see, Update graphQL command doesn't really 'update'. I think we need to...
- move utils around - move flags around
How can I pass in an absolute time when running a search using the cli ? When I tried it like this ```sh humioctl ... -s 1640040603936 ``` I got...