# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. aladdin_esafe_sessions_log = { 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 Sessions" info.1.version.1 = "" info.2.manfacturer = "SafeNet" info.2.device = "eSafe Sessions" info.2.version.1 = "" log.format.format_label = "Aladdin eSafe Sessions Log Format" log.miscellaneous.log_data_type = "network" log.miscellaneous.log_format_type = "mail_server" log.format.treat_brackets_as_quotes = "false" # Date and time format log.format.date_format = "auto" log.format.time_format = "auto" # We use this to recognise the format and "auto-detect". log.format.autodetect_regular_expression = "^Date \\(yyyy-mm-dd HH:mm:ss\\)\\|FileName\\|FileType\\|ProtocolType\\|Source\\|Destination\\|Result\\|Details" # If the lines are all in the same format we can use one regex string to parse the log log.format.parsing_regular_expression = "^([^ ]*) *([^|]*)\\|([^|]*)\\|([^|]*)\\|([^|]*)\\|([^|]*)\\|([^|]*)\\|([^|]*)\\|([^$]*)$" # 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 file_name = { label = "$lang_stats.field_labels.file_name" type = "flat" index = 3 subindex = 0 } # file_name file_type = { label = "$lang_stats.field_labels.file_type" type = "flat" index = 4 subindex = 0 } # file_type protocol_type = { label = "$lang_stats.field_labels.protocol_type" type = "flat" index = 5 subindex = 0 } # protocol_type source = { label = "$lang_stats.field_labels.source" type = "host" index = 6 subindex = 0 hierarchy_dividers = "" left_to_right = true leading_divider = "false" } # source destination = { label = "$lang_stats.field_labels.destination" type = "flat" index = 7 subindex = 0 } # destination result = { label = "$lang_stats.field_labels.result" type = "flat" index = 8 subindex = 0 } # result details = { label = "$lang_stats.field_labels.details" type = "flat" index = 9 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 file_name = { label = "$lang_stats.field_labels.file_name" log_field = "file_name" type = "string" suppress_top = 0 suppress_bottom = 2 } # file_name file_type = { label = "$lang_stats.field_labels.file_type" log_field = "file_type" type = "string" suppress_top = 0 suppress_bottom = 2 } # file_type protocol_type = { label = "$lang_stats.field_labels.protocol_type" log_field = "protocol_type" type = "string" suppress_top = 0 suppress_bottom = 2 } # protocol_type 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 result = { label = "$lang_stats.field_labels.result" log_field = "result" type = "string" suppress_top = 0 suppress_bottom = 2 } # result 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 = { 1 = { label = "1" comment = "" value = "details = replace_last(details, '.', '');" } # 1 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 } # report_groups } # create_profile_wizard_options not_supported = { sessionpages = true bandwidth = true pageviews = true } # not_supported } # aladdin_esafe_sessions_log