# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. cisco_access_control_server = { plugin_version = "2.0" # Initial creation - 1.0 # 2010-10-18 - 1.0.1 - MSG - Edited info lines. # 2011-08-11 - 2.0 - GMF - Added support for variable header formats; added support for octet fields info.1.manufacturer = "Cisco Systems" info.1.device = "Access Control Server" info.1.version.1 = "" # The name of the log format log.format.format_label = "Cisco Access Control Server Log Format" log.miscellaneous.log_data_type = "csv" log.miscellaneous.log_format_type = "network_device" # The log is in this format if any of the first ten lines match this regular expression # Date,Time,Message-Type,User-Name,Group-Name,Caller-ID,NAS-Port,NAS-IP-Address,Real Name,Access Device,Proxy-IP-Address,Description" # Date,Time,User-Name,Group-Name,Calling-Station-Id,Acct-Status-Type,Acct-Session-Id,Acct-Session-Time,Service-Type,Framed-Protocol,Acct-Input-Octets,Acct-Output-Octets,Acct-Input-Packets,Acct-Output-Packets,Framed-IP-Address,NAS-Port,NAS-IP-Address,cisco-av-pair,Event-Timestamp,Called-Station-Id,AAA Server,Network Device Group,User Field 3,User Field 4,User Field 5,Real Name,Description,Acct-Terminate-Cause,Access Device log.format.autodetect_regular_expression = "Date,Time,.*User-Name,.*Group-Name," # Use , as the separator log.format.field_separator = "," # The format of dates and times in this log log.format.date_format = "m/d/yyyy" log.format.time_format = "auto" auto_setup.omit_database_fields = "event_timestamp" database.numerical_fields = { accesses = { label = "$lang_stats.field_labels.accesses" default = true requires_log_field = false type = "int" display_format_type = "integer" entries_field = true } # accesses acct_input_octets = { type = "int" integer_bits = 64 display_format_type = "bandwidth" } # acct_input_octets acct_output_octets = { type = "int" integer_bits = 64 display_format_type = "bandwidth" } # acct_output_octets acct_input_packets = "" acct_output_packets = "" } # database.numerical_fields log.filters = { mark_entry = { label = '$lang_admin.log_filters.mark_entry_label' comment = '$lang_admin.log_filters.mark_entry_comment' value = 'accesses = 1;' } # mark_entry } # log.filters 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 not_supported = { sessions = true sessionpages = true bandwidth = true sessions = true visitors = true pageviews = true } # not_supported } # cisco_access_control_server