opentelemetry-cpp icon indicating copy to clipboard operation
opentelemetry-cpp copied to clipboard

Elastic Search exporter follow ECS guidelines

Open ShadowMaxLeb opened this issue 1 year ago • 2 comments

Fixes #3091

Changes

Try to follow as much as possible the ECS guidelines and the ECS Logs reference

This impacts fields:

  • timestamp: now set to @timestamp with a Date string
  • body: now set to message
  • name: now set to log.logger
  • severity: now set to log.level
  • attributes: not under the attributes key anymore

ShadowMaxLeb avatar Oct 18 '24 09:10 ShadowMaxLeb