mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Clean up cloud_chat
(#194571)
## Summary Close https://github.com/elastic/kibana-team/issues/1017 This PR removes the unused Cloud Chat functionality from Kibana. The chat was not used for some time. Moreover, we've seen some issues with it where users saw it when it wasn't expected. Given the absence of automated tests and the fact that the feature is no longer needed, we are removing it to improve the overall maintainability and reliability of the codebase. This will also decrease the amount of code loaded for trial users of Kibana in cloud making the app slightly faster.
This commit is contained in:
parent
22e36117c4
commit
568e40acca
51 changed files with 41 additions and 2044 deletions
|
@ -487,7 +487,8 @@ The plugin exposes the static DefaultEditorController class to consume.
|
|||
|
||||
|
||||
|{kib-repo}blob/{branch}/x-pack/plugins/cloud_integrations/cloud_chat/README.md[cloudChat]
|
||||
|Integrates with DriftChat in order to provide live support to our Elastic Cloud users. This plugin should only run on Elastic Cloud.
|
||||
|The plugin was meant to integrate with DriftChat in order to provide live support to our Elastic Cloud users.
|
||||
It was removed, but the plugin was left behind to register no longer used config keys.
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/x-pack/plugins/cloud_integrations/cloud_data_migration/README.md[cloudDataMigration]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue