Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging service should log meta data #44983

Closed
mshustov opened this issue Sep 6, 2019 · 1 comment · Fixed by #47456
Closed

Logging service should log meta data #44983

mshustov opened this issue Sep 6, 2019 · 1 comment · Fixed by #47456
Assignees
Labels
Feature:New Platform Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc

Comments

@mshustov
Copy link
Contributor

mshustov commented Sep 6, 2019

New platform logging service follows legacy platform logging format mimicking hapi server interface emitting events (only log 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 ignored

For BWC Logging service should provide the same logging format as Legacy platform does

@mshustov mshustov added Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Feature:New Platform labels Sep 6, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-platform

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:New Platform Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants