Eskiden ElasticSearch 5.2 kullanmıştım ve sadece 6.0'a yükseltilmiş.ElasticSearch - Content-Type üstbilgisi [application/x-www-form-urlencoded] desteklenmiyor
ben rehber here aşağıdaki bir indeks şablonu oluşturmak için çalışıyorum, ama hata
var amContent-Type header [application/x-www-form-urlencoded] is not supported
Benim sorgu
curl -X PUT localhost:9200/_template/template_1 -d '
{
"index_patterns": ["te*", "bar*"],
"mappings": {
"type1": {
"properties": {
"host_name": {
"type": "keyword"
}
}
}
}
}'