Actions
Feature #32140
closedAllow searching hosts by attributes of the reported data facet
Difficulty:
Triaged:
No
Description
The ReportedDataFacet (https://github.com/theforeman/foreman/blob/develop/app/models/host_facets/reported_data_facet.rb) defines several normalized data based on facts however we don't allow to use that in our search. E.g. search of all hosts having RAM > 1024 or all hosts running for longer than a year without reboot (based on boot_time).
We should define a scoped_search definition for each of the attribute. Ideally that should be possible on host search syntax so on host detail page I could do something like "reported.ram > 1024".
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Dominik Matoulek
- Pull request https://github.com/theforeman/foreman/pull/8524 added
Updated by Dominik Matoulek over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|e35061d00e6870e1970a5b048bef3f59af95da4e.
Updated by The Foreman Bot over 3 years ago
- Pull request https://github.com/theforeman/foreman/pull/8589 added
Updated by Tomer Brisker over 3 years ago
- Category set to Search
- Fixed in Releases 2.5.1 added
Actions