-
A note for the communityNo response Problemi dont understand why i get these error when i add the field message: "{{ message }}" Configuration
2023-07-25T23:08:31.619567Z WARN sink{component_kind="sink" component_id=loki component_type=loki component_name=loki}: vector::internal_events::template: Internal log [Failed to render template for "label_value "{{ massage }}" with label_key "massage"".] is being suppressed to avoid flooding.
|
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 1 reply
-
Hi @Nello-Angelo , Your log output there doesn't show any errors, but I'm fairly confident you don't want to be setting a |
Beta Was this translation helpful? Give feedback.
-
sorry i updated my errors massage |
Beta Was this translation helpful? Give feedback.
-
i want to see additional field in log without additional conditions |
Beta Was this translation helpful? Give feedback.
-
I think you have a typo: it should be |
Beta Was this translation helpful? Give feedback.
-
yes sorry i write "message" i did mistake but why get this errors? |
Beta Was this translation helpful? Give feedback.
-
can your explane why so happend? |
Beta Was this translation helpful? Give feedback.
-
You got the error because your configuration was referring to a field that did not exist: |
Beta Was this translation helpful? Give feedback.
-
I have the same errors with correct writing |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
these messages i get with this config
|
Beta Was this translation helpful? Give feedback.
I'm going to guess it is because you are adding
message
as a label, but I'd check the Loki logs to see if has any additional data. The error is indicating that Loki doesn't like the incoming data.