Я пытаюсь опубликовать Json файл в elasti c поиск и ошибки ниже
curl -XPOST http://localhost/test-index/doc -H "Content-Type: application/json" -d @test.json
{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Rejecting mapping update to [test-index] as the final mapping would have more than 1 type: [_doc, doc]"}],"type":"illegal_argument_exception","reason":"Rejecting mapping update to [test-index] as the final mapping would have more than 1 type: [_doc, doc]"},"status":400}
test. json content
{
"name":"John Smith",
"age":"38"
}
am Я что-то пропустил