0
我是很新的Elasticsearch.Using ES 5.1.1,我試圖創建下面的簡單指標:Elasticsearch創建索引錯誤出
curl -XPOST "http://localhost:9200/user" -d'
{
"mappings": {
"post": {
"properties": {
"first_name": {
"type": "string"
},
"last_name": {
"type": "string"
},
"birth_date": {
"type": "date"
}
}
}
}
}'
但我得到一個HTTP 400以下錯誤消息:
No handler found for uri [/user] and method [POST]
那是的,非常感謝你的及時回覆! –
很高興幫助! – Val