Brian Derr
Brian Derr
I received a request via email from @dsienko to create a Umatilla layout. This is to track that effort.
I am working with code that refers to https://en.wikipedia.org/wiki/ANSI_escape_code and thus using keeping the capitalization of ANSI is useful.
If a field name has numbers then some new rules need to be added. I ran into a case where `FdrS3FileSizeMax` split the words into {"Fdr", "S3File", "Size", "Max"} which...
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...
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...
I found that I have a Vault path that has no data (which is something I should get cleaned up). When configured with a filesystem cache, this result from Vault...