# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. plan_n = { plugin_version = "1.0" info.1.manufacturer = "KEIKO" info.1.device = "PLAN-N Access Control Software" info.1.version = "" # 2010-09-17 - 1.0 - GMF - Initial creation # The name of the log format log.format.format_label = "KEIKO PLAN-N Access Control Software" log.miscellaneous.log_data_type = "generic" log.miscellaneous.log_format_type = "other" # The log is in this format if any of the first ten lines match this regular expression #"SYS,2010-08-19,14:09:10,HOST-PC,Start,None,None,None,None,None,None,Master LogOn : None (None)" log.format.autodetect_regular_expression = '^"SYS,[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9],[0-9][0-9]:[0-9][0-9]:[0-9][0-9]' # The format of dates and times in this log log.format.date_format = "auto" log.format.time_format = "auto" # Parse with this regular expression log.format.parsing_regular_expression = '^"([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*)"$' # Log fields log.fields = { type = "" date = "" time = "" place = "" event = "" id = "" name = "" dep = "" mode = "" state = "" f_key = "" description = "" } # log.fields # Database fields database.fields = { type = "" date_time = "" hour_of_day = "" day_of_week = "" place = "" event = "" id = "" name = "" dep = "" mode = "" state = "" f_key = "" 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 = "" type = true hostname = true domain_description = true location = true error_message = true } # report_groups } # create_profile_wizard_options } # plan_n