You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/src/formats
Tim Stack e952dc6340 [date_time_scanner] do not try to read millis if it is already set
Also, pay attention to the gmtoff when converting exttm to a timeval.

Fixes #1034
10 months ago
..
logfmt [anon] add an anonymizer to help with support requests 2 years ago
README.md [docs] add ARCHITECTURE.md and various other things 3 years ago
access_log.json Handle empty referer in access log (fixes #1059) 2 years ago
alb_log.json [loader] make sure values defined in formats have a corresponding capture in at least one pattern 2 years ago
block_log.json [regex101] add an integration with regex101 2 years ago
bunyan_log.json [bunyan] add test for this format and add "src" field 12 months ago
candlepin_log.json [loader] fix format loader and add $schema refs to formats 4 years ago
choose_repo_log.json [loader] fix format loader and add $schema refs to formats 4 years ago
cloudflare_log.json [formats] add cloudflare format 12 months ago
cloudvm_ram_log.json [formats] some tweaks 10 months ago
cups_log.json [log_format] perform more validations on log formats 2 years ago
dpkg_log.json [loader] fix format loader and add $schema refs to formats 4 years ago
elb_log.json [loader] fix format loader and add $schema refs to formats 4 years ago
engine_log.json [loader] make sure values defined in formats have a corresponding capture in at least one pattern 2 years ago
error_log.json [loader] fix format loader and add $schema refs to formats 4 years ago
esx_syslog_log.json [date_time_scanner] do not try to read millis if it is already set 10 months ago
formats.am [formats] add cloudvm_ram_log 11 months ago
fsck_hfs_log.json [log_format] use DOTALL for format patterns 3 years ago
glog_log.json [markdown] add support for going to an anchor 2 years ago
haproxy_log.json [loader] fix format loader and add $schema refs to formats 4 years ago
java_log.json [log_format] perform more validations on log formats 2 years ago
journald_json_log.json [loader] fix format loader and add $schema refs to formats 4 years ago
katello_log.json [log_format] use DOTALL for format patterns 3 years ago
openam_log.json [loader] fix format loader and add $schema refs to formats 4 years ago
openamdb_log.json [loader] fix format loader and add $schema refs to formats 4 years ago
openstack_log.json [log_format] perform more validations on log formats 2 years ago
page_log.json [log_format] perform more validations on log formats 2 years ago
papertrail_log.json [loader] fix format loader and add $schema refs to formats 4 years ago
pcap_log.json [config] simplify file format detection by moving it into the log format definition 11 months ago
procstate_log.json [formats] some tweaks 10 months ago
s3_log.json [formats] add w3c extended log format impl 4 years ago
snaplogic_log.json [loader] fix format loader and add $schema refs to formats 4 years ago
sssd_log.json [loader] fix format loader and add $schema refs to formats 4 years ago
strace_log.json [loader] make sure values defined in formats have a corresponding capture in at least one pattern 2 years ago
sudo_log.json [log_format] use DOTALL for format patterns 3 years ago
syslog_log.json [logfile] move bookmark_metadata to logfiles 2 years ago
tcf_log.json [logfile] include microseconds when converting timestamps 1 year ago
tcsh_history.json [loader] fix format loader and add $schema refs to formats 4 years ago
unifi_iptables_log.json unifi: Support iptables log file 2 years ago
unifi_log.json [log_format] perform more validations on log formats 2 years ago
uwsgi_log.json [log_format] change w3c_log to put extra columns into a JSON column 4 years ago
vdsm_log.json [log_format] use DOTALL for format patterns 3 years ago
vmk_log.json [formats] some tweaks 10 months ago
vmw_log.json [gantt] tweak the style of dates in the chart headers 10 months ago
vmw_py_log.json [formats] some tweaks 10 months ago
vmw_vc_svc_log.json [formats] fix some of the vmw formats 2 years ago
xmlrpc_log.json [loader] fix format loader and add $schema refs to formats 4 years ago

README.md

Formats

This directory contains the built-in log file format definitions. These files are converted to C by bin2c and compiled into the executable. New formats need to be added to the formats.am file.