mtail icon indicating copy to clipboard operation
mtail copied to clipboard

extract internal monitoring data from application logs for collection in a timeseries database

Results 95 mtail issues
Sort by recently updated
recently updated
newest added

Hi, thank you for mtail, I'm following up from #226 where it was reported mtail histogram buckets don't match Prometheus' specs/expectations, specifically with regard to `0` observations. I can confirm...

Currently there is no official docker image being published for mtail. A typical use case is running mtail next to an application as a sidecar to parse logs and publish...

OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=4663401648881664 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49685 and will auto-close if the status changes there. If...

fixes https://github.com/google/mtail/issues/305 Note: this is just https://github.com/google/mtail/pull/308 with the feedback incorporated (as the original went stale)

Hello! currently, mtail can expose log lines through the web interface (for example through the /progz endpoint) when they cause a program to fail (eg. by trying to compare a...

enhancement
mtail-Operating

counter abc_total by log_level /^(?P\d{4}-\d{2}-\d{2} d{2}:\d{2}:\d{2},\d{3}) / + /(?P(\[\w+\] )+)/ + /\[(?P(INFO |WARN |ERROR))\]/ + /$/ { strptime($time, "2022-02-18 11:04:17,803") #for tests abc_total[$log_level]++ } Thanks!

OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=6555362913812480 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48359 and will auto-close if the status changes there. If...

OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=5699509847457792 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48354 and will auto-close if the status changes there. If...

OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=5642067142901760 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48352 and will auto-close if the status changes there. If...

In the container environment i would like read from mtail a fifo file. In first, i created my fifo : `# mkdir /logs/fluentd; mkfifo /logs/fluentd/pipe` Then, mtail is started with...