-
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] Add "managed" and integration name tags to Saved Objects installed by EPM #123904
Comments
Pinging @elastic/fleet (Team:Fleet) |
@mostlyjason do we have this enhancement prioritized anywhere? I think it's a fairly low effort change that would benefit customers for both finding assets and giving them a hint at which ones should not be edited directly. |
@joshdover I agree that this looks low effort, I'll include it as a candidate for 8.3. |
@akshay-saraswat do you have any feedback on the tag naming or color as specified in the proposal above? |
I think it's ok to move ahead with the Package name and white color if it is distinguishable as a tag with white page color too. Once we have this in UI, it will be easier for us to collect customer feedback and iterate over it with package-specific colors. |
👋 just curious, do we have a target release yet for tags in integrations? |
@alexfrancoeur 8.3 is the goal |
I did some investigation and found that the saved objects tagging client is not available server-side, I filed #130748 for that. Marking this issue as blocked until that is resolved. |
Hi Team, We have re-validated this feature on latest 8.4.0 BC3 Kibana Cloud Environment and found that it's working fine. We had below observations:
Build details:
Further, we have an open issue related to this feature reported at #138591 QueryCould you please confirm if two editing options are expected under Stack Management > Tags page:
Screen Recording: Tags.-.Elastic.-.Google.Chrome.2022-08-12.14-22-56.mp4Please let us know if we are missing any scenario. Thanks! |
Hi @juliaElastic, We have re-validated this feature on latest 8.5.0 SNAPSHOT Kibana Staging Environment and found that it's working fine. We had below observations:
Build details:
QuerySteps to follow:
Current Observation: We are not able to see automatic tags such as Could you please confirm whether the automatic tags such as Please let us know if we are missing any scenario. Thanks! |
@prachigupta-qasource The tags are created at package install time. |
Hi @juliaElastic, We have re-validated the scenario shared by you on latest 8.5.0 SNAPSHOT Kibana Staging Environment and found that it's working fine. Build details:
Below are the observations: Scenario 1:
Tags.-.Elastic.-.Google.Chrome.2022-09-08.17-28-23.mp4Scenario 2:
new_windows_policy.-.Agent.policies.-.Fleet.-.Elastic.-.Google.Chrome.2022-09-08.17-24-07.mp4Please let us know if we are missing any scenario. Thanks! |
Hi Team, We have executed 07 testcases for this feature under our Fleet Test run at Fleet 8.5.0-BC2 Feature test plan. Below are the observations:
Build details:
Thanks! |
In #110660 we added support for installing tags defined by packages, however the main use case we have for tags is for adding a standard set of tags to all Saved Objects we install from packages. In this case, it makes more sense for the Fleet EPM code to handle defining these tags rather than needing to require every package to define them and keep them in sync.
The goal of this change is to help users:
In the first phase, we want to focus on adding the tags first for visibility and explore future enhancements such as preventing users from editing "managed" assets in a later phase.
Proposal
#FFFFFF
(white) as the tag colors for now. In the future we could allow packages to define a custom color for their tag.Example screenshot of how this would look for the assets in the System package:
Implementation notes
name
.The text was updated successfully, but these errors were encountered: