Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 98291200D4B for ; Mon, 27 Nov 2017 11:38:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 967EC160C13; Mon, 27 Nov 2017 10:38:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DCCCB160C02 for ; Mon, 27 Nov 2017 11:38:07 +0100 (CET) Received: (qmail 63501 invoked by uid 500); 27 Nov 2017 10:38:07 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 63492 invoked by uid 99); 27 Nov 2017 10:38:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2017 10:38:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 5AB9E18030B for ; Mon, 27 Nov 2017 10:38:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id TRirXDMN5PEN for ; Mon, 27 Nov 2017 10:38:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 1B7A45F1B3 for ; Mon, 27 Nov 2017 10:38:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 62EABE06C7 for ; Mon, 27 Nov 2017 10:38:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 22920241A0 for ; Mon, 27 Nov 2017 10:38:00 +0000 (UTC) Date: Mon, 27 Nov 2017 10:38:00 +0000 (UTC) From: =?utf-8?Q?Maciej_Bry=C5=84ski_=28JIRA=29?= To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-17649) Fix Logfeeder input configs for hdfs and hbase MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 27 Nov 2017 10:38:08 -0000 [ https://issues.apache.org/jira/browse/AMBARI-17649?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 266634#comment-16266634 ]=20 Maciej Bry=C5=84ski commented on AMBARI-17649: ----------------------------------------- I've got a problem with hdfs-audit.log 2017-11-24 16:07:39,747 [file=3Dhdfs-audit.log] ERROR org.apache.ambari.log= feeder.util.LogFeederUtil (LogFeederUtil.java:303) - Error parsing string. = length=3D337, input=3Dinput:source=3Dfile, path=3D/var/log/hadoop/hdfs/hdfs= -audit.log. First upto 100 characters=3Dname=3Dnull, pair=3Dugi=3Duid=3Dbig= data-hive_bind,cn=3Dusers,cn=3Daccounts,dc=3Dbmit,dc=3Dlocal (auth:PROXY) v= ia ... I think split pattern "=3D" can't handle multiple "=3D" signs. Also this line could be a problem. https://github.com/apache/ambari/blob/trunk/ambari-logsearch/ambari-logsear= ch-logfeeder/src/main/java/org/apache/ambari/logfeeder/filter/FilterKeyValu= e.java#L81 > Fix Logfeeder input configs for hdfs and hbase > ---------------------------------------------- > > Key: AMBARI-17649 > URL: https://issues.apache.org/jira/browse/AMBARI-17649 > Project: Ambari > Issue Type: Bug > Components: ambari-logsearch > Affects Versions: 2.4.0 > Reporter: Oliv=C3=A9r Szab=C3=B3 > Assignee: Oliv=C3=A9r Szab=C3=B3 > Fix For: 2.4.0 > > > hdfs audit log is not parsed, same with hbase if custom there is a custom= hbase user -- This message was sent by Atlassian JIRA (v6.4.14#64029)