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
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!
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.