[Core] Logs in JSON layout follow ECS format #90406
Labels
Feature:Logging
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Log records emitted in JSON layout contain
meta
key with additional information (HTTP request/response, process identifier) attached:kibana/src/core/server/logging/layouts/json_layout.test.ts
Lines 99 to 104 in ab92bbb
This structure doesn't follow ECS format. The logging system should restructure additional information from
meta
key to ECS format as close as possible:before:
after:
The text was updated successfully, but these errors were encountered: