Replace LOGPATH with LOGSUFFIX
[policy/engine.git] / packages / base / src / files / install / servers / paplp / bin / parserlog.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # ONAP Policy Engine
4 # ================================================================================
5 # Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
6 # ================================================================================
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
10
11 #      http://www.apache.org/licenses/LICENSE-2.0
12
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
18 # ============LICENSE_END=========================================================
19 ###
20
21 # PAP LogParser properties
22
23 POLICY_LOGS=${{POLICY_LOGS}}
24
25 # JVM specific parameters
26 LOGPARSER_JMX_PORT=${{LOGPARSER_JMX_PORT}}
27 LOGPARSER_X_MS_MB=${{LOGPARSER_X_MS_MB}}
28 LOGPARSER_X_MX_MB=${{LOGPARSER_X_MX_MB}}
29
30 SERVER=${{SERVER}}
31 LOGTYPE=PAP
32 LOGPATH=${{LOGPATH}}
33 JDBC_DRIVER=${{JDBC_DRIVER}}
34 JDBC_URL='${{JDBC_LOG_URL}}'
35 JDBC_USER=${{JDBC_USER}}
36 JDBC_PASSWORD=${{JDBC_PASSWORD}}
37 PARSERLOGPATH=${{PARSERLOGPATH}}
38 # run this cleanup systemlogdb table once a day
39 CHECK_INTERVAL=86400000
40 # timeFrame for removing old records from systemlogdb table
41 TIME_FRAME=5 
42 #Integrity Monitor values
43 #database driver for Integrity Monitor
44 javax.persistence.jdbc.driver=${{JDBC_DRIVER}}
45 #database URL for Integrity Monitor
46 javax.persistence.jdbc.url=${{JDBC_URL}}
47 #database username for Integrity Monitor
48 javax.persistence.jdbc.user=${{JDBC_USER}}
49 #database password for Integrity Monitor
50 javax.persistence.jdbc.password=${{JDBC_PASSWORD}}
51 #resource name
52 RESOURCE_NAME=${{resource_name}}
53 #***Properties for IntegrityMonitor integration defined in IntegrityMonitorProperties.java***
54 site_name=${{site_name}}
55 node_type=${{node_type}}
56 fp_monitor_interval=${{fp_monitor_interval}}
57 failed_counter_threshold=${{failed_counter_threshold}}
58 test_trans_interval=${{test_trans_interval}}
59 write_fpc_interval=${{write_fpc_interval}}
60 max_fpc_update_interval=${{max_fpc_update_interval}}
61 test_via_jmx=${{test_via_jmx}}