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.
ES is now throwing exceptions when
match_mapping_type
contains an invalid value.text
is an invalid value, we must usestring
for this particular property. Makelogs would get this error and stop execution, failing to index any documents or create a template.