-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Fleet] Provide the capability for Fleet to install integrations assets on a remote cluster #187323
Comments
Proposal: Once the user enables the toggle switch to synchronize assets, go through the same workflow that currently exists in the integrations app that allows users to install an integration (integrations --> integration --> settings --> install integration assets) in order to install the assets on reote. To achieve this the Kibana API key will be required which the user has to provide OR we provide some information for the user to get the API). Is there anything else required from the user to install the assets remotely? Allow the user to signify their intent to install assets remotely: Allow the user to see at a global level which remote ES outputs the assets are being synchronized across. fyi: @kpollich based on our conversation. |
Pinging @elastic/fleet (Team:Fleet) |
I think this makes sense, providing an API key to the remote kibana should be enough to keep package assets in sync. As for the implementation, we would have to add to the package install/update/uninstall logic to call the install API on the remote clusters where synchronising is enabled. We can use the We should have a way of notifying users if the synchronisation failed for a package or kibana cannot connect to the remote kibana. Something similar to what we did for remote output health, where we regularly ping the remote output (in fleet-server) and store the result in a data stream for the UI to read from. |
Great. This logic exists in the integrations tab that allows asset installation/uninstallation. |
They could get it from the Kibana UI as well, there is an API key creation feature under Security. We could show a console request to copy out with minimum privileges required to install packages. They would require the
Then the |
Prefer this to be an action they can perform from within the remote ES flyout. (toggle an option to keep the integrations in synch) |
@nimarezainia Created implementation issues and moved this to Ready. |
When the remote Elasticsearch cluster is added as an output, install the integrations remotely on these clusters. Currently users have to do this manually and keep track. We can at minimum take care of installing the ingest pipelines on the remote clusters.
Implementation plan
The text was updated successfully, but these errors were encountered: