Bence Kiglics

Results 9 issues of Bence Kiglics

I'd like to deploy `omaha-server` using your docker image from Docker Hub (actually as an image built from that), but without forking the project. At the moment, most of the...

It includes an updated guide and the reference of the new Helm chart. Related to gravitational/teleport-private#140

documentation
backport/branch/v10

If there's a TAB character in a line, threat it like it's TAB separated (include spaces in fields), and create an option to turn off this behaviour.

Currently, sampling resolution is being chosen based on the terminal's resolution and the selected mode's multipliers. This means that a command ran a few seconds later might create a completely...

For charts, it would make sense to support multiple time intervals, if they cover the same amount of time. Then the multiple lines could be put on the same chart...

At the moment, if we find a date that is out of the current time interval, we immediately close the streams and finish processing. However it might happen that logs...

bug

Currently, the implementation of `generic` log source is a bit lame, basically concatenates all logs in the given category, without checking the dates in it. Searching for the first date...

Logan should support JSON structured logs, where every line is a separate JSON object. Fields should be accessible through their names (or `jq`-like selectors for more complex cases). E.g. in...

Make it possible to use colors for columns in the commands `inspect`, `show`, and `uniq`. The colors should be consistent between commands and runs (tied to the column id). It...