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 46b2a9f1ee [piper] start support for demux
... and other misc things:

* Bump to C++17
* Add zookeeper_log
5 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 4 years ago
access_log.json [:eval] treat the argument like the contents of a file with multiple commands 1 year 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 [date_time] missed some TZ stuff 1 year ago
bunyan_log.json [pretty-print] fix an issue with shifting attributes when rewriting 1 year 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 1 year ago
cloudvm_ram_log.json [piper] start support for demux 5 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 [tidy] use anon namespaces and some other stuff 8 months ago
formats.am [piper] start support for demux 5 months ago
fsck_hfs_log.json [log_format] use DOTALL for format patterns 3 years ago
github_events_log.json [formats] add format for github event log 8 months ago
glog_log.json [markdown] add support for going to an anchor 2 years ago
haproxy_log.json [piper] start support for demux 5 months ago
java_log.json [generic_log] tweak the pattern to allow for truncated subsecond values 1 year 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
nextcloud_log.json [json-format] preserve sub-second times 6 months ago
nextflow_log.json [piper] start support for demux 5 months 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 [:eval] treat the argument like the contents of a file with multiple commands 1 year ago
procstate_log.json [piper] start support for demux 5 months ago
redis_log.json [piper] start support for demux 5 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 [formats] fix up the sssd log 7 months ago
strace_log.json [strace_log] make it work with -ttt format 1 year 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 3 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 [ansi_scrubber] handle unknown sequences 1 year ago
vmw_log.json [partitions] revive partition functionality 6 months ago
vmw_py_log.json [hotkeys] change curly braces to move to the next/prev section 7 months ago
vmw_vc_svc_log.json [formats] add some opid descriptions 1 year ago
vpostgres_log.json [formats] add 'title' to vpostgres_log 1 year ago
xmlrpc_log.json [loader] fix format loader and add $schema refs to formats 4 years ago
zookeeper_log.json [piper] start support for demux 5 months 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.