RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1146237 - Backport mmutf8fix module?
Summary: Backport mmutf8fix module?
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: rsyslog
Version: 7.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Radovan Sroka
QA Contact: Stefan Dordevic
URL:
Whiteboard:
Depends On:
Blocks: 1296594 1313485
TreeView+ depends on / blocked
 
Reported: 2014-09-24 20:19 UTC by Chris Adams
Modified: 2019-10-10 09:26 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-04 05:34:59 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
patch backport (41.40 KB, patch)
2016-02-29 17:04 UTC, Radovan Sroka
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2016:2401 0 normal SHIPPED_LIVE rsyslog bug fix and enhancement update 2016-11-03 13:55:50 UTC

Description Chris Adams 2014-09-24 20:19:28 UTC
With the RHEL 7 version of rsyslog, you include the omelasticsearch module, which is great!  However, unfortunately syslog messages are not always proper UTF-8 (some latin1, some just garbage), and elasticsearch only accepts UTF-8.  Upstream rsyslog has added a "hack" module that strips out non-ASCII, non-UTF-8 characters and replaces them, and that makes the omelasticsearch module much more useful.

I took the mmutf8fix module from upstream version 7.6.4 (along with the necessary Makefile* and configure* changes), and it appears to work just fine with the RHEL 7 rsyslog-7.4.7 package (I actually patched the SRPM to build a new subpackage).  The rsyslog internal interfaces haven't changed between those versions.

Would it be possible for the RHEL package to have the mmutf8fix module added as well?

Comment 2 Tomas Heinrich 2014-09-25 12:44:12 UTC
(In reply to Chris Adams from comment #0)
> Would it be possible for the RHEL package to have the mmutf8fix module added
> as well?

I *think* it would be possible, but can't say when it would happen.

Comment 4 Rich Megginson 2015-11-20 17:37:05 UTC
(In reply to Chris Adams from comment #0)
> Would it be possible for the RHEL package to have the mmutf8fix module added
> as well?

+1

Comment 5 Rich Megginson 2016-02-03 14:54:45 UTC
Please consider this bug for 7.3

Comment 9 Radovan Sroka 2016-02-29 17:04:13 UTC
Created attachment 1131628 [details]
patch backport

Here is the patch.

It can be tested e.g. :

----------------------------------------------------------------

module( load="imuxsock")
input(type="imuxsock" socket="/tmp/socket" createpath="on")


module(load="mmutf8fix")
action(type="omfile" file="/tmp/test_orig.log")
action(type="mmutf8fix")
action(type="omfile" file="/tmp/test_fixed.log")

----------------------------------------------------------------

logger -u /tmp/socket "this is non utf8 character  >>>`echo -e "\xFF"`<<<"

and result will be:

/tmp/test_orig.log:
ibm-x3650m4-01-vm-02 root: this is non utf8 character  >>>ΓΏ<<<

/tmp/test_fixed.log:
ibm-x3650m4-01-vm-02 root: this is non utf8 character  >>> <<<

Comment 14 errata-xmlrpc 2016-11-04 05:34:59 UTC
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/RHEA-2016-2401.html


Note You need to log in before you can comment on or make changes to this bug.