Bug 1044188
Summary: | [RFE] Recognize compressed log files | ||
---|---|---|---|
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: | amsharma, nhosoi, rmeggins, spichugi |
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: |
Feature:
Support for gzip, bzip2, and xz compressed files, based on the file extension (.gz, .bz2, .xz) has been added to the access log analysis utility logconv.pl. This also adds support for TAR archives and compressed TAR archives - any file ending in .tar, .tar.bz2, .tar.gz, .tar.xz, .tgz, .tbz, and .txz.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2015-03-05 09:32:39 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1185090 |
Description
Nathan Kinder
2013-12-17 21:48:22 UTC
This should be added to the logconv.pl tests logconv.pl can read from a compressed file or a compressed tar archive. For example: $ ls /var/log/dirsrv/slapd-host access audit errors.20140917-124602 access.20140917-124603 audit.rotationinfo errors.rotationinfo access.rotationinfo errors $ cd /var/log/dirsrv/slapd-host $ tar cfj access.tar.bz2 access access.20* $ ls access.tar.bz2 access.tar.bz2 $ logconv.pl access.tar.bz2 reading ..... .... logconv report ... The detection is based on the filename. If the filename ends in .tar, logconv.pl will assume it is an uncompressed tar archive file. If the filename ends with.tar.bz2 or .tar.gz or .tar.xz or .tgz or .tbz or .txz, logconv.pl will assume it is a compressed tar archive (gz for gzip, bz or bz2 for bzip2, xz for xz). If the filename ends with .gz or .bz2 or .xz (not preceeded by .tar), logconv.pl will assume is a compressed plain file. [root@dhcp201-126 ~]# logconv.pl access.tar.bz2 Access Log Analyzer 8.1 Command: logconv.pl access.tar.bz2 Processing 1 Access Log(s)... [001] access.tar.bz2 size (bytes): 46 There was no logging to process, exiting... Cleaning up temp files... Done. Hence marking 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 |