Commit Graph

2978 Commits

Author SHA1 Message Date
Tim Stack
48dd6b89ac [build] rpm tweaks 2023-06-30 09:58:19 -07:00
Tim Stack
a669ade607 [build] try to build an rpm 2023-06-30 09:50:55 -07:00
Tim Stack
2532d3dbf0 [formats] add cloudvm_ram_log 2023-06-30 05:56:40 -07:00
Tim Stack
d7857ef696 [docs] add missing SQL tables
Related to #1167
2023-06-29 14:58:51 -07:00
Tim Stack
522f2a2b03 [NEWS] mention improvement to JSON log detection 2023-06-29 05:53:36 -07:00
Tim Stack
a7173dd6e3 [configure] add system paths after checking for custom libs 2023-06-28 21:11:33 -07:00
Tim Stack
60b9494427 [listview] fix pgdn behavior near the end of the content 2023-06-28 11:56:17 -07:00
Tim Stack
54cc2d006f [view_helpers] add some defense to the search preview 2023-06-28 11:15:15 -07:00
Tim Stack
29e2db5cc3 [textview] fix backwards search for cursor mode and mention it in FAQ
Related to #385
2023-06-27 05:56:53 -07:00
Tim Stack
841b3ee567 [help] a little extra info on config paths 2023-06-25 22:01:04 -07:00
Tim Stack
e0ff4434a9 [logfile] report utf error location
Related to #1156
2023-06-24 23:12:29 -07:00
Tim Stack
5d915796fa [debug] include archive_version_details() 2023-06-24 13:02:10 -07:00
Tim Stack
d4832c976d [vmw_py_log] handle broken ms field in timestamp 2023-06-24 06:57:39 -07:00
Tim Stack
5244753758 [pcap_log] use auto-width for fields 2023-06-24 06:47:28 -07:00
Tim Stack
c82bcf2b90 [build] add zstd-dev to alpine 2023-06-24 06:29:24 -07:00
Tim Stack
4a24d8797f [sql] logline table was not checking if format matched the template line format
Some more cursor mode tweaks...
2023-06-23 23:03:23 -07:00
Tim Stack
7f18aa9cd9 [blog] add post for cursor mode 2023-06-23 16:16:58 -07:00
Tim Stack
19de26e4c2 [docs] add copy button to code blocks 2023-06-23 12:01:03 -07:00
Tim Stack
78cf53fc4d [docs] mention cursor mode in the intro 2023-06-23 11:43:00 -07:00
Tim Stack
8da3dcc01c [listview] when making big moves, put the focused row in the middle
Related to #1088 and #1149
2023-06-23 09:10:33 -07:00
Tim Stack
7bf42e7d2f [json-logs] automatically remove trailing line feeds
Fixes #969
2023-06-22 23:09:39 -07:00
Tim Stack
e0811eb629 [session] fix restoring log top/selection
Related to #1088
2023-06-22 15:50:50 -07:00
Tim Stack
3da4b85365 [cursor] use selection when switching between views and keeping time synced
Related to #1088
2023-06-22 12:55:37 -07:00
Tim Stack
1a1272bbfb [cursor] when the parser overlay is displayed, sync the selection and top
Related to #1088
2023-06-22 08:56:29 -07:00
Tim Stack
d5f19bc7f8 [tests] missing expected output 2023-06-22 06:14:00 -07:00
Tim Stack
29837caf52 [log_format] fix hiding/showing JSON fields not in the line-format
Related to #1081
2023-06-22 06:06:30 -07:00
Tim Stack
c49d83395b [formats] add cloudflare format
Related to #1081
2023-06-21 16:40:19 -07:00
Tim Stack
70163ae9f9 [snap] add plug for reading /etc/lnav 2023-06-21 13:10:01 -07:00
Tim Stack
8ab65d8e90 [cirrus] add binary artifact 2023-06-21 11:30:43 -07:00
Tim Stack
638b44bd41 [appveyor] remove x86 build 2023-06-21 10:44:52 -07:00
Tim Stack
d1421fd975 [build] try to fix cirrus ci 2023-06-21 10:21:56 -07:00
Tim Stack
f3b78e79b5 [docs] flesh out faq and mention JSON-lines matching 2023-06-20 21:11:27 -07:00
Tim Stack
0e4a6635e1 [textfile] log reason for not discovering metadata and cache it 2023-06-20 15:01:34 -07:00
Tim Stack
8118c5dbe4 [sections] fix some issues with doc sections in logs 2023-06-20 14:52:41 -07:00
Tim Stack
e77ef5c8cd [cursor] breadcrumb performers should move selection instead of top 2023-06-20 11:06:35 -07:00
Tim Stack
c8764da9d2 [bunyan] add test for this format and add "src" field
Related to #1136
2023-06-20 10:33:53 -07:00
Tim Stack
57486af178
Merge pull request #1136 from TobiX/bunyan
Add support for the bunyan JSON log format
2023-06-20 09:40:28 -07:00
Tim Stack
1c8c7089cb [log_format] try to do a better job matching JSON formats to logs
Try all formats and find the one with the highest quality
match.  For JSON logs, this means the format that matched
the most fields in the line-format.

Related to #1136
2023-06-20 09:38:11 -07:00
Tim Stack
a1cfe34a7b [lss] fix handling of ansi escapes in json log 2023-06-20 07:56:55 -07:00
Tim Stack
59bca18963 [docs] bump copyright year 2023-06-19 19:56:08 -07:00
Tim Stack
eb332db0fd Add links to github in the intro docs
Fixes #1164
2023-06-19 14:19:13 -07:00
Tim Stack
5db31300c9 [logfile] avoid reading full log messages that are bigger than the line_buffer max size 2023-06-19 07:01:22 -07:00
Tim Stack
0083eaf675 [humanize] pad out duration to align fields
Fixes #933
2023-06-18 21:33:00 -07:00
Tim Stack
4cb695fa68 [tests] remove use of sprintf() 2023-06-18 21:07:26 -07:00
Tim Stack
77b4a55be4 [docs] mention hotkeys in the UI section 2023-06-18 15:50:41 -07:00
Tim Stack
026031dcd3 [config] remove GLOB_NOCHECK when looking for git dirs
Fixes #1109
2023-06-17 13:13:39 -07:00
Tim Stack
82b10e2b23 [readline] handle width properly
Fixes #1100
2023-06-17 08:44:01 -07:00
Tim Stack
8f8874c718 [cursor] update docs and more tweaks 2023-06-16 21:38:19 -07:00
Tim Stack
0eee0afd37 [docs] add some figures to pretty-print view section 2023-06-16 13:28:02 -07:00
Tim Stack
cfb7ac1fdd [lss] don't add an empty style attr 2023-06-16 07:37:38 -07:00