{
"statusCode": 413,
"error": "Request Entity Too Large",
"message": "Payload content length greater than maximum allowed: 1048576"
}
Getting the above error while updating the json data in kibana. File size is huge so its restricting due to security reason.
I need to update this huge json data using python. Can anyone suggest to update large data using python