# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. group_wise_iaayyyy = { plugin_version = "1.0.1" # Initial creation - 1.0 # 2010-12-14 - 1.0.1 - MSG - Edited info lines. info.1.manfacturer = "Novell" info.1.device = "GroupWise Internet Agent Accounting (4-digit years)" info.1.version.1 = "" # The name of the log format log.format.format_label = "GroupWise Internet Agent Accounting Log Format (4-digit years)" 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 = "^[IO],[0-9]+/[0-9]+/[0-9][0-9][0-9][0-9],[0-9]+:[0-9][0-9]:[0-9][0-9],[0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F]\\.[0-9A-F][0-9A-F][0-9A-F]:[0-9]+:[0-9]+,[^,]*,[^,]*,[^,]*,[^,]*,[^,]*,[^,]*,[^,]*,[^,]*,[^,]*,[^,]*,[^,]*,[^,]*,[0-9]*,[0-9]*,[0-9]*,[0-9]*" # This regular expression is used to parse the log fields out of the log entry log.format.parsing_regular_expression = "^([IO]),([0-9]+/[0-9]+/[0-9][0-9][0-9][0-9]),([0-9]+:[0-9][0-9]:[0-9][0-9]),([0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F]\\.[0-9A-F][0-9A-F][0-9A-F]:[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 = "m/d/yyyy" log.format.time_format = "h:mm:ss" statistics.miscellaneous.entry_name = "messages" # Log fields log.fields = { in_out = { label = "$lang_stats.field_labels.in_out" type = "flat" index = 0 subindex = 0 } # in_out 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 message_id = { label = "$lang_stats.field_labels.message_id" type = "flat" index = 0 subindex = 0 } # message_id domain = { label = "$lang_stats.field_labels.domain" type = "flat" index = 0 subindex = 0 } # domain post_office = { label = "$lang_stats.field_labels.post_office" type = "flat" index = 0 subindex = 0 } # post_office user = { label = "$lang_stats.field_labels.user" type = "flat" index = 0 subindex = 0 } # user inet_user = { label = "$lang_stats.field_labels.inet_user" type = "flat" index = 0 subindex = 0 } # inet_user size = { label = "$lang_stats.field_labels.size" type = "size" index = 0 subindex = 0 hierarchy_dividers = "." left_to_right = false leading_divider = "false" } # size } # 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 in_out = { label = "$lang_stats.field_labels.in_out" log_field = "in_out" type = "string" suppress_top = 0 suppress_bottom = 2 } # in_out domain = { label = "$lang_stats.field_labels.domain" log_field = "domain" type = "string" suppress_top = 0 suppress_bottom = 2 } # domain post_office = { label = "$lang_stats.field_labels.post_office" log_field = "post_office" type = "string" suppress_top = 0 suppress_bottom = 2 } # post_office user = { label = "$lang_stats.field_labels.user" log_field = "user" type = "string" suppress_top = 0 suppress_bottom = 2 } # user inet_user = { label = "$lang_stats.field_labels.inet_user" log_field = "inet_user" type = "string" suppress_top = 0 suppress_bottom = 2 } # inet_user } # database.fields database.numerical_fields = { messages = { label = "$lang_stats.field_labels.messages" default = true requires_log_field = false type = "int" display_format_type = "integer" entries_field = true } # messages size = { label = "$lang_stats.field_labels.size" default = false requires_log_field = true log_field = "size" type = "float" display_format_type = "bandwidth" } # size } # database.numerical_fields log.filters = { mark_entry = { label = '$lang_admin.log_filters.mark_entry_label' comment = '$lang_admin.log_filters.mark_entry_comment' value = 'messages = 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 = "" in_out = true domain = true post_office = true user = true inet_user = true } # report_groups } # create_profile_wizard_options not_supported = { visitors = true sessions = true pageviews = true individualhosts = true } # not_supported } # group_wise_iaayyyy