-
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] Mark shipper feature as experimental in Fleet UI #153845
Comments
Pinging @elastic/fleet (Team:Fleet) |
I think that we could add a tooltip with some description or a beta badge. |
@criamico I think a beta badge next to the "Advanced" would suffice. Would the advanced section only appear when the shipper.enabled is TRUE? |
@nimarezainia yes exactly, the advanced section appears if one the following conditions is added to the yaml editor and saved:
|
@nimarezainia you want beta for 8.9, not for 8.8 right? Then what should we do in 8.8? Experimental as Cristina mentioned? |
Fixes #153845 ## Summary The new Outputs Shipper section will be available as an experimental feature in 8.8.0. This PR adds a badge to clearly indicate it as experimental in UI. To test it: Enable the shipper options by adding one of the following in outputs yaml editor: ``` shipper: {} ``` OR ``` shipper: enabled: true ``` You should see a badge besides "Advanced options": <img width="734" alt="Screenshot 2023-04-03 at 12 13 37" src="https://user-images.githubusercontent.com/16084106/229481384-cce7d105-1e03-4e97-9815-a7cef3a29d11.png"> <img width="737" alt="Screenshot 2023-04-03 at 12 13 30" src="https://user-images.githubusercontent.com/16084106/229481485-ff963b86-da9d-4f8e-ab23-277f7f9290f6.png"> Co-authored-by: Kibana Machine <[email protected]>
In 8.8.x the shipper will be available in fleet UI as an experimental feature.
Add some UI element to warn the user that the feature is experimental.
The text was updated successfully, but these errors were encountered: