# Copyright (c) 2012 Flowerfire, Inc. All Rights Reserved. identity_engines = { plugin_version = "1.0" info.1.manufacturer = "Avaya" info.1.device = "Identify Engines" info.1.version.1 = "" # 2012-03-09 - 1.0 - GMF - Initial creation # The name of the log format log.format.format_label = "Avaya Identify Engines" log.miscellaneous.log_data_type = "csv" 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 = "^id,date,time,catId,msgId" # Use comma as the field separator log.format.field_separator = "," # There can be newlines inside quotes in CSV files-- let field values across lines log.format.allow_newlines_inside_quotes = "true" database.numerical_fields = { events = { default = true requires_log_field = false entries_field = true } # events } # database.numerical_fields log.filters = { # Requested by vendor in ThreadID:1263106 ignore_all_but_10_12 = { label = "Ignore all but 10/12" comment = "Ignore everything but catId=10, msgId=12 events" value = "if ((catid !=10) or (msgid != 12)) then 'reject';" } # ignore_all_but_10_12 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 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 } # identity_engines