I’m trying to visualize response times from logs in a Grafana time series panel using Loki. My log lines come from a NestJS app and look like this (with ANSI color codes for terminal coloring):
You ever figure this out? I’m having the exact issue. I have a simple string in a field and the string always begins with something like “Tier 1” or “Tier 2”. I have the regex of “(Tier [0-9])” but it just always returns the entire string. It honestly doesn’t seem to matter what I put in the RegExp field. It just creates a new field with the entire value of the original field no matter what…