ecs-logging-nodejs icon indicating copy to clipboard operation
ecs-logging-nodejs copied to clipboard

event.id -> http.request.id in `formatHttpRequest`

Open trentm opened this issue 4 years ago • 0 comments

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.

trentm avatar Mar 30 '21 22:03 trentm