-
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] Multiple output UI #117317
Comments
Pinging @elastic/fleet (Team:Fleet) |
One thought I had: since we'll now be exposing additional Elasticsearch outputs (for the same cluster) to the user, should we be trying to validate that the Elasticsearch host is for the same cluster? It's tricky because we may not always have network access, but I think we could do a best effort to at least validate that the |
I think it's always a good idea to validate user input. What do you have in mind validating before creating or updating and show a toast warning if Kibana was not able to reach ES or the cluster UUID is different? We could try to reach the output, but I guess there will a be a few time where we cannot reach ES. Also which credentials should we use to call ES? the user one? Is there any security issues here? |
I think we can follow logic like:
In terms of where in the flow to put this, I think we should work with @dborodyansky to integrate this in to the current designs.
It's a good point, because we'd be sending credentials to a potentially untrusted source. We need to be careful to make sure that a user couldn't use this to retrieve the kibana_system credentials. So I think we have to use the current user's credentials, which may or may not have access to the |
Resolved by #118910 |
Description
Implementation task for the multiple output UI.
Taks
TODO Add more description here,
The text was updated successfully, but these errors were encountered: