Commit Graph

1289 Commits

Author SHA1 Message Date
Timothy Stack
d4a69cbf22 no joy
Revert "[sql] change extract() to regexp_match() and make extract() an interface to the data_parser"

This reverts commit 85eee6514b.
2016-03-09 23:30:34 -08:00
Timothy Stack
85eee6514b [sql] change extract() to regexp_match() and make extract() an interface to the data_parser 2016-03-09 23:14:54 -08:00
Timothy Stack
0f67f8d1f0 [logfile] multiline out-of-time-order messages were not being updated completely
Defect Number:
    Reviewed By:
   Testing Done:
2016-03-08 10:28:29 -08:00
Timothy Stack
9feb53f02a [sql] add extract() function to extract values from a string using a regex
This function should be preferred over creating log search tables
for scripts.
2016-03-08 06:48:43 -08:00
Timothy Stack
9213a6b58b [out-of-order] some more tweaks for out-of-order 2016-03-07 21:17:57 -08:00
Timothy Stack
cdd43549ab [cmds] automatically capture echo/write output from scripts so they can generate reports
Add another example script, dhclient-summary.

Add a 'search-table' section to formats so you can automatically
define a search-based table.
2016-03-06 23:58:37 -08:00
Timothy Stack
f81d4aefd8 [logview] some more work on highlighting out-of-time-order messages 2016-03-05 14:20:14 -08:00
Timothy Stack
61b2403a64 some cleanup 2016-03-04 21:05:49 -08:00
Timothy Stack
27a326ae20 [build] try to silence some warnings 2016-03-04 20:53:10 -08:00
Timothy Stack
3ef38c1250 missed some checks for an empty view stack 2016-03-04 20:28:23 -08:00
Timothy Stack
3523526174 [statusview] check for a status source during update since this is reachable through callbacks 2016-03-04 06:02:56 -08:00
Timothy Stack
0f33256482 [debug] cleanup some logging and use the original time from out-of-order json logs 2016-03-04 05:49:59 -08:00
Timothy Stack
fd98fadc7e [yajlpp] fix a bug with child handlers 2016-03-03 06:40:12 -08:00
Timothy Stack
53e2d92eef [ui] highlight out-of-time-order messages in yellow with an underline 2016-03-03 06:05:26 -08:00
Timothy Stack
32f022a333 don't use children for now 2016-03-02 06:37:56 -08:00
Timothy Stack
757f460c0a missed algorithm header too 2016-03-02 06:18:35 -08:00
Timothy Stack
9523f983aa build fix 2016-03-02 06:11:12 -08:00
Timothy Stack
d12fe9e0a9 [json] add some schema validation code 2016-03-02 05:54:42 -08:00
Timothy Stack
33682de936 [status] always check the width and trigger a window_change if it is different from the last draw
Fixes #293
2016-02-29 20:30:48 -08:00
Timothy Stack
4ecc88292a [release] build packages with fpm
Add a separate vagrant vm to run fpm since the centos 5
one is too old and then use it to produce deb and rpm
files.
2016-02-28 11:40:26 -08:00
Timothy Stack
89be76ef42 [filters] clear the state for filters that have been deleted
Fixes #292
2016-02-24 23:42:02 -08:00
Tim Stack
82b94bfe63 Merge pull request #291 from go8ose/master
Start a Sessions section in hotkeys documentation, mentioning Ctrl+R.
2016-02-24 22:36:42 -08:00
Timothy Stack
fb7225ed3f add a time format 2016-02-24 22:29:28 -08:00
Geoff Crompton
8e152fe4f0 Start a Sessions section in hotkeys documentation, mentioning Ctrl+R. 2016-02-25 09:54:01 +11:00
Tim Stack
52863df88f Merge pull request #290 from jdavidberger/master
Added O_TRUNC flag so new format installation doesn't result in …
2016-02-15 12:26:29 -08:00
Justin Berger
2aa26082f8 Added O_TRUNC flag so new format installation doesn't result in trailing garbage message 2016-02-15 12:00:03 -07:00
Timothy Stack
68070678b5 try to fix test error 2016-01-05 06:41:33 -08:00
Timothy Stack
a2b381ca19 [config] initial impl with clock-format as the only option at the moment 2016-01-05 06:18:58 -08:00
Timothy Stack
c96ab11d0f [scanner] tweak to the time scanner 2015-12-31 21:00:31 -08:00
Timothy Stack
e5f786bc2c [script] add metadata to script files 2015-12-28 20:30:04 -08:00
Timothy Stack
ab62d27757 [cmd] replace wordexp with shlex 2015-12-25 12:03:44 -08:00
Timothy Stack
16e988d132 [shlex] add a readline highlighter for shlex 2015-12-24 03:35:02 -08:00
Timothy Stack
6e196bff79 [line_buffer] clear cached data when doing a read 2015-12-22 22:44:42 -08:00
Timothy Stack
87b07a0087 [sql] allow log_part to be updated 2015-12-22 05:27:36 -08:00
Timothy Stack
2a10fa7d37 [build] some more build warnings 2015-12-20 13:40:25 -08:00
Timothy Stack
150590cfd6 [build] missing files from dist 2015-12-19 06:18:47 -08:00
Timothy Stack
84c157d543 [build] more build 2015-12-19 06:13:12 -08:00
Timothy Stack
cedd89d9b6 [build] try to fix some warnings and debug breakage 2015-12-19 06:08:56 -08:00
Timothy Stack
6821bae882 fix one part of the build break 2015-12-18 22:54:32 -08:00
Timothy Stack
e07b4e448f [exec] add a prompt to execute lnav scripts 2015-12-18 22:39:27 -08:00
Timothy Stack
7386ea3864 update docs for json functions in sql 2015-12-11 02:27:46 -08:00
Timothy Stack
c4ae8d158c [fmt] minor fix for the generic_log format and add another pattern to vmw_log 2015-12-10 20:36:25 -08:00
Timothy Stack
feab733742 [cmd] add reltime possibilities for some commands 2015-12-09 23:13:41 -08:00
Timothy Stack
a368accf9f update for json changes 2015-12-09 21:29:17 -08:00
Timothy Stack
27f300b677 [sql] some more json-related updates/fixes 2015-12-09 21:20:49 -08:00
Timothy Stack
187d62334f [json] record the type of json data in json_ptr_walk 2015-12-08 23:10:48 -08:00
Timothy Stack
e987a5164f [hist] rewrite the histogram code 2015-12-08 22:46:10 -08:00
Timothy Stack
c874d95042 build fix 2015-12-05 22:17:27 -08:00
Timothy Stack
ba25c77b07 build stuff 2015-12-05 20:47:39 -08:00
Timothy Stack
224a7196e4 [cmd] hide lines commands 2015-12-05 20:38:21 -08:00