Hi all, new to mtail, obviously.
I am running mtail v 3.0.0--rc48 on Linux
matil metrics show ZERO (0) for my very first line counter program (as borrowed from github)
counter lines_total
/$/ {
lines_total++
}
adding --logtostderr shows that
- mtail loaded my program
- mtail parsed URL (log file)
-mtail is tailing the log file
And yet, even if I rename log file for a fresh start, my counter lines_total is 0.
Any help would be most welcomed.