# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. netscreen_web_client_export = { plugin_version = "1.0.1" # 2007-09-13 - 1.0 - KBB - added version number and changed file name from # beta_netscreen_web_client_export.cfg # 2010-03-08 - 1.1 - MSG - added support for an opitional extra space after the time field # 2011-07-07 - 1.0.1 - MSG - Edited info lines. info.1.manufacturer = "Juniper Networks" info.1.device = "Netscreen Web Client Export" info.1.version.1 = "" # this format is exported from de webclient of the Netscreen pressing the save botton # The name of the log format log.format.format_label = "Netscreen 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 = "^System Event Log \\(Current system time: " log.format.parsing_regular_expression = "^([0-9-]+) ([0-9:]+) +([^ ]+) +([^ ]+) +([0-9]+) +([^ ].*)$" # Log fields log.fields = { date = "" time = "" module = "" level = "" type = "" description = "" } # log.fields # Database fields database.fields = { date_time = "" hour_of_day = "" day_of_week = "" module = "" level = "" type = "" description = "" } # 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_web_client_export