Put data error as the Docs guides

Hi ,
I have run the ElasticSearch.bat and Kibana.bat on windows correctly with the version of 6.3.0.
on the Devtools page ,I copy the data from the user Guide , therefore ,I received unexpected repsonse like this.

I have tested the console function. It can only repsonse with Get command.

I don't know why this happened .

#Input
PUT /megacorp/employee/1
{
"first_name" : "John",
"last_name" : "Smith",
"age" : 25,
"about" : "I love to go rock climbing",
"interests": [ "sports", "music" ]
}
#Response:
{
"statusCode": 504,
"error": "Gateway Time-out",
"message": "Client request timeout"
}

Sounds like an issue with a load balancer or proxy to me. Are you accessing Kibana through a proxy or load balancer? Is Kibana accessing Elasticsearch in that manner?

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