We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, the loki filter fields is coming as default and we cannot customize it to add new fields.
I tried to update but no dynamic config parameter in here. Only exists {{- if .Values.logs.enabled }} and then it adds all scope staticly.
{{- if .Values.logs.enabled }}
k8s-monitoring-helm/charts/k8s-monitoring/templates/agent_config/_processors.river.txt
Line 72 in df734dd
How can I add new filter fields to Loki results? Is there another option or one way is changing this attributes[\"loki.resource.labels\"] value?
attributes[\"loki.resource.labels\"]
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hi, the loki filter fields is coming as default and we cannot customize it to add new fields.
I tried to update but no dynamic config parameter in here. Only exists
{{- if .Values.logs.enabled }}
and then it adds all scope staticly.k8s-monitoring-helm/charts/k8s-monitoring/templates/agent_config/_processors.river.txt
Line 72 in df734dd
How can I add new filter fields to Loki results? Is there another option or one way is changing this
attributes[\"loki.resource.labels\"]
value?The text was updated successfully, but these errors were encountered: