Analysis with Lens Table return statusCode: 413

I have an enviroment with Kibana v7.14.1 e I created an analysis with lens component that return the error

{statusCode: 413, error: "Request Entity Too Large",…}
error: "Request Entity Too Large"
message: "Payload content length greater than maximum allowed: 1048576"
statusCode: 413

I attach the screenshot with error.
error

Can you help me?

You need change value of config.

server.maxPayload
The maximum payload size in bytes for incoming server requests. Default: 1048576. To learn more, check Configure Kibana.

Thanks for replying. this parameter is also good for the kibana version 7.14.1?

I believe so.

Thanks, it works!

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