Logging service should log meta data #44983
Labels
Feature:New Platform
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
New platform logging service follows legacy platform logging format mimicking
hapi
server interface emitting events (onlylog
ATM)https://github.com/elastic/kibana/blob/master/src/core/server/legacy/logging/legacy_logging_server.ts#L93
Those events are consumed by
@elastic/good
plugin eventually.The current implementation doesn't support logging meta-data, because all the fields except
tags
are ignoredFor BWC Logging service should provide the same logging format as Legacy platform does
The text was updated successfully, but these errors were encountered: