apyshchyk
(Andriy)
October 23, 2017, 7:06pm
2
Have the same issue with new Kibana.
Described it here - Dashboard performance issue · Issue #14514 · elastic/kibana · GitHub
Basically - reason because of adding
{
"query_string": {
"query": "*",
"analyze_wildcard": true
}
},
automatically to visualization
and added comment with screenshots here in forum
Kibana 5.5:
Elasticsearch 5.5:
CentOS 7:
all browsers:
Hi all, I noticed huge performance issue with Kibana Dashboards. I have Visualization, already tuned to use "match_all": {} for better performance
[image]
but when I add this visualization to dashboard, and look into generated request, I have different request, which works slower
[image]
Why Dashboard modified visualization query in such way? How to prevent Dashboar…