sethtomy
sethtomy
I currently am using pino-http to map to an ECS format. When doing so though my redactions are not taking place. ```typescript redact: { paths: ['http.request.headers.authorization'], censor: '***REDACTED***', }, customAttributeKeys:...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
### Preflight checklist - [x] I could not find a solution in the existing issues, docs, nor discussions. - [x] I agree to follow this project's [Code of Conduct](https://github.com/ory/hydra/blob/master/CODE_OF_CONDUCT.md). -...
## Ask your question here Hello! I'm trying to use a [headers exchange](https://www.rabbitmq.com/tutorials/amqp-concepts#exchange-headers) with Rabbit MQ but am not able to achieve it. I route my message from exchange to...