No error message displayed to user when "Request Entity Too large" error on updating Index Pattern #111258
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Data Views
Data Views code and UI - index patterns before 8.0
Kibana version:
7.10
Elasticsearch version:
7.10
Server OS version:
elastic Cloud
Describe the bug:
Trying to update a very large index pattern in Kibana to add more fields. This fails silently, the page Is refreshed and no error message is displayed. You could actually believe that it worked. But opening the inspector and viewing the network requests shows this error
{"statusCode":413,"error":"Request Entity Too Large","message":"Payload content length greater than maximum allowed: 1048576"}
Steps to reproduce:
3.Try to update index pattern in Kibana
Expected behavior:
The index pattern should refresh
Screenshots (if relevant):
Errors in browser console (if relevant):
{"statusCode":413,"error":"Request Entity Too Large","message":"Payload content length greater than maximum allowed: 1048576"}
Provide logs and/or server output (if relevant):
Any additional context:
The text was updated successfully, but these errors were encountered: