# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. digital_insight_magnet = { # Initial creation - 1.0 # 2010-11-02 - 1.0.1 - MSG - Edited info lines. info.1.manfacturer = "Digital Insight" info.1.device = "Magnet" info.1.version.1 = "" # The name of the log format log.format.format_label = "Digital Insight Magnet Log Format" log.miscellaneous.log_data_type = "generic" log.miscellaneous.log_format_type = "other" # The log is in this format if any of the first ten lines match this regular expression log.format.autodetect_regular_expression = "^\"[0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9]\",\"[0-9][0-9]:[0-9][0-9]:[0-9][0-9]\",\"[^\"]*\",\"[^\"]*\",\"[^\"]*\",\"[^\"]*\",\"[^\"]*\",[0-9]*,\"[^\"]*\"$" # The format of dates and times in this log log.format.date_format = "auto" log.format.time_format = "auto" # Use comma as the field separator log.format.field_separator = "," statistics.miscellaneous.entry_name = "events" # Log fields log.fields = { date = { label = "$lang_stats.field_labels.date" type = "date" index = 1 subindex = 0 hierarchy_dividers = "" left_to_right = false leading_divider = "false" } # date time = { label = "$lang_stats.field_labels.time" type = "time" index = 2 subindex = 0 hierarchy_dividers = "" left_to_right = false leading_divider = "false" } # time customer = { label = "customer" type = "flat" index = 3 subindex = 0 } # customer user = { label = "$lang_stats.field_labels.user" type = "flat" index = 4 subindex = 0 } # user service = { label = "$lang_stats.field_labels.service" type = "flat" index = 5 subindex = 0 } # service ssvc = { label = "ssvc" type = "flat" index = 6 subindex = 0 } # ssvc error = { label = "$lang_stats.field_labels.error" type = "flat" index = 7 subindex = 0 } # error cnt = { label = "cnt" type = "flat" index = 8 subindex = 0 } # cnt description = { label = "$lang_stats.field_labels.description" type = "flat" index = 9 subindex = 0 } # description } # log.fields # Database fields database.fields = { date_time = { label = "$lang_stats.field_labels.date_time" log_field = "date_time" type = "string" suppress_top = 0 suppress_bottom = 3 display_format_type = "date_time" } # date_time day_of_week = { label = "$lang_stats.field_labels.day_of_week" log_field = "day_of_week" type = "string" suppress_top = 0 suppress_bottom = 2 display_format_type = "day_of_week" } # day_of_week hour_of_day = { label = "$lang_stats.field_labels.hour_of_day" log_field = "hour_of_day" type = "string" suppress_top = 0 suppress_bottom = 2 display_format_type = "hour_of_day" } # hour_of_day customer = { label = "customer" log_field = "customer" type = "string" suppress_top = 0 suppress_bottom = 2 } # customer user = { label = "$lang_stats.field_labels.user" log_field = "user" type = "string" suppress_top = 0 suppress_bottom = 2 } # user service = { label = "$lang_stats.field_labels.service" log_field = "service" type = "string" suppress_top = 0 suppress_bottom = 2 } # service ssvc = { label = "ssvc" log_field = "ssvc" type = "string" suppress_top = 0 suppress_bottom = 2 } # ssvc error = { label = "$lang_stats.field_labels.error" log_field = "error" type = "string" suppress_top = 0 suppress_bottom = 2 } # error cnt = { label = "cnt" log_field = "cnt" type = "string" suppress_top = 0 suppress_bottom = 2 } # cnt description = { label = "$lang_stats.field_labels.description" log_field = "description" type = "string" suppress_top = 0 suppress_bottom = 2 } # description } # database.fields #log_filters # standard # do_b # "" "" "" "" "" # copy_field "" "" "visitor id" "user" # goto_next_filter "" "" "" "" # "" # filter_end database.numerical_fields = { events = { label = "$lang_stats.field_labels.events" default = true requires_log_field = false type = "int" display_format_type = "integer" entries_field = true } # events } # database.numerical_fields log.filters = { mark_entry = { label = '$lang_admin.log_filters.mark_entry_label' comment = '$lang_admin.log_filters.mark_entry_comment' value = 'events = 1;' } # mark_entry } # log.filters create_profile_wizard_options = { date_time_tracking = true # How the reports should be grouped in the report menu report_groups = { date_time_group = "" customer = true user = true service = true ssvc = true error = true cnt = true description = true } # report_groups } # create_profile_wizard_options not_supported = { sessions = true individualhosts = true pageviews = true bandwidth = true visitors = true } # not_supported } # digital_insight_magnet