-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fleet] fixed tags query, added missing runtime fields (#148236)
## Summary Partial fix for #148233 Added missing runtime fields to tags query. This fixes Tags filter on Agent List UI when status filters are present. <img width="1060" alt="image" src="https://user-images.githubusercontent.com/90178898/210068647-347ed2a9-9339-47f3-b84a-b916afbf17d1.png"> Added a quick fix to remove default status filter from bulk update tags. This will not work correctly if there are inactive/unenrolled agents. Update tags with non-default status filters doesn't work either. EDIT: added back status filters on real fields from history, and using them in update tags. The missing piece is to tweak the unenrolled/inactive filters to their latest logic. This should fix update tags on all status filters, though we have the status logic in two places. Ideally the status field should become a real field. <img width="1039" alt="image" src="https://user-images.githubusercontent.com/90178898/210070213-f466b381-59a8-454c-81be-699989becf02.png"> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
- Loading branch information
1 parent
dc1ae9e
commit 2a54625
Showing
5 changed files
with
76 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters