Eli Young
5602af33f8
[fmt] Fix glog_log format
...
The log format used by glog uses spaces to left-pad the thread to 7
digits, per the code:
https://github.com/golang/glog/blob/65d6746/glog.go#L577
This fixes the regular expression to correctly match the extra
whitespace.
2016-06-30 18:36:45 -07:00
Timothy Stack
fdc2748e3e
[spectro] add a spectrogram view that works with known message fields
2016-03-20 15:15:50 -07: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
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
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
91406be91e
[nav] add "opid" support with a hotkey
2015-11-24 20:59:24 -08:00
Timothy Stack
885f65f402
[fmt] add an ELB format
2015-11-16 22:58:11 -08:00
Timothy Stack
5bb0599d7e
[fmt] add a sudo_log format
2015-08-10 20:41:27 -07:00
Timothy Stack
3a87a65ab2
[fmt] add warnings for missing fields
2015-07-20 05:33:02 -07:00
Timothy Stack
010131aaba
[docs] update the docs for recent changes
2015-07-19 21:38:37 -07:00
Timothy Stack
3f4e11a693
[fmt] first pass at supporting sub-formats (called module formats)
2015-07-17 20:39:06 -07:00
Timothy Stack
5ef60412db
[pt] pass search query to papertrail
2015-07-12 09:57:02 -07:00
Timothy Stack
7ef92dab79
[format] try to validate formats against a given file
2015-07-11 16:32:48 -07:00
Timothy Stack
f392822aa8
[parse] show the path of the pattern used to parse the top line
2015-07-10 21:39:03 -07:00
Timothy Stack
879bbd581e
[pt] rough draft of tail for papertrail
2015-07-06 20:53:42 -07:00
Timothy Stack
87ec101f9c
[fmts] log format contributions
2015-06-24 21:32:45 -07:00
Suresh Sundriyal
f476f904db
[syslog_log] Case-insensitive search for level strings
...
While looking through syslog messages on OS X, came across plenty of
error/warning messages where the level was in all-caps and as a result
were not recognized. There was also a lot of false positives due to the
word error turning up as part of a longer string.
This change:
- Changes the log level regex to do a case-insensitive search.
- Ognores the string 'error', if it is part of a longer string.
2015-05-31 22:47:39 -07:00
Suresh Sundriyal
97d3c53565
[autodeploy_log] rename the Auto Deploy log format
2015-05-04 23:16:26 -07:00
Timothy Stack
94459f2cb1
[generic_log] fix log levels for generic_log
2015-05-01 20:52:00 -07:00
Suresh Sundriyal
eee628a272
[format] Add a format for Auto Deploy.
2015-04-28 21:55:17 -07:00
Timothy Stack
9ac53b114e
add subsystem to the vmk_log format
2015-04-18 21:29:14 -07:00
Suresh Sundriyal
9f53d1d3d1
[regex] VMKernel logs have ALERT as well as WARNING.
2015-04-08 19:08:29 -07:00
Timothy Stack
033c861028
[cmd] next/prev-mark commands
2015-03-29 14:50:34 -07:00
Timothy Stack
c670a86d04
[pretty-print] first pass at a pretty-printer
...
Defect Number:
Reviewed By:
Testing Done:
2015-03-16 23:10:34 -07:00
Timothy Stack
99f34a1447
[fmt] add a vmkernel log format
...
Defect Number:
Reviewed By:
Testing Done:
2014-11-22 10:33:24 -08:00
Tim Stack
80ef38227b
Merge pull request #120 from iranzo/master
...
Add support for OpenStack log formats (tested on neutron, nova)
2014-11-12 07:35:34 -08:00
Pablo Iranzo Gómez
8fc539df16
Specify timestamp and url for Openstack log files
2014-11-12 15:47:28 +01:00
Pablo Iranzo Gómez
d1c5f12bfc
Add support for OpenStack log formats (tested on neutron, nova)
2014-11-12 14:43:46 +01:00
Timothy Stack
ba83382b38
[vdsm_log] missed the level field
2014-11-10 13:57:15 -08:00
Pablo Iranzo Gómez
98e8f1b1c3
Add support for RHEV/oVirt engine.log file
2014-11-10 20:37:07 +01:00
Timothy Stack
fc31831286
[vdsm_log] add new format
2014-11-10 08:56:35 -08:00
Timothy Stack
244ee2717f
[vmw_log] fix full message read for continued messages
2014-11-07 06:16:45 -08:00
Suresh Sundriyal
fb4eb36796
[vmw_log] 'panic' is an 'error' too.
...
VPXD prints out the stackframes in the log files when it terminates
abnormally. These log messages have a log level of 'panic'. I guess
these qualify as 'error' as well.
2014-11-07 00:40:00 -08:00
Timothy Stack
c5c37a3202
[vmw_log] update the formats for the vmw_log format
2014-11-06 20:32:35 -08:00
Timothy Stack
d4bea593b7
[perf] optimize json log loading
2014-10-28 07:02:27 -07:00
Timothy Stack
a71ca1f1ca
[filter] some improvements to the core filtering code
2014-10-19 22:16:40 -07:00
Timothy Stack
c491e93797
try to fix openam log on some pcre impls
2014-06-17 23:10:09 -07:00
Timothy Stack
d557002724
[format] add OpenAM log formats
2014-06-17 21:29:42 -07:00
Timothy Stack
1974e1f1ae
[jsonptr] initial impl
2014-05-05 06:44:58 -07:00
Timothy Stack
72e3a4d8df
[format] add TCF file format and some fixes to make it work
...
Defect Number:
Reviewed By:
Testing Done:
2014-04-06 22:11:04 -07:00
Timothy Stack
9ff2d3774d
[line_buffer] split long lines
...
Fixes #81
2014-03-15 04:40:58 -07:00
Timothy Stack
8e884520c0
[misc] tweak scrollbar colors; add auto-complete for strings when typing sql searches; fix ipaddress collator
2014-02-22 22:52:21 -08:00
Timothy Stack
9f7ed7f095
[misc] fix the access log format for user names; update config.guess/config.sub
...
Some miscellaneous fixes.
Defect Number:
Reviewed By:
Testing Done:
2013-11-24 14:21:20 -08:00
Timothy Stack
59c1d4313b
[mouse] more mouse support and other fixes
2013-10-11 06:22:29 -07:00
Timothy Stack
a8c3a8c80b
[docs] json format docs and some build fixes
2013-09-10 06:45:48 -07:00
Timothy Stack
83f94cea86
[log-format] regex config format redux
2013-08-07 06:31:34 -07:00
Timothy Stack
37283d0afb
[nits] do not complain about no formats
2013-07-30 21:21:28 -07:00
Timothy Stack
7a12134577
[formats] reorder format file
2013-07-28 17:30:38 -07:00
Timothy Stack
9b8ceb5cb0
[log formats] transfer more formats to config
2013-07-28 11:03:31 -07:00
Timothy Stack
25f02eca08
[docs] more docs
2013-07-27 11:04:43 -07:00