## ------------------------------------------------------------------------------------------------- ## PEC_report.cfg - configuration data for PEC_report program ## ------------------------------------------------------------------------------------------------- ## REPORT_TITLE title of the report ## DIRECTORY directory path containing log files ## PARSING_FILE_NAME format parsing for retrieve year from file name ## FILE_NAME_ENDS_WITH proces only filenames that ends with this string - OPTIONAL ## DOMAINS_LIST_FILE file containing list of own domain name - OPTIONAL ## INSTALLATION_ID_LIST list of installation ID to be used as filter (separated by comma) - OPTIONAL ## STARTING_DATE processing log entry from this date (dd/mm/yyyy) - OPTIONAL ## ENDING_DATE processing log entry to this date (dd/mm/yyyy) - OPTIONAL ## -------------------------------------------------------------------------------------------------- PEC_report_CFG { REPORT_TITLE StatUserUnknownTest DIRECTORY inp/PEC/7/TestCase_1 FILE_NAME_ENDS_WITH gz INSTALLATION_ID_LIST www STARTING_DATE 01/04/2007 ENDING_DATE 30/04/2007 }