Discover returns bad request error when one doc has a field with 1000000+ Bytes #78947
Labels
Feature:Discover
Discover Application
Feature:Highlight
Highlighting of content via query
Feature:Search
Querying infrastructure in Kibana
Kibana version:
7.9.2
Elasticsearch version:
7.9.1
Describe the bug:
This is a result of elastic/elasticsearch#52155 and the fact by default highlighting is enabled on Discover application (disabling it in advanced options)
Steps to reproduce:
Browser network trace shows response from elasticsearch was :
Stack trace from screenshot :
Expected behavior:
More meaningful error - or no error
Screenshots (if relevant):
Any additional context:
I am mostly opening this to ensure this is tracked along with elastic/elasticsearch#52155, the latest proposition of a fix to return partial highlighting instead of error at elasticsearch level should require no change on kibana (the previous proposition with some ignore_above if it is what is implemented would required kibana code change)
The text was updated successfully, but these errors were encountered: