Check your network connection and try again. Code 413

Good morning,

All good? I wanted to know if you know the cause of this error?

This error only happens when I create the dashbords, it gives this error, but if I change the field name it resolves it, but then it gives the same error

Hello @Leomar.V.

You are probably hitting the server.maxPayload Kibana setting.
Before increasing it, confirm it by opening the Developer Tools.
There should be an error like:

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

Thanks!