I have indexed about large number of documents which contains near about 100 millions of data through apache solr 6.1.0 version. After that when I try to access banana dashboard it shows blank pie charts and bar charts on banana dashboard. Following error has been shown in console when I try to access the banana dashboard page:
Uncaught Error: Load timeout for modules: jquery.flot.pie,jquery.flot.selection,jquery.flot.time,jquery.flot.stack,jquery.flot.stackpercent,panels/histogram/interval
For small amount of data it loads successfully. But for a bigger amount of data it is giving me this error.
I have indexed these whole 100 million data in one single core of solr. After doing lot of google search I have found one solution to index such amount of use Sharding concept. Due to Sharding, data gets divided into different cores but after doing sharding also there is no option to show different shard cores data on the single banana dashboard.
So how to achieve the target of indexing such a large number of data into apache solr, and after that, the same data should be shown on banana dashboard. I have to index more than 100 million data. But Before that at least this should work for 100 million data.
Please help me out of this problem. Thanks in advance.