You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Ryan Merriman (JIRA)" <ji...@apache.org> on 2018/01/02 16:22:00 UTC

[jira] [Created] (METRON-1385) Missing "properties" in index template causes ElasticsearchColumnMetadataDao.getColumnMetadata to fail

Ryan Merriman created METRON-1385:
-------------------------------------

             Summary: Missing "properties" in index template causes ElasticsearchColumnMetadataDao.getColumnMetadata to fail
                 Key: METRON-1385
                 URL: https://issues.apache.org/jira/browse/METRON-1385
             Project: Metron
          Issue Type: Bug
            Reporter: Ryan Merriman
            Assignee: Ryan Merriman


It is possible to add an ES mapping to an index that does not have a "properties" property.  This causes a NPE because the ElasticsearchColumnMetadataDao.getColumnMetadata method expects it to be there.  It should safely skip the mapping instead.



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