Hello,
I'm running a dockerized elastic cluster composed of 3 master and 3 data nodes on AWS instances, using rsyslog and logstash, i collect and store syslog events on elasticsearch index.
till now everything was good until trying to build a vizualization dashboard on kibana.
working on kibana i notice that the request take too much time (even on a small number of syslog message 'less than 5000 records').
The following error 'Loading chunk 20 failed.' is repeated a lot.
@carly.richmond no plugin installed.i really appreciate your help.
the good news is that the issue fixed, and cannot believe that the cause of all this pain was Nginx even (basic nginx config), after setting header "connection" to "upgrade" everything works nice.
proxy_set_header Connection 'upgrade';
unset header, issue return.
Hope that help others suffering same issue.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.