Error in creating index by Google elasticsearch head plug-in

Error creating index

“error” : “Content-Type header [application/x-www-form-urlencoded] is not supported”

Solution

Find the vendor.js file under the elasticsearch head plug-in directory
global search application/x-www-form-urlencoded, and replace application/x-www-form-urlencoded with application/JSON; Charset = UTF-8.

Read More: