Commit Graph

2058 Commits

Author SHA1 Message Date
Timothy Stack
d09cffd9b4 [remote] commit the tailer 2021-05-21 18:15:35 -07:00
Timothy Stack
857ba5c8e1 [remote] try again 2021-05-21 16:25:55 -07:00
Timothy Stack
33bfc873b1 [remote] fix an issue with empty files 2021-05-21 16:16:31 -07:00
Timothy Stack
5607b1b08e [formats] handle some more vmw logs 2021-05-21 16:03:40 -07:00
Timothy Stack
db1fac9def [build] missed some includes 2021-05-21 08:10:45 -07:00
Timothy Stack
93b33929a3 [build] try to fix cosmo build 2021-05-21 07:54:12 -07:00
Timothy Stack
09fdfa1034 [build] try to build tailer ape 2021-05-20 22:44:57 -07:00
Timothy Stack
b78c914d6f [remote] a path is synced on an error 2021-05-20 15:48:05 -07:00
Timothy Stack
9a91cdffbb [test] scrub error message 2021-05-20 09:27:26 -07:00
Timothy Stack
12cf00f4dc [tests] set config to use for remote test 2021-05-20 09:12:51 -07:00
Timothy Stack
6ebd9f16a2 [remote] add a test 2021-05-19 22:44:32 -07:00
Timothy Stack
c3dc668b69 [remote] add some config options and remove the copied tailer binary
Also fix time offset issue
2021-05-19 22:05:21 -07:00
Timothy Stack
be51a4e3de [arc/remote] use a single work directory for archive/remote files 2021-05-15 22:39:18 -07:00
Timothy Stack
e13816a8e3 [cmds] change :write-raw-to to copy the original log content and add :write-view-to command
Also added log_raw_text column to the log tables.

Fixes #859
2021-05-14 13:31:19 -07:00
Timothy Stack
b64342ca47 [log_format] display log_body for the body field instead of the format name and add :mark-expr command 2021-05-13 22:00:26 -07:00
Timothy Stack
d2b5690e0c [readline] improve filename completion 2021-05-13 19:50:04 -07:00
Timothy Stack
98677eb09a [remote] some more tweaks and add tab-completion 2021-05-11 22:37:21 -07:00
Timothy Stack
1849609e07 [remote] try to enforce protocol state 2021-05-09 21:44:31 -07:00
Timothy Stack
681f771bb7 [remote] add preview for remote :open 2021-05-09 15:01:21 -07:00
Timothy Stack
0dbe5f0f94 [logfile] increase format detection limit 2021-05-06 10:42:05 -07:00
Timothy Stack
ab671d5834 [lnav_log] add a thread-local prefix for messages 2021-05-04 22:28:49 -07:00
Timothy Stack
0a0e355696 [remote] do not automatically descend into sub directories on the remote 2021-05-04 15:57:24 -07:00
Timothy Stack
6ff3badc62 [docs] start a section on remote files 2021-05-04 15:50:26 -07:00
Timothy Stack
224eb6fe55 [remote] handle closure 2021-05-03 22:50:24 -07:00
Timothy Stack
5ea22b1c0c update NEWS 2021-05-03 21:59:01 -07:00
Timothy Stack
a37a859c11 [tailer] can't use realpath with some libcs 2021-05-03 12:02:04 -07:00
Timothy Stack
7f4c9868e0 [remote] add tab-completion for remote directories 2021-05-03 09:31:09 -07:00
Timothy Stack
1525a7ce98 [release] bump sqlite version 2021-05-03 09:29:39 -07:00
Timothy Stack
65dd0bfeb8 [ghc/fs] upgrade to v1.5.4 2021-05-03 09:12:56 -07:00
Timothy Stack
e88e37184f [remote] add support for glob patterns 2021-05-02 22:39:18 -07:00
Timothy Stack
ca5ec33241 [remote] support for links 2021-05-02 15:08:35 -07:00
Tim Stack
5aaea49b4b
Merge pull request #858 from nicolasbock/keystone_format
Add format for OpenStack Keystone log files
2021-05-01 14:20:14 -07:00
Timothy Stack
c2f0919ed3 [build] fix bin2c rule 2021-05-01 08:59:47 -07:00
Timothy Stack
ad6f469378 [build] add BUILT_SOURCES 2021-05-01 08:44:44 -07:00
Timothy Stack
04676d75b7 [build] missing include 2021-05-01 08:42:12 -07:00
Timothy Stack
f050c7b0a7 [remote] start to wire up remote support 2021-05-01 08:33:54 -07:00
Nicolas Bock
125c872849
Add format for OpenStack Keystone log files
Keystone logs are formatted differently than the other OpenStack
service logs.

Signed-off-by: Nicolas Bock <nicolasbock@gmail.com>
2021-04-29 10:17:06 -06:00
Tim Stack
5742e5eb09
Merge pull request #857 from nicolasbock/schema
Fix schema reference
2021-04-28 13:53:19 -07:00
Nicolas Bock
97e8e6c87b
Fix schema reference
The schema should be `format` instead of `config`.

Signed-off-by: Nicolas Bock <nicolasbock@gmail.com>
2021-04-28 14:47:50 -06:00
Timothy Stack
94498878c8 [logfile_sub_source] try to avoid a full rebuild in some cases 2021-04-24 14:38:26 -07:00
Timothy Stack
2748171d2c [tailer] add an offset to the tail block 2021-04-22 12:19:49 -07:00
Timothy Stack
26751a7e2e [tailer] add option to ssh to a host 2021-04-22 19:03:42 +00:00
Timothy Stack
380969ee8d fix lib order in tailer build 2021-04-22 18:10:01 +00:00
Timothy Stack
444e7e3289 [remote] draft of the tailer 2021-04-22 09:02:24 -07:00
Timothy Stack
cc1e79d1cc [init] fix order of init for views so they can be manipulated by SQL files in format dirs
Fixes #853
2021-04-17 13:58:53 -07:00
Timothy Stack
0fd7f31222 [release] add -lssh2 -lz to the static builds 2021-04-16 15:09:07 -07:00
Timothy Stack
3741985ee3 [format] allow leading slash in field names
Fixes #852
2021-04-16 14:47:47 -07:00
Timothy Stack
70c07da5c5 [sql] fix help for sparkline() 2021-04-04 21:54:54 -07:00
Timothy Stack
b7817d4bb9 [build] fix musl test build 2021-04-03 22:30:45 -07:00
Timothy Stack
d31aa845f5 [base] refactor duration2str 2021-04-03 14:24:24 -07:00