You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/01 17:38:00 UTC

[jira] [Commented] (METRON-1056) Get field types from Elasticsearch

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

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

Github user james-sirota commented on a diff in the pull request:

    https://github.com/apache/metron/pull/662#discussion_r130675495
  
    --- Diff: metron-platform/metron-indexing/src/test/java/org/apache/metron/indexing/dao/IndexingDaoIntegrationTest.java ---
    @@ -27,28 +28,32 @@
     import org.json.simple.parser.ParseException;
     import org.junit.*;
     
    +import java.io.IOException;
    +import java.util.Arrays;
    +import java.util.Collections;
     import java.util.List;
    +import java.util.Map;
     
    --- End diff --
    
    @ottobackwards are you ok with this PR? Can this get a +1 from you? 


> Get field types from Elasticsearch
> ----------------------------------
>
>                 Key: METRON-1056
>                 URL: https://issues.apache.org/jira/browse/METRON-1056
>             Project: Metron
>          Issue Type: Improvement
>            Reporter: Ryan Merriman
>
> We need a way to retrieve field types from Elasticsearch for a specified list of indices.  This will also be exposed through our indexing DAO layer with Elasticsearch being the initial implementation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)