You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Christian Tramnitz (JIRA)" <ji...@apache.org> on 2017/05/10 12:42:04 UTC

[jira] [Commented] (METRON-941) native PaloAlto parser corrupts message when having a comma in the payload

    [ https://issues.apache.org/jira/browse/METRON-941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16004620#comment-16004620 ] 

Christian Tramnitz commented on METRON-941:
-------------------------------------------

Does anyone have objection against using Guava Splitter rather than String.split? It can be configured to ignore quoted delimiters (and should be faster).

> native PaloAlto parser corrupts message when having a comma in the payload
> --------------------------------------------------------------------------
>
>                 Key: METRON-941
>                 URL: https://issues.apache.org/jira/browse/METRON-941
>             Project: Metron
>          Issue Type: Bug
>    Affects Versions: 0.4
>         Environment: full-dev master
>            Reporter: Christian Tramnitz
>            Priority: Minor
>
> When a data field contains a comma (i.e. the URL, not too uncommon), the split(",") kicks in and the rest of the message if off by few fields due to positional definition.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)