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

[8.0] Remove @kbn/legacy-logging #50660

Closed
7 of 14 tasks
mshustov opened this issue Nov 14, 2019 · 4 comments · Fixed by #112305
Closed
7 of 14 tasks

[8.0] Remove @kbn/legacy-logging #50660

mshustov opened this issue Nov 14, 2019 · 4 comments · Fixed by #112305
Assignees
Labels
Breaking Change Feature:Logging Feature:New Platform Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v8.0.0

Comments

@mshustov
Copy link
Contributor

mshustov commented Nov 14, 2019

Logging service in the legacy platform based on our fork of @hapi/good and internal logic https://github.com/elastic/kibana/blob/8e9a8a84dccfa7965ce8a22362885e6cdef8b51f/src/legacy/server/logging/log_interceptor.js

Preparation steps:

Removing legacy logging:

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

Pinging @elastic/kibana-platform (Team:Platform)

@jportner
Copy link
Contributor

Regarding log rotation and retention:

We are in the planning phase for revamping Audit Logging in #52125, and we will need log rotation in place to support that. Log rotation has been added in #12259, but it only allows logs to be retained based on number of files. Industry standards generally require that organizations retain an audit trail based on a time period (e.g, 30 days, 90 days, etc.) This is currently supported in Elasticsearch, it would be great if Kibana supported this as well.

@jportner jportner mentioned this issue Jan 6, 2020
12 tasks
@mshustov
Copy link
Contributor Author

@jportner there is a separate issue to migrate Log rotation #56291 you can add requirements there

@mshustov mshustov added Feature:Logging and removed Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc labels Feb 26, 2020
@joshdover joshdover mentioned this issue Mar 17, 2020
30 tasks
@joshdover joshdover changed the title Migrate logging infrastructure [8.0] Remove @kbn/legacy-logging Feb 4, 2021
@lukeelmers lukeelmers added the Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc label Feb 4, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-core (Team:Core)

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

Successfully merging a pull request may close this issue.

7 participants