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

ASF GitHub Bot commented on METRON-449:
---------------------------------------

Github user cestella commented on the issue:

    https://github.com/apache/incubator-metron/pull/271
  
    No, ES uses ':' and modifies the keys upon write converting '.' to ':'.
    Before that, '.' is the preferred source.  I'm hoping we can go back to '.'
    eventually.  Also, non-ES indices are perfectly fine with '.'.
    
    On Mon, Sep 26, 2016 at 11:59 AM, ottobackwards <notificati...@github.com>
    wrote:
    
    > @cestella <https://github.com/cestella> , from looking at the ES
    > templates etc, it seems that ':' is used as the name separator and not 
'.'.
    > Should the the unfolding not use the same?
    >
    > —
    > You are receiving this because you were mentioned.
    > Reply to this email directly, view it on GitHub
    > 
<https://github.com/apache/incubator-metron/pull/271#issuecomment-249613819>,
    > or mute the thread
    > 
<https://github.com/notifications/unsubscribe-auth/AAg-x-luOvx1Ebrf2a3eH3JTi9nEd5rrks5qt-v4gaJpZM4KFphg>
    > .
    >



> JSON Parser should handle arbitrarily deep nesting of maps
> ----------------------------------------------------------
>
>                 Key: METRON-449
>                 URL: https://issues.apache.org/jira/browse/METRON-449
>             Project: Metron
>          Issue Type: Improvement
>    Affects Versions: 0.2.1BETA
>            Reporter: Otto Fowler
>
> The JSONMapParser's unfolding function only unfolds maps at the root level
> such as "collection" : { "blah" : 7, "blah2" : "foo" }.
> This limits the utility of the parser, since it is likely that someone would 
> have to do a good deal of transformation before hand.
> The ability for the parser to handle nested objects ( maps ) to arbitrary 
> depth would greatly add to the utility of this parser.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to