Feature #1168
Ability to search for Facts (and Param) without providing a value
| Status: | New | Start: | 09/13/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | - | |||
| Backlog: | No | Difficulity: | ||
| Votes: | 1 (View) |
Description
Currently it is not possible to search like so:
hostgroup = X and fact_name = kernelversion
You have to provide a value for kernelversion.
This makes it much harder to get all hosts which have this fact in this hostgroup.
I can search for fact.name=kernelversion on the facts page, but then I lose the ability to filter by hostgroup or parameters.
History
Updated by Ohad Levy over 1 year ago
- Assigned to set to Amos Benari
Updated by Tim Speetjens over 1 year ago
One could search for the existence of a fact in the hosts page (with other conditions combined) like so:
hostgroup = X and fact.kernelversion != doesnotexist
Searching that a fact does not exist isn't possible like this though, and I think it would be rather difficult to implement.
