packet_dynamics = { # The name of the log format log.format.format_label = "Packet Dynamics Log Format" log.miscellaneous.log_data_type = "generic_w3c" log.miscellaneous.log_format_type = "internet_device" # The log is in this format if any of the first three lines match this regular expression log.format.autodetect_regular_expression = "^#Software: Packet Dynamics w3cLogExport" log.format.autodetect_lines = "3" # Don't track these fields as discrete database fields auto_setup.omit_database_fields = "bytes,time_taken" # Log Filters log.filters = { # This filter copies the client IP field to the "x-user" field, so we will use client IPs as visitor ids. mark_entry = { label = '$lang_admin.log_filters.mark_entry_label' comment = '$lang_admin.log_filters.mark_entry_comment' value = 'hits = 1;' } # mark_entry } # log.filters database.numerical_fields = { hits = { label = "$lang_stats.field_labels.hits" default = false requires_log_field = false type = "int" display_format_type = "integer" entries_field = true } # hits page_views = { label = "$lang_stats.field_labels.page_views" default = true requires_log_field = false type = "int" display_format_type = "integer" } # page_views visitors = { label = "$lang_stats.field_labels.visitors" default = false requires_log_field = true log_field = "x_user" type = "unique" display_format_type = "integer" } # visitors } # database.numerical_fields create_profile_wizard_options = { # How the reports should be grouped in the report menu report_groups = { date_time_group = "" } # report_groups } # create_profile_wizard_options not_supported = { individualhosts = true } # not_supported } # packet_dynamics