[ 
https://jira.duraspace.org/browse/DS-522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Peter Dietz resolved DS-522.
----------------------------

       Resolution: Won't Fix
    Fix Version/s:     (was: 1.7.0)

I'm not sure if there is much interest in this feature, and I no longer need 
the functionality, so I'm closing this as Won't Fix. 

> Script to convert Apache accesslog data into solr stats records
> ---------------------------------------------------------------
>
>                 Key: DS-522
>                 URL: https://jira.duraspace.org/browse/DS-522
>             Project: DSpace
>          Issue Type: New Feature
>          Components: Solr
>    Affects Versions: 1.6.0, 1.6.1
>            Reporter: Peter Dietz
>            Assignee: Peter Dietz
>         Attachments: DS-ApacheLogConverter-1.patch, 
> DS-ApacheLogConverter-1b.patch
>
>
> Patch added that allows Apache's access log data to be used to possible 
> supplant dspace.log data.
> Before running clean up your access log with an awk command.
> awk '{print $4,$5,",",$7,",","DB",",","anonymous",",",$1}' 
> /path/to/access_log > /path/out/access_log_intermediate
> Then this command can be invoked with dspace.
> [dspace/bin/] ./dspace stats-apachelog-converter -i 
> /path/out/access_log_intermediate -o /path/solr/solrready
> Currently, it skips "/dspace/retrieve/40199/1990-RA-01.jpg.jpg" entries.
> Check it out, and helpful find some bugs in it for me to fix. The rationale 
> for wanting to add this is because our dspace.log files got rolled over into 
> dspace.log.0 -- dspace.log.500, thus we have some missing data that this 
> converter could fill the void for.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.duraspace.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to