lnav/src/formats
2023-08-23 21:52:40 -07:00
..
logfmt [anon] add an anonymizer to help with support requests 2022-09-15 21:11:30 -07:00
access_log.json Handle empty referer in access log (fixes #1059) 2022-09-20 16:34:25 +02:00
alb_log.json [loader] make sure values defined in formats have a corresponding capture in at least one pattern 2022-08-16 21:38:17 -07:00
block_log.json [date_time] missed some TZ stuff 2023-08-11 10:06:28 -07:00
bunyan_log.json [pretty-print] fix an issue with shifting attributes when rewriting 2023-08-23 21:52:40 -07:00
candlepin_log.json [loader] fix format loader and add $schema refs to formats 2020-09-24 13:12:43 -07:00
choose_repo_log.json [loader] fix format loader and add $schema refs to formats 2020-09-24 13:12:43 -07:00
cloudflare_log.json [formats] add cloudflare format 2023-06-21 16:40:19 -07:00
cloudvm_ram_log.json [date_time] try to handle truncated sub-second values 2023-08-11 23:19:19 -07:00
cups_log.json [log_format] perform more validations on log formats 2022-09-12 07:18:26 -07:00
dpkg_log.json [loader] fix format loader and add $schema refs to formats 2020-09-24 13:12:43 -07:00
elb_log.json [loader] fix format loader and add $schema refs to formats 2020-09-24 13:12:43 -07:00
engine_log.json [loader] make sure values defined in formats have a corresponding capture in at least one pattern 2022-08-16 21:38:17 -07:00
error_log.json [loader] fix format loader and add $schema refs to formats 2020-09-24 13:12:43 -07:00
esx_syslog_log.json [gantt] support for sub-ids 2023-08-14 19:04:31 -07:00
formats.am [formats] add vpostgres_log definition 2023-08-17 21:59:21 -07:00
fsck_hfs_log.json [log_format] use DOTALL for format patterns 2021-06-03 15:59:01 -07:00
glog_log.json [markdown] add support for going to an anchor 2022-08-28 18:55:32 -07:00
haproxy_log.json [loader] fix format loader and add $schema refs to formats 2020-09-24 13:12:43 -07:00
java_log.json [generic_log] tweak the pattern to allow for truncated subsecond values 2023-08-21 17:03:14 -07:00
journald_json_log.json [loader] fix format loader and add $schema refs to formats 2020-09-24 13:12:43 -07:00
katello_log.json [log_format] use DOTALL for format patterns 2021-06-03 15:59:01 -07:00
openam_log.json [loader] fix format loader and add $schema refs to formats 2020-09-24 13:12:43 -07:00
openamdb_log.json [loader] fix format loader and add $schema refs to formats 2020-09-24 13:12:43 -07:00
openstack_log.json [log_format] perform more validations on log formats 2022-09-12 07:18:26 -07:00
page_log.json [log_format] perform more validations on log formats 2022-09-12 07:18:26 -07:00
papertrail_log.json [loader] fix format loader and add $schema refs to formats 2020-09-24 13:12:43 -07:00
pcap_log.json [config] simplify file format detection by moving it into the log format definition 2023-07-10 10:35:18 -07:00
procstate_log.json [docs] add some more stuff for the gantt chart 2023-08-22 23:09:51 -07:00
README.md [docs] add ARCHITECTURE.md and various other things 2021-02-13 12:41:48 -08:00
s3_log.json [formats] add w3c extended log format impl 2020-12-05 21:51:46 -08:00
snaplogic_log.json [loader] fix format loader and add $schema refs to formats 2020-09-24 13:12:43 -07:00
sssd_log.json [loader] fix format loader and add $schema refs to formats 2020-09-24 13:12:43 -07:00
strace_log.json [loader] make sure values defined in formats have a corresponding capture in at least one pattern 2022-08-16 21:38:17 -07:00
sudo_log.json [log_format] use DOTALL for format patterns 2021-06-03 15:59:01 -07:00
syslog_log.json [logfile] move bookmark_metadata to logfiles 2022-08-19 20:01:25 -07:00
tcf_log.json [logfile] include microseconds when converting timestamps 2023-04-28 11:37:24 -07:00
tcsh_history.json [loader] fix format loader and add $schema refs to formats 2020-09-24 13:12:43 -07:00
unifi_iptables_log.json unifi: Support iptables log file 2022-04-11 22:26:15 +02:00
unifi_log.json [log_format] perform more validations on log formats 2022-09-12 07:18:26 -07:00
uwsgi_log.json [log_format] change w3c_log to put extra columns into a JSON column 2020-12-18 22:35:23 -08:00
vdsm_log.json [log_format] use DOTALL for format patterns 2021-06-03 15:59:01 -07:00
vmk_log.json [formats] some tweaks 2023-08-09 20:57:59 -07:00
vmw_log.json [gantt] add op description for vpxd and add toggle for subop details 2023-08-15 21:57:46 -07:00
vmw_py_log.json [formats] some tweaks 2023-08-09 20:57:59 -07:00
vmw_vc_svc_log.json [formats] add some opid descriptions 2023-08-21 21:57:54 -07:00
vpostgres_log.json [formats] add 'title' to vpostgres_log 2023-08-18 08:21:41 -07:00
xmlrpc_log.json [loader] fix format loader and add $schema refs to formats 2020-09-24 13:12:43 -07:00

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.