Timothy Stack
cac1175973
[services] initial pass at injecting services and a bunch of other stuff
2021-01-23 13:00:51 -08:00
Timothy Stack
56bee6f4c9
[archive] remove old unpacked archives and a bunch of other stuff
2021-01-16 22:23:20 -08:00
Timothy Stack
8851c4492f
[tests] add a test for decompression
2021-01-10 22:04:55 -08:00
Timothy Stack
4ff2b710d5
[log_format] change w3c_log to put extra columns into a JSON column
2020-12-18 22:35:23 -08:00
Timothy Stack
267e32d479
[tests] update expected output
2020-12-08 09:11:39 -08:00
Timothy Stack
e3f28eaa43
[logfile] a captured file cannot be overwritten
...
Fixes #741
2020-12-07 15:21:33 -08:00
Timothy Stack
32f112b8de
[formats] add w3c extended log format impl
...
Fiexes #798
2020-12-05 21:51:46 -08:00
Timothy Stack
6d0054d3b6
[logfile] refactor visibility
2020-11-25 14:47:39 -08:00
Timothy Stack
51d1204a96
[arc] add content hash to archive temp dir and tech debt
2020-11-17 10:04:23 -08:00
Timothy Stack
e4ea9ca584
[arc] report errors when opening archives
2020-10-31 22:19:41 -07:00
Timothy Stack
7b77a612c2
[files] make file scanning async
2020-10-28 21:22:56 -07:00
Timothy Stack
3b0168025d
[cmds] add support for hiding files
2020-10-28 21:18:57 -07:00
Timothy Stack
579e4274f9
[files] initial impl for opening archives
2020-10-28 21:17:57 -07:00
Timothy Stack
ba1bc28209
[build] fix issues with test files
2020-09-03 22:13:21 -07:00
Timothy Stack
b7255419e6
[test] fix sed usage
...
Fixes #572
2019-09-10 05:39:34 -07:00
Timothy Stack
6cf5cc8213
[logfile] fix issue when files have headers
...
Defect Number:
Reviewed By:
Testing Done:
2019-05-17 07:42:05 -07:00
Timothy Stack
21c5c52843
[format] allow multiple log format patterns per log file
...
This tries to address #624
2019-03-13 16:37:41 -07:00
Timothy Stack
8b5b8743b1
try make locale test optional
...
Fixes #562
2018-11-16 07:32:07 -08:00
Timothy Stack
2589345e5c
[perf] improve initial indexing times
2018-10-17 07:03:33 -07:00
Timothy Stack
2e10ca09d0
[line_buffer] fix crlf handling in log files
2018-10-12 07:46:18 -07:00
Timothy Stack
d09e1509dd
[test] remove debugging
2018-08-27 07:19:54 -07:00
Timothy Stack
265f80c60d
[test] locale tweak
2018-08-22 06:45:20 -07:00
Timothy Stack
2c36d97a35
[build] try some more things to fix travis test failures
2018-08-22 05:55:58 -07:00
Timothy Stack
bc26b92199
[json] some more journald log tweaks
...
Defect Number:
Reviewed By:
Testing Done:
2018-08-22 05:33:20 -07:00
Timothy Stack
26cccdafce
[locale] some tweaks for recognizing non-english logs
...
Try to address some locale issues brought up in #533
2018-08-21 21:43:32 -07:00
Timothy Stack
8ea51a6fd8
[formats] support for CSV/TSV log formats
...
Defect Number:
Reviewed By:
Testing Done:
2017-04-23 07:11:21 -07:00
Timothy Stack
642a94e7b7
[open] check for FIFOs
...
Fixes #380
2016-11-23 06:41:22 -08:00
Timothy Stack
6618fe1947
[build] test
2016-11-22 09:48:05 -08:00
Timothy Stack
26cd9f5930
[ptime] make sure the full time stamp is matched
...
Fixes #389
Fixes #390
2016-11-22 08:38:45 -08:00
Timothy Stack
592ee60693
[log] fix rewriting machine-oriented timestamps
...
Fixes #371
2016-11-21 11:34:12 -08:00
Timothy Stack
5ea5504aec
[time] fix time rollover for days
...
Fixes #304
2016-05-03 06:43:00 -07:00
Timothy Stack
4f05af6408
[time] add support for TAI64N timestamps
...
Fixes #300
2016-04-02 20:58:20 -07:00
Timothy Stack
d12fe9e0a9
[json] add some schema validation code
2016-03-02 05:54:42 -08:00
Timothy Stack
65a4803955
[tests] some more test fixes
2015-11-15 06:25:08 -08:00
Timothy Stack
3c9ba126a9
[glob] ignore files picked up by a glob that are not readable
2015-11-14 22:17:59 -08:00
Timothy Stack
ec473edc85
[cmd] add support for times in goto
2015-09-14 08:56:42 -07:00
Timothy Stack
9496a960f6
[check] print the partial match of non-matching lines when checking a log file
2015-07-20 06:33:52 -07:00
Timothy Stack
7ef92dab79
[format] try to validate formats against a given file
2015-07-11 16:32:48 -07:00
Timothy Stack
cec3d0cb72
[generic_log] add time format that includes zone
2015-05-17 05:15:41 -07:00
Timothy Stack
94459f2cb1
[generic_log] fix log levels for generic_log
2015-05-01 20:52:00 -07:00
Timothy Stack
245a3c3d1b
[fmt] allow timestamp to be specified in the log format
...
Fixes #155
2015-04-10 22:55:57 -07:00
Timothy Stack
ae64b599bd
[format] add more log levels and fix some more pretty-printer glitches
...
Fixes #212
2015-04-10 19:50:05 -07:00
Timothy Stack
a300ce9977
[format] order the formats based on sample matches
2015-04-05 07:12:20 -07:00
Timothy Stack
408c690192
[log] some more logging cleanup
2015-04-04 02:15:34 -07:00
Timothy Stack
f0f819b119
[log] dump more state on a crash
2015-04-04 02:15:34 -07:00
Suresh Sundriyal
7d5ddc5994
[travis] Fix travis behavior.
...
Something seems to have changed in the travis infrastructure. It has
suddenly started complaining about 'test' usage in test_logfile.sh and
not printing out the test logs after the run.
2015-04-01 17:15:10 -07:00
Suresh Sundriyal
94e3051257
[tests] Fix the conditional.
2015-03-28 02:32:59 -07:00
Suresh Sundriyal
b371a680b3
[tests] Skip bzip2 tests if not compiled with bzip2.
2015-03-28 01:25:09 -07:00
Timothy Stack
c7cd0961ab
[build] make dist fixes
2014-11-03 20:41:38 -08:00
Timothy Stack
74e1d446ba
add a test for change that fixes #110
...
Defect Number:
Reviewed By:
Testing Done:
2014-10-29 20:05:33 -07:00