# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. infi_net = { plugin_version = "1.0.1" # Initial creation - 1.0 # 2010-12-29 - 1.0.1 - MSG - Edited info lines. info.1.manufacturer = "InfiNet" info.1.device = "Firewall" info.1.version.1 = "" # The name of the log format log.format.format_label = "InfiNet Log Format" log.miscellaneous.log_data_type = "firewall" log.miscellaneous.log_format_type = "other" # The log is in this format if any of the first ten lines match this regular expression log.format.autodetect_regular_expression = "^# src dst bytes$" # A log entry is called an access statistics.miscellaneous.entry_name = "accesses" statistics.miscellaneous.visitor_name = "unique source IP" # Log fields log.fields = { src = { label = "$lang_stats.field_labels.src" type = "host" index = 1 subindex = 0 hierarchy_dividers = "." left_to_right = false leading_divider = "false" } # src dst = { label = "$lang_stats.field_labels.dst" type = "flat" index = 2 subindex = 0 } # dst bytes = { label = "$lang_stats.field_labels.bytes" type = "size" index = 3 subindex = 0 hierarchy_dividers = "" left_to_right = false leading_divider = "false" } # bytes } # log.fields # Database fields database.fields = { src = { label = "$lang_stats.field_labels.src" log_field = "src" type = "string" suppress_top = 0 suppress_bottom = 2 } # src location = { label = "$lang_stats.field_labels.location" log_field = "location" type = "string" suppress_top = 0 suppress_bottom = 3 } # location dst = { label = "$lang_stats.field_labels.dst" log_field = "dst" type = "string" suppress_top = 0 suppress_bottom = 2 } # dst } # 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 = 'accesses = 1;' } # mark_entry } # log.filters 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 visitors = { label = "$lang_stats.field_labels.visitors" default = false requires_log_field = true log_field = "src" type = "unique" display_format_type = "integer" } # visitors bytes = { label = "$lang_stats.field_labels.bytes" default = false requires_log_field = true log_field = "bytes" type = "float" display_format_type = "bandwidth" } # bytes } # database.numerical_fields create_profile_wizard_options = { host_tracking = true # How the reports should be grouped in the report menu report_groups = { date_time_group = "" src = true location = true dst = true } # report_groups } # create_profile_wizard_options not_supported = { daybyday = true sessions = true sessionpages = true pageviews = true } # not_supported } # infi_net