Timothy Stack
99d103cd58
[logline] add a log_msg_instance column to the table
2015-10-02 21:24:52 -07:00
Timothy Stack
69e927e91b
[coverity] some more fixes
2015-09-19 20:30:39 -07:00
Timothy Stack
2b5447f59c
[sql] add a log_search table
2015-08-05 23:18:19 -07:00
Timothy Stack
504b5747fe
[sql] add an all_logs table that exposes the message format with values, like numbers, replaced with hashes
2015-06-03 06:36:58 -07:00
Timothy Stack
d4bea593b7
[perf] optimize json log loading
2014-10-28 07:02:27 -07:00
Timothy Stack
83f7013e7f
[logline] update for shared_buffer change
2014-02-26 08:12:09 -08:00
Timothy Stack
5ef8a168a7
[perf] reduce copies of log messages
2014-02-01 06:41:11 -08:00
Timothy Stack
f4aeb11ad5
[view_curses] use a vector for string attributes
...
Using a map/multimap is too expensive/complex for how many
attributes we have on a line due to how many tree nodes
need to be malloced/freed. Just using a vector should be
good enough and a lot faster.
2014-01-25 09:29:35 -08:00
Timothy Stack
bd7b14965b
[log-data] fix the column type for numbers
2014-01-18 06:46:51 -08:00
Timothy Stack
7f08e46920
[build] fix os x build issues
2013-10-23 07:01:32 -07:00
Timothy Stack
c59acba758
[format] initial support for json formats and some bug fixes
2013-09-10 06:20:37 -07:00
Timothy Stack
ba5b89ffe9
[logline] fix the read of the template line in get_columns and add man page
2013-08-20 18:41:15 -07:00
Timothy Stack
37283d0afb
[nits] do not complain about no formats
2013-07-30 21:21:28 -07:00
Timothy Stack
3ee6dbf824
[sql] log table nits
2013-07-13 15:38:12 -07:00
Timothy Stack
5a7d6dab2c
[cleanup] uncrustify
2013-06-15 18:07:50 -07:00
Timothy Stack
c93172824c
[logline] cache log line schemas to make subsequent queries faster and other tweaks
2013-06-12 06:59:48 -07:00
Timothy Stack
61d3af6e62
[parsing] fix some bugs and improve performance of the scanner
2013-06-11 21:10:59 -07:00
Timothy Stack
5d478fc17a
[cleanup] start a tracer/debugger for the data parser
2013-06-08 06:10:18 -07:00
Timothy Stack
5ba3097ee7
[cleanup] move some code around and try to pretty things up a bit
2013-06-06 07:01:32 -07:00
Timothy Stack
178937886c
[cmd] add summarize command
2013-06-05 19:34:48 -07:00
Timothy Stack
9b185f31e9
Missing file
2013-05-28 07:33:32 -07:00