Closed sjparkinson closed 2 years ago
It's even more unexpected!
It seems like a desc
field is added to the _raw
message, or already exists as set by Heroku. And a code_desc
is added as a field, but not shown in the message.
Ah so from https://devcenter.heroku.com/articles/error-codes, it looks like Heroku do now include a desc
field in the logs. We can delete this lookup as it's duplication.
Looking at some request logs with error codes, the lookup for a description is running, but the field is added as
desc
not ascode_desc
.https://github.com/Financial-Times/splunk-heroku/blob/9e515cbdf25d53118b16cbb90d7b55febbced95d/app/default/props.conf#L32-L33