[ELK Stack] 04. ElasticSearch Create, Read, Delete (Post, Get, Put, Delete)

preview_player
Показать описание
Describe and Practice how to create, delete and read documents in Elastic Search using REST api.

English Subtitle is ready, please click CC button on youtube video.
Рекомендации по теме
Комментарии
Автор

Thanks, :'( Finally a proper elasticsearch rest basic concept video

shivamsingh-czod
Автор

English Subtitle is ready, please click CC button on youtube video.

TheEasyoung
Автор

How to create more than one mapping type in an index?

swarajgupta
Автор

Where is the link to your Github repo for the source code ?

Tanzeel
Автор

ElasticSearch 6.0 add -H 'Content-Type: application/json' when post with *.json file

李永乐老师的小朋友
Автор

Your video example working, but I had an issue - can plz help ?

curl -XPOST -d @sample.json
{
"error" : {
"root_cause" : [
{
"type" : "mapper_parsing_exception",
"reason" : "failed to parse"
}
],
"type" : "mapper_parsing_exception",
"reason" : "failed to parse",
"caused_by" : {
"type" : "not_x_content_exception",
"reason" : "Compressor detection can only be called on some xcontent bytes or compressed xcontent bytes"
}
},
"status" : 400
}

Vinay_Gurram
Автор

I get this error
Anyone please help

curl -XPOST -d ' > {"title":"algorithm", "Professor":"john"} '
{"error":"Content-Type header is not supported", "status":406}

hilmandkhan