bindview_user_logins = { log.format.format_label = "Bindview User Logins Log Format" log.miscellaneous.log_data_type = "generic" log.miscellaneous.log_format_type = "network_device" # Determine what types of data this log file will support. # Un-comment the type below to disable this in the database # # Format: $notsupported value # $notsupported daybyday # $notsupported sessionpages # $notsupported hits statistics.miscellaneous.entry_name = "entry" # Extract the date from the filename log.format.global_date_filename_regular_expression = "([0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9])$" log.format.date_format = "mmddyyyy" # http://www.sawmill.net/cgi-bin/sawmilldocs?ho+lfare # We use this to recognise the format and "auto-detect". # Format: log_format_autodetect_regular_expression value log.format.autodetect_regular_expression = "^ Tree Name Object Container Name .DN. Object Name Default File Server Current Login Addresses Current Login Count" log.format.parsing_regular_expression = "^ (..............)(......................................................)(.............................)(.....................................)(............................................................................)(.*)$" ########################### # # # # ########################### # Log fields log.fields = { tree_name = { label = "$lang_stats.field_labels.tree_name" type = "flat" index = 1 subindex = 0 } # tree_name object_container_name = { label = "$lang_stats.field_labels.object_container_name" type = "flat" index = 2 subindex = 0 } # object_container_name object_name = { label = "$lang_stats.field_labels.object_name" type = "flat" index = 3 subindex = 0 } # object_name default_file_server = { label = "$lang_stats.field_labels.default_file_server" type = "flat" index = 4 subindex = 0 } # default_file_server current_login_addresses = { label = "$lang_stats.field_labels.current_login_addresses" type = "flat" index = 5 subindex = 0 } # current_login_addresses current_login_count = { label = "$lang_stats.field_labels.current_login_count" type = "flat" index = 6 subindex = 0 } # current_login_count date = { label = "$lang_stats.field_labels.date" type = "date" index = 0 subindex = 0 hierarchy_dividers = "" left_to_right = true leading_divider = "false" } # date } # log.fields # Log Filters log.filters = { # Reject the header line 1 = { label = "1" comment = "" value = "if (starts_with(tree_name, 'Tree Name')) then 'reject';" } # 1 mark_entry = { label = '$lang_admin.log_filters.mark_entry_label' comment = '$lang_admin.log_filters.mark_entry_comment' value = 'entry = 1;' } # mark_entry } # log.filters ############################### # # # # ############################### # See http://www.sawmill.net/cgi-bin/sawmilldocs?ho+docs-hierarchies # for information about hierarchies. # 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 tree_name = { label = "$lang_stats.field_labels.tree_name" log_field = "tree_name" type = "string" suppress_top = 0 suppress_bottom = 2 } # tree_name object_container_name = { label = "$lang_stats.field_labels.object_container_name" log_field = "object_container_name" type = "string" suppress_top = 0 suppress_bottom = 2 } # object_container_name object_name = { label = "$lang_stats.field_labels.object_name" log_field = "object_name" type = "string" suppress_top = 0 suppress_bottom = 2 } # object_name default_file_server = { label = "$lang_stats.field_labels.default_file_server" log_field = "default_file_server" type = "string" suppress_top = 0 suppress_bottom = 2 } # default_file_server current_login_addresses = { label = "$lang_stats.field_labels.current_login_addresses" log_field = "current_login_addresses" type = "string" suppress_top = 0 suppress_bottom = 2 } # current_login_addresses current_login_count = { label = "$lang_stats.field_labels.current_login_count" log_field = "current_login_count" type = "string" suppress_top = 0 suppress_bottom = 2 } # current_login_count } # database.fields database.numerical_fields = { entry = { label = "$lang_stats.field_labels.entry" default = true requires_log_field = false type = "int" display_format_type = "integer" entries_field = true } # entry } # database.numerical_fields 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 tree_name = true object_container_name = true object_name = true default_file_server = true current_login_addresses = true current_login_count = true } # report_groups } # create_profile_wizard_options not_supported = { individualhosts = true sessions = true bandwidth = true pageviews = true visitors = true } # not_supported } # bindview_user_logins