When viewing the logs in Auth0 dashboard, there is an icon next to each log entry with either green checkmark, yellow exclamation point, red stop sign.
Can you please update your integration with DataDog to send this down to them in the same way? All of the messages are flowing into DataDog as Informational. It would be super helpful to see errors in Red and to use the Facets on the left to find all errors from our application.
My workaround to find the errors I knew I needed to address was to create a DataDog filter that looked for (@evt.outcome:failure OR @evt.name:rate_limit_on_the_authentication_api). Is there a better way?
Our organization would greatly benefit from this feature as well. Currently, our central monitoring tool cannot distinguish when errors occur, which prevents us from setting up proper alerts and monitoring.
Since Auth0’s console already highlights error messages in red, the system clearly has the ability to identify errors. It would be extremely helpful if this error designation could simply be included in the payload itself.
This would enable us to implement the automated monitoring and alerting that our operations require.