[tor-bugs] #22428 [Metrics/CollecTor]: add webstats module to collector

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Sep 20 09:21:33 UTC 2017


#22428: add webstats module to collector
-------------------------------+-----------------------------------
 Reporter:  iwakeh             |          Owner:  iwakeh
     Type:  enhancement        |         Status:  needs_information
 Priority:  Medium             |      Milestone:  CollecTor 1.4.0
Component:  Metrics/CollecTor  |        Version:
 Severity:  Normal             |     Resolution:
 Keywords:                     |  Actual Points:
Parent ID:                     |         Points:
 Reviewer:                     |        Sponsor:
-------------------------------+-----------------------------------
Changes (by iwakeh):

 * status:  accepted => needs_information


Comment:

 Two more properties are necessary; here a list of all properties for the
 webstats module:
 {{{
 ######## Tor Weblogs ########
 #
 ## Define descriptor sources
 #  possible values: Local, Sync
 WebstatsSources = Local
 ## Relative path to directory to import logfiles from.
 WebstatsLocalOrigins = in/webstats
 # Location for keeping temporary log before publication.
 WebstatsTemporaryPath = temp-webstats
 # Date from which to calculate publishable sanitized logs.
 # Default value 'Now' uses the current system date.
 # Format for fixed dates: yyyymmdd
 # Example: WebstatsReferenceDate = 20170801
 WebstatsReferenceDate = Now
 }}}

 WebstatsSources and WebstatsSources are the usual ones for CollecTorMain
 modules and just added here for completeness.

 WebstatsTemporaryPath: specifies the work directory for CollecTor, because
 logs have to be two days old before being published.

 WebstatsReferenceDate: enables bulk imports up to a certain date.  Default
 setting uses the system date.

 Does this make sense?

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/22428#comment:24>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list