Tim Stack

Results 329 comments of Tim Stack

There are [`:hide-lines-after`](https://docs.lnav.org/en/v0.11.2/commands.html#hide-lines-after-date) and [`:hide-lines-before`](https://docs.lnav.org/en/v0.11.2/commands.html#hide-lines-before-date) commands that you can pass from the command line with the `-c` option. > extra unecessary lines it slows down lnav. Is the initial indexing...

> Initial indexing. I regularly deal with tarballs of multiple GBs, and sometimes lnav crashes/hangs during initial indexing. What version are you using? Can you send some of the crash...

> Today it crashed again when loading a 8.6GB directory. I tried both 0.11.2 and nightly build, they both crashed. Sorry, that sucks. Thanks for trying out the nightly build....

Adding podman support seems reasonable. > And as this will never end, the -e option probably will be the go-to route? The [Custom URL](https://docs.lnav.org/en/latest/usage.html#custom-url-schemes) feature is configurable, so folks can...

> As to kubectl and oc I have started experimenting with https://github.com/shoffmeister/lnav-formats @shoffmeister Sorry, I missed following up on this... were you able to get things working? Are there any...

lnav converts many escape sequences, but doesn't handle this one at the moment. For example, this will work: ``` :sh echo -e "\e[32mHello world\e[0m" ``` Internally, lnav uses ncurses to...

Just to clarify, I think you mean "0.12.2" and not "0.11.2", right? The first set of screenshots have changes that are present in the 0.12 series.

The pretty-print is not happening because the format does not set a `body-field`. In your format file, can you add `"body-field": "msg"` and try again. I would say this particular...

Was lnav installed through the snap? It might be due to the sandboxing.

This is technically possible right now using a DB query, but it's a hassle: ``` ;select tslice, tslice, json_group_object(cs_method, total) from (SELECT cs_method, timeslice(log_time_msecs, '5m') as tslice, count(*) as total...