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

Plugins can initiate Kibana graceful shutdown #60636

Open
mshustov opened this issue Mar 19, 2020 · 3 comments
Open

Plugins can initiate Kibana graceful shutdown #60636

mshustov opened this issue Mar 19, 2020 · 3 comments
Labels
enhancement New value added to drive a business result 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 Mar 19, 2020

One of the Audit Logging requirement is:

fail-safe to stop the Kibana process if audit records cannot be written

Kibana doesn't provide such API at the moment.
Receiving shutdown command, Kibana server should:

  • stop handling incoming requests from the client
  • inform the client that Kibana is shutting down
  • respond with error to all pending requests
  • finish all long-running processes
  • run stop lifecycle
@mshustov mshustov added Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Feature:New Platform labels Mar 19, 2020
@elasticmachine
Copy link
Contributor

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

@mshustov mshustov added the enhancement New value added to drive a business result label Mar 19, 2020
@mshustov mshustov mentioned this issue Mar 19, 2020
30 tasks
@jportner jportner mentioned this issue Jul 5, 2020
12 tasks
@pgayvallet
Copy link
Contributor

@legrego is this still a requirement for the platform security team?

@legrego
Copy link
Member

legrego commented Oct 31, 2023

@pgayvallet this feature isn't a priority for us at this time.

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

No branches or pull requests

4 participants