| Summary: | [RFE] logconv.pl - add on option for a minimum etime for unindexed search stats | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Nathan Kinder <nkinder> |
| Component: | 389-ds-base | Assignee: | Rich Megginson <rmeggins> |
| Status: | CLOSED ERRATA | QA Contact: | Viktor Ashirov <vashirov> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | low | ||
| Version: | 7.0 | CC: | mreynolds, nhosoi, vashirov |
| Target Milestone: | rc | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 389-ds-base-1.3.3.1-1.el7 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-03-05 09:32:37 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Nathan Kinder
2013-12-17 21:47:43 UTC
Please verify the man page and Usage show -T <min etime> (DS 47535) as well as -U Unindexed Search Summary (DS 47812) and the options return the expected results. Ticket 47812 is fixed upstream $ rpm -qa | grep 389
389-ds-base-1.3.3.1-9.el7.x86_64
389-ds-base-libs-1.3.3.1-9.el7.x86_64
logconv.pl Usage and man page contain these options.
1. logconv.pl -u -T 1 access*
Works as expected, returns unindexed searches with etime bigger than 1.
2. logconv.pl -U access*
Works as expected, returns Unindexed Search Summary.
3. logconv.pl -U -T 1 access*
Works as expected, returns Unindexed Search Summary and shows Unindexed Component Summary with etime bigger than 1.
There is a minor issue with formatting in logconv.pl usage:
-B, --bind <ALL | ANONYMOUS | "Actual Bind DN">
-T, --minEtime <minimum etime to report unindexed searches>
-V, --verbose <enable verbose output - includes all stats listed below>
Line with -T contains <TAB> character making this options look like a suboption to -B.
Other that that, new functionality works as expected, thus marking this bug as VERIFIED.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-0416.html |