I am trying to write simple features with/without geometry to elasticsearch. I tried different params but always get this error
ELASTICSEARCH writer: {"error":{"root_cause":e{"type":"illegal_argument_exception","reason":"Types cannot be provided in put mapping requests, unless the include_type_name parameter is set to true."}],"type":"illegal_argument_exception","reason":"Types cannot be provided in put mapping requests, unless the include_type_name parameter is set to true."},"status":400}
Does anyone have a clue?