# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. micro_tech_image_maker_media = { # The name of the log format log.format.format_label = "MicroTech ImageMaker Media Log Format" log.miscellaneous.log_data_type = "error" log.miscellaneous.log_format_type = "application" # 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]*, *[A-Za-z]*[0-9]*, *[^,]*, *[^,]* *[^,]*, *[^,]*, *[^,]*, .*$" # This regular expression is used to parse the log fields out of the log entry log.format.parsing_regular_expression = "^([0-9]*/[0-9]*/[0-9]*) ([0-9]*:[0-9]*:[0-9]*), *[A-Za-z]*([0-9]*), *([^,]*), *([^,]*), *([^,]*), *([^,]*), *([^,]*), *(.*)$" # The format of dates and times in this log log.format.date_format = "mm/dd/yy" log.format.time_format = "hh:mm:ss" # Log fields log.fields = { date = { label = "$lang_stats.field_labels.date" type = "date" index = 0 subindex = 0 hierarchy_dividers = "" left_to_right = false leading_divider = "false" } # date time = { label = "$lang_stats.field_labels.time" type = "time" index = 0 subindex = 0 hierarchy_dividers = "" left_to_right = false leading_divider = "false" } # time work_order = { label = "$lang_stats.field_labels.work_order" type = "flat" index = 0 subindex = 0 } # work_order disc_name = { label = "$lang_stats.field_labels.disc_name" type = "flat" index = 0 subindex = 0 } # disc_name seq = { label = "$lang_stats.field_labels.seq" type = "flat" index = 0 subindex = 0 } # seq good = { label = "$lang_stats.field_labels.good" type = "flat" index = 0 subindex = 0 } # good drive = { label = "$lang_stats.field_labels.drive" type = "flat" index = 0 subindex = 0 } # drive printer = { label = "$lang_stats.field_labels.printer" type = "flat" index = 0 subindex = 0 } # printer last = { label = "$lang_stats.field_labels.last" type = "flat" index = 0 subindex = 0 } # last } # 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 work_order = { label = "$lang_stats.field_labels.work_order" log_field = "work_order" type = "string" suppress_top = 0 suppress_bottom = 2 } # work_order disc_name = { label = "$lang_stats.field_labels.disc_name" log_field = "disc_name" type = "string" suppress_top = 0 suppress_bottom = 2 } # disc_name seq = { label = "$lang_stats.field_labels.seq" log_field = "seq" type = "string" suppress_top = 0 suppress_bottom = 2 } # seq good = { label = "$lang_stats.field_labels.good" log_field = "good" type = "string" suppress_top = 0 suppress_bottom = 2 } # good drive = { label = "$lang_stats.field_labels.drive" log_field = "drive" type = "string" suppress_top = 0 suppress_bottom = 2 } # drive printer = { label = "$lang_stats.field_labels.printer" log_field = "printer" type = "string" suppress_top = 0 suppress_bottom = 2 } # printer last = { label = "$lang_stats.field_labels.last" log_field = "last" type = "string" suppress_top = 0 suppress_bottom = 2 } # last } # database.fields database.numerical_fields = { hits = { label = "$lang_stats.field_labels.hits" default = true requires_log_field = false type = "int" display_format_type = "integer" entries_field = true } # hits } # database.numerical_fields log.filters = { 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 create_profile_wizard_options = { date_time_tracking = true # How the reports should be grouped in the report menu report_groups = { date_time_group = "" work_order = true disc_name = true seq = true good = true drive = true printer = true last = true } # report_groups } # create_profile_wizard_options not_supported = { visitors = true sessions = true pageviews = true bandwidth = true individualhosts = true } # not_supported } # micro_tech_image_maker_media