# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. netscreen_neoteris_web_client_export = { plugin_version = "1.0" # 31/03/2006 11:54 Version 1.0Beta - new version # 2007-09-14 - 1.0 - KBB - renumbered per new beta policy # The name of the log format log.format.format_label = "Neoteris/Netscreen SSL Web Client Export Log Format" log.miscellaneous.log_data_type = "firewall" log.miscellaneous.log_format_type = "firewall" # The log is in this format if any of the first ten lines match this regular expression log.format.autodetect_regular_expression = "^[^ ]+ - \\[[^]]+\\] - [^(]*\\(*[^)]*\\)* - [^ ]+ [^ ]+ - .*$" log.format.parsing_regular_expression = "^([^ ]+) - \\\[([^]]+)\\\] - (.*) - ([^ ]+) ([^ ]+) - (.*)$" # Log fields log.fields = { priority = "" source = "" user = "" # group = "" date = "" time = "" message = "" } # log.fields # Database fields database.fields = { date_time = "" hour_of_day = "" day_of_week = "" priority = "" source = "" user = "" # group = "" message = "" } # 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 = 'events = 1;' } # mark_entry } # log.filters database.numerical_fields = { events = { default = true requires_log_field = false entries_field = true } # events } # database.numerical_fields 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 } # netscreen_neoteris_web_client_export