2024-03-26 05:34:28 +00:00
|
|
|
#! /bin/bash
|
|
|
|
|
|
|
|
export TZ=UTC
|
|
|
|
export YES_COLOR=1
|
|
|
|
unset XDG_CONFIG_HOME
|
|
|
|
|
|
|
|
run_cap_test ${lnav_test} -n \
|
2024-03-28 13:25:32 +00:00
|
|
|
-c ";from access_log | take 1" \
|
2024-03-26 05:34:28 +00:00
|
|
|
${test_dir}/logfile_access_log.0
|
|
|
|
|
|
|
|
run_cap_test ${lnav_test} -n \
|
2024-03-28 13:25:32 +00:00
|
|
|
-c ";from access_log | take abc" \
|
2024-03-26 05:34:28 +00:00
|
|
|
${test_dir}/logfile_access_log.0
|
2024-04-20 02:07:25 +00:00
|
|
|
|
|
|
|
run_cap_test ${lnav_test} -n \
|
|
|
|
-c ";from bro_http_log | stats.hist bro_host slice:'1m'" \
|
|
|
|
${test_dir}/logfile_bro_http.log.0
|