Feature #349
Add more report filters
Description
The reports page currently provides searching by :applied, :restarted, etc and grouping by period. Additional sub-filters such as "only those of interest" and "the report that caused this host to be flagged elsewhere in the interface" would be useful.
Associated revisions
History
#1
Updated by Ohad Levy almost 12 years ago
- Assignee changed from Ohad Levy to Paul Kelly
#2
Updated by Tony Garcia almost 12 years ago
One use case I currently have is "get all the hosts with same error in the last report", quite useful when we know how to fix something on a bunch of servers presenting the same issue.
#3
Updated by Bash Shell almost 12 years ago
It would also be helpful if it was possible to search text in the report.
For example, if there was a yum install error "Couldn't install package foo",
then I can search for "foo" and select "With Error" to find only such reports.
#4
Updated by Paul Kelly almost 12 years ago
Comparing report entries will require a restructuring of the database as the logs are held in a serialized record and are not easily searched
#5
Updated by Ohad Levy almost 12 years ago
Paul Kelly wrote:
Comparing report entries will require a restructuring of the database as the logs are held in a serialized record and are not easily searched
it seems that this is also required for proper support of 2.6 release, as the reporting internals has changed.
#6
Updated by Ohad Levy almost 12 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset 4cbaa406a1e0f354d52b43e9e6c7854ba36a847b.
#7
Updated by Ohad Levy almost 12 years ago
- Target version set to 0.1-6
#8
Updated by Ohad Levy almost 12 years ago
- Status changed from Ready For Testing to Resolved
#9
Updated by Ohad Levy almost 12 years ago
- Assignee changed from Paul Kelly to Ohad Levy
#10
Updated by Ohad Levy almost 12 years ago
- Status changed from Resolved to Closed
Fixes #405 and Fixes #349 - Adds support to 2.6.x reports
NOTE: Its recommended to Backup your DB prior to using this patch.