Dashboard 406 error

Good day to all.
I try load beats-dashboard-1.3.1 but have this error
{"error":"Content-Type header [application/x-www-form-urlencoded] is not supported","status":406}
Loading dashboard Packetbeat-PgSQL-performance:
{"error":"Content-Type header [application/x-www-form-urlencoded] is not supported","status":406}
Loading dashboard Packetbeat-Thrift-performance:
{"error":"Content-Type header [application/x-www-form-urlencoded] is not supported","status":406}
Loading dashboard Topbeat-Dashboard:
{"error":"Content-Type header [application/x-www-form-urlencoded] is not supported","status":406}
Loading dashboard Winlogbeat-Dashboard:
{"error":"Content-Type header [application/x-www-form-urlencoded] is not supported","status":406}
Loading index pattern filebeat-*:
{"error":"Content-Type header [application/x-www-form-urlencoded] is not supported","status":406}

Help resolve this, thx

It's not error of Kibana. It's error elasticksearch.

When you trying import beats-dashboard templates and see this error.
insert this line -H "Content-Type: application/json" between ${CURL} -XPUT in load.sh script.
Line must be something like this ${CURL} -H "Content-Type: application/json" -XPUT

Then start load.sh again

I'm glad you were able to come up with a solution! Thanks for posting an update

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.