আমার ইলাস্টিক অনুসন্ধান 5.2 ছিল এবং সবেমাত্র 6.0 এ আপগ্রেড হয়েছিল।
আমি এখানে গাইড অনুসরণ করে একটি সূচক টেম্পলেট তৈরি করার চেষ্টা করছি , তবে ত্রুটি পেয়েছে
Content-Type header [application/x-www-form-urlencoded] is not supported
আমার জিজ্ঞাসা হয়
curl -X PUT localhost:9200/_template/template_1 -d '
{
"index_patterns": ["te*", "bar*"],
"mappings": {
"type1": {
"properties": {
"host_name": {
"type": "keyword"
}
}
}
}
}'