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?
KQL is turned on.
No errors in browser
