performance - Kibana spinning for a long time -
we create es kibana installed. there 2 indices within it. 1 index test has 1000 documents. search in kibana , works , returned result immediately. other index push real data 40,000 documents. when search something, kibana _source section keep spinning >50 minutes while 'document types' section return immediately.
i used curl tool query second index manually , return immediately.
i compare mapping of these 2 indices , difference didn't use 'store' -> true in second document properties(some used). possible reason?
this resolved. fact added json document without quote. es smart fix not in _source. however, kibana utilize _source in table field.
Comments
Post a Comment