ed de created METRON-567: ---------------------------- Summary: Usernames as numerics strings attempted to be parsed and compared as numbers Key: METRON-567 URL: https://issues.apache.org/jira/browse/METRON-567 Project: Metron Issue Type: Bug Affects Versions: 0.2.1BETA Environment: Linux CentOS 6.5 252GB RAM HDP 2.5 16TB HDD Reporter: ed de Priority: Minor
1. Windows logs are being ingested through Nifi, most usernames are number (ex: 423191384) 2. Windows parser Grok pattern for element "usrName" has been modified to and from : GREEDYDATA, NUMBER, WORD, USERNAME. 3. An enrichment has been flatline loaded into Hbase containing department, manager, firstname, lastname, etc. 4. The enrichment works if the usrName is characters (ex: DONALDDUCK) 5. The consistent error message is "cannot cast java.lang.Long to java.lang.String". This is readily apparent in the enrichment log under /var/log/storm/enrichment* To recreate, build a parser that looks for a username, then build a simple enrichment, then feed a sample of numeric and non-numeric username logs through the system and see which one parses and enriches. -- This message was sent by Atlassian JIRA (v6.3.4#6332)