ecs-logging-nodejs
ecs-logging-nodejs copied to clipboard
event.id -> http.request.id in `formatHttpRequest`
ECS 1.9.0 formalizes http.request.id: https://github.com/elastic/ecs/releases/tag/v1.9.0
Currently formatHttpRequest will map req.id to event.id. That isn't documented or in the tests. Judgement call if that mandates a breaking change to remove.