# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. aladdin_esafe_gateway = { plugin_version = "1.0.1" # Initial creation - 1.0 # 2010-10-07 - 1.0.1 - MSG - Edited info lines. info.1.manfacturer = "Aladdin" info.1.device = "eSafe Gateway" info.1.version.1 = "" info.2.manfacturer = "SafeNet" info.2.device = "eSafe Gateway" info.2.version.1 = "" # The name of the log format log.format.format_label = "Aladdin Esafe Gateway Log Format" log.miscellaneous.log_data_type = "firewall" log.miscellaneous.log_format_type = "mail_server" # 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];[^;]*;[^;]*;[^;]*;[^;]*;[^;]*;[^;]*" # The format of dates and times in this log log.format.date_format = "mm/dd/yy" log.format.time_format = "hh:mm:ss" # Logs fields are separated by a comma 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 protocol = { label = "$lang_stats.field_labels.protocol" type = "flat" index = 3 subindex = 0 } # protocol event = { label = "$lang_stats.field_labels.event" type = "flat" index = 4 subindex = 0 } # event file = { label = "$lang_stats.field_labels.file" type = "page" index = 5 subindex = 0 hierarchy_dividers = "" left_to_right = false leading_divider = "false" } # file source = { label = "$lang_stats.field_labels.source" type = "host" index = 6 subindex = 0 hierarchy_dividers = "." left_to_right = false leading_divider = "false" } # source destination = { label = "$lang_stats.field_labels.destination" type = "flat" index = 7 subindex = 0 } # destination details = { label = "$lang_stats.field_labels.details" type = "flat" index = 8 subindex = 0 } # details } # 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 protocol = { label = "$lang_stats.field_labels.protocol" log_field = "protocol" type = "string" suppress_top = 0 suppress_bottom = 2 } # protocol event = { label = "$lang_stats.field_labels.event" log_field = "event" type = "string" suppress_top = 0 suppress_bottom = 2 } # event file = { label = "$lang_stats.field_labels.file" log_field = "file" type = "string" suppress_top = 0 suppress_bottom = 2 } # file source = { label = "$lang_stats.field_labels.source" log_field = "source" type = "string" suppress_top = 0 suppress_bottom = 2 } # source destination = { label = "$lang_stats.field_labels.destination" log_field = "destination" type = "string" suppress_top = 0 suppress_bottom = 2 } # destination details = { label = "$lang_stats.field_labels.details" log_field = "details" type = "string" suppress_top = 0 suppress_bottom = 2 } # details } # database.fields # Log Filters 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 log.field_options = { sessions_page_field = "file" sessions_visitor_id_field = "source" sessions_event_field = "page_views" } # log.field_options database.numerical_fields = { events = { label = "$lang_stats.field_labels.events" default = false requires_log_field = false type = "int" display_format_type = "integer" entries_field = true } # events 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 = "source" type = "unique" display_format_type = "integer" } # visitors } # database.numerical_fields create_profile_wizard_options = { date_time_tracking = true host_tracking = true # How the reports should be grouped in the report menu report_groups = { date_time_group = "" protocol = true event = true file = true source = true destination = true details = true } # report_groups } # create_profile_wizard_options not_supported = { } # not_supported } # aladdin_esafe_gateway