File: log_filter.mtail

package info (click to toggle)
mtail 3.2.24-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,384 kB
  • sloc: yacc: 647; makefile: 226; sh: 78; lisp: 77; awk: 17
file content (10 lines) | stat: -rw-r--r-- 226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# Copyright 2025 The mtail Authors. All Rights Reserved.
# This file is available under the Apache license.
# SPDX-License-Identifier: Apache-2.0

log_filter "<<ADD_LOGFILE_HERE>>"
counter lines_total

/$/ {
  lines_total++
}