Hello folks,
Newbie to ELK.
I have downloaded shakespeare.json file from elastic.co site to practice Queries from Kibana console. when I try to index the JSON document using the following request, I get the following error.
{
"statusCode": 400,
"error": "Bad Request",
"message": "Payload content length greater than maximum allowed: 1048576"
}
Any suggestions please?
Thank You