lnav
lnav copied to clipboard
Log file navigator
**Is your feature request related to a problem? Please describe.** I know how to get the time delta from the beginning of the file or from a marked line (shift+t)...
Handle dates like `May 02, 2022 12:05:01 AM`
I'm having trouble getting lnav into the correct log format. I made a custom json log format and it works great when all the lines in the log are json....
**lnav version** v0.10.1 is the latest **Describe the bug** I'm trying to parse custom JSON logs that would look like something like this : ```json {"name": "Hello there", "level": "info",...
Hi Maybe this should not be labeled bug but rather a mix with request. For context see: https://bugs.debian.org/1000078 and https://lists.debian.org/debian-devel/2021/11/msg00176.html pcre upstream considers the older version now end of life...
**lnav version** v0.10.1 **Describe the bug** If a format file that is symlinked to `~/.lnav/formats/installed` is broken, lnav segfaults. ``` $ lnav error: unable to open format file '/home/david/.lnav/formats/installed/broken_format_log.json' --...
**lnav version** v0.10.1 **Describe the bug** I used to simply supply a file path to `lnav` and then I could do what I needed. These days I can only open...
Hi. Using lnav to process and read through custom logs produced by our product. Logs are JSON lines format and looks like: ``` {"#node":"node-1","sev":"INFO","host":"node-1","pid":"2668","cont":"registry","msg":"2602:807:900e:d5::2 - - [10/Apr/2022:20:17:03 +0000] \"PATCH /v2/openshift/blobs/uploads/a0eb5c54-602c-4b55-bfe1-715f62fc7046?_state=aEUsD5xSCKh-o7KFx_htZ8Aasc2izj5tC3XQ17IzNuR7Ik5hbWUiOiJvcGVuc2hpZnQiLCJVVUlEIjoiYTBlYjVjNTQtNjAyYy00YjU1LWJmZTEtNzE1ZjYyZmM3MDQ2IiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDIyLTA0LTEwVDIwOjE3OjAzLjA0NTY3NjMyN1oifQ%3D%3D...
**lnav version** 0.10.1 **Describe the bug** can't seem to hide certain fields with `:hide-fields` in a webserver log file. Certain fields when hidden still show with certain values (`sc_bytes` if...
Would it be possible to highlight only matched groups when searching with regular expression? For example searching the message _Lorem ipsum dolor sit amet_ for `(ipsum)(?:.*)(sit)` would only highlight the...