elastic / makelogs

109 stars 44 forks source link

Fix mapper_parsing_exception #29

Closed Bargs closed 7 years ago

Bargs commented 7 years ago

ES is now throwing exceptions when match_mapping_type contains an invalid value. text is an invalid value, we must use string for this particular property. Makelogs would get this error and stop execution, failing to index any documents or create a template.

thomasneirynck commented 7 years ago

I tested this and it works with latest ES master after https://github.com/elastic/elasticsearch/pull/22090

This change also does not affect using older versions of ES.