Huge json data update in kibana using python

{
"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

There is the server.maxPayloadBytes setting in kibana.yml you can increase for your instance.

https://www.elastic.co/guide/en/kibana/current/settings.html

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