# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. bintec_vpn = { plugin_version = "1.0.1" # 2007-09-11 - 1.0 - KBB - added version number and changed file name from beta_bintec_vpn.cfg # 2010-10-14 - 1.0.1 - MSG - Edited info lines. info.1.manufacturer = "Funkwerk" info.1.device = "Bintec VPN Access" info.1.version.1 = "250" # The name of the log format log.format.format_label = "Bintec VPN 25 or XL" log.miscellaneous.log_data_type = "network" log.miscellaneous.log_format_type = "network_device" # The log is in this format if there is a 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][0-9] [0-9][0-9]:[0-9][0-9]:[0-9][0-9] " log.format.autodetect_lines = "5" log.format.parsing_regular_expression = "^([0-9.]+) ([0-9/]+) ([0-9:]*) ([^ ]*) * (ACCT: INET): [0-9.]+ [0-9:]+ ([0-9]+) ([0-9]+) ([0-9.]*):([0-9]+)/([0-9]+) ([<>-]*) ([0-9.]*):([0-9]+)/([0-9]+) ([0-9]+) ([0-9]+) ([0-9]+) ([0-9]+)" # Log fields log.fields = { logging_device = "" date = "" time = "" priority = "" type = "" duration = "" protocol = "" source_ip.type = "host" source_port = "" source_interface = "" direction = "" destination_ip = "" destination_port = "" destination_interface = "" packets_sent = "" bytes_sent = "" packets_received = "" bytes_received = "" sessions = "" } # log.fields # Database fields database.fields = { date_time = "" day_of_week = "" hour_of_day = "" logging_device = "" priority = "" type = "" protocol = "" source_ip = "" location = "" source_port = "" source_interface = "" direction = "" destination_ip = "" destination_port = "" destination_interface = "" } # 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 = 'sessions = 1;' } # mark_entry } # log.filters database.numerical_fields = { sessions = { default = true } duration = { display_format_type = duration_compact } packets_sent = "" packets_received = "" bytes_sent = { type = "float" display_format_type = "bandwidth" } bytes_received = { type = "float" display_format_type = "bandwidth" } } # database.numerical_fields create_profile_wizard_options = { # How the reports should be grouped in the report menu report_groups = { date_time_group = "" } # report_groups } # create_profile_wizard_options } # kerio_mailserver