Maya, I was having the same issue this week. This is what I found out. In order for stats to work, you need two things:
1. The stats have to be properly configured. I think you may have that. This would be the configurations to: */config/modules/solr-statistics.cfg* AND */config/modules/usage-statistics.cfg * 2. Now... the part that was messing me up was that in */config/modules/usage-statistics.cfg*, there is one config parameter: *usage-statistics.dbfile* That should be set to a file like "GeoLite2-City.mmdb" for 6.3 This file did not come down when I did a fresh install. I suspect you may have the same issue. So you will have to get it. I found something on the tech list that said you can register at https://www.maxmind.com/en/home and download it from there, and then place it in the config directory. That is what I did. Here is the discussion about that: https://groups.google.com/g/dspace-tech/c/50ecyxxAoUs/m/XMX4X3ioBQAJ This is the line that is important in that thread: *I signed up to Maxmind and downloaded GeoLite2-City_xxxxxx.tar.gz which has the file GeoLite2-City.mmdb* So that is what I did, and now my config is: *usage-statistics.dbfile = []/config/GeoLite2-City.mmdb* If you look at the code, it says that this configuration has to be set for solr stats to work, and unfortunately if it is not, you will not get any errors in the log file. Once you have this, go view some items and download some files, you should see the counts, but not immediately, there is a delay. I think it may take 15 minutes or so for the stats to show up. Hope this helps! -Jose On Fri, Oct 16, 2020 at 6:51 AM Maya Zbitneva <[email protected]> wrote: > Good day! > > Help me please to solve the following problem. > > I installed DSpace 6.3 on Ubuntu 18. But I can't attach the function > "Statistics". I see the empty fields of statistics instead of data of > Solr statistics. > And I see the admin data of Solr on the path: > localhost:8080/solr/statistics, localhost:8080/solr. > > > > With respect, > System administrator > Zbitneva Maya > > -- > All messages to this mailing list should adhere to the DuraSpace Code of > Conduct: https://duraspace.org/about/policies/code-of-conduct/ > --- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dspace-tech/eece2175-98e5-4d8c-9f48-6e9c522e45a7n%40googlegroups.com > <https://groups.google.com/d/msgid/dspace-tech/eece2175-98e5-4d8c-9f48-6e9c522e45a7n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/CAK%3DKc-uHQrAYxp5RnHRmP%2B%3DHtBC%2BT6y%2BiH%3DWCTVsEchZOFuqHg%40mail.gmail.com.
