# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. j_esafe_session = { plugin_version = "1.0.1" # Initial creation - 1.0 1/June/2012 Y.Togawa # 2012-06-12 - 1.0.1 - GMF Added support for ¥ characters as part of File Name, since SHIFT_JIS to UTF-8 conversion converts the \ to ¥. info.1.manufacturer = "JTC " info.1.device = "eSafe Sessions (with URL category)" info.1.version.1 = "" info.2.manufacturer = "SafeNet" info.2.device = "eSafe Sessions (with URL category)" info.2.version.1 = "" # Format log_file_format value log.format.format_label = "eSafe Sessions (with URL category) JTC June/2012" log.miscellaneous.log_data_type = "network" log.miscellaneous.log_format_type = "mail_server" log.format.treat_brackets_as_quotes = "false" log.format.date_format = "auto" log.format.time_format = "auto" # Format: log_format_autodetect_regular_expression value # 2010-10-07 - 1.0.1 - MSG - Edited info lines. log.format.autodetect_regular_expression = "^([0-9]+-[0-9]+-[0-9]+) [0-9:]+ [^\.]+[^ ]+ [0-9.]+ [^:]+: .*" # Format: log_file_format_regular_expression value log.format.parsing_regular_expression = "^([0-9]+-[0-9]+-[0-9]+) ([0-9:]+) ([^\\.]+).([^ ]+) ([0-9.]+) ([^:]+): [^ ]+ [^ ]+ [^ ]+[ ]+[^:]+: ([^ ]+ [^ ]+) [^:]+: ([^ ]+) [^\\\\¥]+[\\\\¥]([^ ]+) [^:]+: (.*) [^:]+: ([0-9.]+) [^:]+: ([0-9.]+) [^:]+:(.*)" # Log fields log.fields = { date = { label = "$lang_stats.field_labels.date" type = "date" index = 1 subindex = 0 hierarchy_dividers = "" left_to_right = true leading_divider = "false" } # date time = { label = "$lang_stats.field_labels.time" type = "time" index = 2 subindex = 0 hierarchy_dividers = "" left_to_right = true leading_divider = "false" } # time facility = { label = "$lang_stats.field_labels.facility" type = "flat" index = 3 facility = 0 } # facility priority = { label = "$lang_stats.field_labels.priority" type = "flat" index = 4 subindex = 0 } # priority logging_device = { label = "$lang_stats.field_labels.logging_device" type = "flat" index = 5 subindex = 0 } # logging_device dummy1 = { # label = "$lang_stats.field_labels.source" type = "flat" index = 8 subindex = 0 leading_divider = "false" } # dummy1 scan_result = { # label = "$lang_stats.field_labels.source" type = "flat" index = 8 subindex = 0 leading_divider = "false" } # scan_result protocol = { label = "$lang_stats.field_labels.protocol" type = "flat" index = 9 subindex = 0 hierarchy_dividers = "" } # protocol file_name = { label = "$lang_stats.field_labels.file_name" type = "flat" index = 10 subindex = 0 } # file_name subject = { label = "$lang_stats.field_labels.subject" type = "flat" index = 11 subindex = 0 } # subject source = { label = "$lang_stats.field_labels.source" type = "flat" index = 12 subindex = 0 } # source destination = { label = "$lang_stats.field_labels.destination" type = "flat" index = 13 subindex = 0 } # destination details = { label = "$lang_stats.field_labels.details" type = "flat" index = 14 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 facility = { label = "$lang_stats.field_labels.facility" log_field = "facility" type = "string" # suppress_top = 0 # suppress_bottom = 2 } # facility priority = { label = "$lang_stats.field_labels.priority" log_field = "priority" type = "string" # suppress_top = 0 # suppress_bottom = 2 } # priority logging_device = { # label = "$lang_stats.field_labels.loging_device" log_field = "logging_device" type = "string" # suppress_top = 0 # suppress_bottom = 2 } # logging_device scan_result = { label = "$lang_stats.field_labels.scan_result" log_field = "scan_result" type = "string" # suppress_top = 0 # suppress_bottom = 2 } # scan_result protocol = { label = "$lang_stats.field_labels.protocol" log_field = "protocol" type = "string" # suppress_top = 0 # suppress_bottom = 2 } # protocol file_name = { label = "$lang_stats.field_labels.file_name" log_field = "file_name" type = "string" # suppress_top = 0 # suppress_bottom = 2 } # destination subject = { #" label = "$lang_stats.field_labels.subject" log_field = "subject" type = "string" suppress_top = 0 suppress_bottom = 2 } # subject 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 = { # 2 = { # value = "if (matches_regular_expression(url_category, '\\((.*)\\)')) then url_category = $1;" # disabled = "false" # label = "Remove the brackets in the URL Catagory Field" # comment = "" # } # 2 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 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 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 = "" file_name = true file_type = true protocol_type = true source = true destination = true result = true details = true url_category = true } # report_groups } # create_profile_wizard_options not_supported = { sessionpages = true bandwidth = true pageviews = true } # not_supported } # j_esafe_session