Kibana 7 suggest values issue

Hello everyone,
After upgrade Kibana to 7.0 from 6.8.0 value suggest in Discover tab doesn't work.
When i choosing some field I used to see suggested values for this field in Filter tab. Now it shows nothing.
The value for SuggestValues in Advanced setting for Kibana is True.
When i try to query suggestions using
GET indexname/_search
{
"aggs": {
"suggestions": {
"terms": {
"field": "field.keyword"
}
}
}
}
in dev tab i get response with suggestions and no errors.
How can i debug this issue and find a solution?

Do you see any errors in your browser console? What specific version of Kibana are you running?

Is KQL turned on in Discover?

KQL is turned on.
No errors in browser

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