Skip to content
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 UI] Allow filtering by labels in the Agent listing UI #130717

Closed
3 tasks
kpollich opened this issue Apr 20, 2022 · 1 comment · Fixed by #131070
Closed
3 tasks

[Fleet UI] Allow filtering by labels in the Agent listing UI #130717

kpollich opened this issue Apr 20, 2022 · 1 comment · Fixed by #131070
Assignees
Labels
Team:Fleet Team label for Observability Data Collection Fleet team v8.3.0

Comments

@kpollich
Copy link
Member

kpollich commented Apr 20, 2022

Relates to #130713

With the addition of Agent labels to the Fleet UI, we should be able to filter based on the label value in the Agents table.

image

  • Add "Label" filter in addition to the existing filters available on the agents table
  • "Label" filter should display a searchable list of all existing agent tags that appear in the table
  • Label filters should be additive, so searching for two labels should equate to an or style search
    • e.g. if the table is filtered by both a "linux" and "apache" label, agents tagged with either "linux" OR "apache" should appear
@kpollich kpollich added Team:Fleet Team label for Observability Data Collection Fleet team v8.3.0 labels Apr 20, 2022
@kpollich kpollich self-assigned this Apr 20, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/fleet (Team:Fleet)

kpollich added a commit to kpollich/kibana that referenced this issue Apr 28, 2022
kpollich added a commit that referenced this issue May 9, 2022
* Add basic labels implementation for Agent list table

* Lay plumbing for filtering based on tags

Ref #130717

* Finalize wiring up tags to API

* Fix render error when tags empty

* Add test for tags component

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
kertal pushed a commit to kertal/kibana that referenced this issue May 24, 2022
* Add basic labels implementation for Agent list table

* Lay plumbing for filtering based on tags

Ref elastic#130717

* Finalize wiring up tags to API

* Fix render error when tags empty

* Add test for tags component

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Fleet Team label for Observability Data Collection Fleet team v8.3.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants