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)