cisco_access_control_server = { # 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 log.format.autodetect_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" # 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 = "h:mm:ss" # Log entries are called "accesses" statistics.miscellaneous.entry_name = "accesses" 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 } # 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