Graylog2 / Graylog2/graylog2-server
TemplateFieldValueProvider Exception should be an error
Open
bug
triaged
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
When a user enters a reference which can't be found anymore in the event, that should be:
1. A notification to the user on the web
2. A warning and not an error in the server.logs
```
2025-02-28 15:42:28,988 ERROR: org.graylog.events.fields.providers.TemplateFieldValueProvider - No value found for variable "source.destination_reference" in template "${source.destination_reference}"
```
Contributor guide
Assessment
This issue has not been assessed yet.