Closed xporterfield closed 3 years ago
Figured it out after coming across this (wants \r at end of regex): https://github.com/google/mtail/issues/518
...Total (?P<total_plots>\d+) plots\r$/ {
Total (?P<total_plots>\d+) plots\r$/ {
I added a .* in the end, hope it works
Figured it out after coming across this (wants \r at end of regex): https://github.com/google/mtail/issues/518
...
Total (?P<total_plots>\d+) plots\r$/ {