radius_accounting = { # The name of the log format log.format.format_label = "Radius Accounting 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,User-Name,Group-Name,Calling-Station-Id,Acct-Status-Type,Acct-Session-Id," # Use , as the separator log.format.field_separator = "," # The format of dates and times in this log log.format.date_format = "mm/dd/yyyy" log.format.time_format = "hh:mm:ss" statistics.miscellaneous.entry_name = "events" 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 acct_input_octets = { label = "$lang_stats.field_labels.acct_input_octets" default = false requires_log_field = true log_field = "acct_input_octets" type = "float" display_format_type = "bandwidth" } # acct_input_octets acct_output_octets = { label = "$lang_stats.field_labels.acct_output_octets" default = false requires_log_field = true log_field = "acct_output_octets" type = "float" display_format_type = "bandwidth" } # acct_output_octets acct_input_packets = { label = "$lang_stats.field_labels.acct_input_packets" default = false requires_log_field = true log_field = "acct_input_packets" type = "int" display_format_type = "integer" } # acct_input_packets acct_output_packets = { label = "$lang_stats.field_labels.acct_output_packets" default = false requires_log_field = true log_field = "acct_output_packets" type = "int" display_format_type = "integer" } # 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 = 'events = 1;' } # mark_entry } # log.filters create_profile_wizard_options = { date_time_tracking = true # How the reports should be grouped in the report menu report_groups = { date_time_group = "" day_of_week = true hour_of_day = true timeras_client = true user_name = true group_name = true calling_station_id = true acct_status_type = true service_type = true framed_protocol = true framed_ip_address = true nas_port = true nas_ip_address = true real_name = true termination_action = true } # report_groups } # create_profile_wizard_options } # radius_accounting