{{define "content"}}

nginx-logtail

{{- range .Windows}} {{.Label}} {{- end}}
{{- range .GroupBys}} {{.Label}} {{- end}}
{{if .Targets}}
source: {{- range .Targets}} {{.Label}} {{- end}}
{{end}}
{{- if .FilterExpr}} × clear{{end}}
{{- if .FilterErr}}
{{.FilterErr}}
{{end}} {{if .Breadcrumbs}}
Filters: {{- range .Breadcrumbs}} {{.Text}}× {{- end}}
{{end}} {{if .Error}}
{{.Error}}
{{else}} {{if .Sparkline}}
{{.Params.WindowS}} trend · by {{.Params.GroupByS}}{{if .Source}} · source: {{.Source}}{{end}} {{.Sparkline}}
{{end}} {{if .Entries}} {{- range .Entries}} {{- end}}
# LABEL COUNT % BAR
{{.Rank}} {{.Label}} {{fmtCount .Count}} {{printf "%.0f" .Pct}}%
{{else}}

(no data yet — ring buffer may still be filling)

{{end}} {{end}} {{end}}