diff options
Diffstat (limited to 'packages/install/src')
-rwxr-xr-x | packages/install/src/files/paplp.conf | 4 | ||||
-rwxr-xr-x | packages/install/src/files/pdplp.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/install/src/files/paplp.conf b/packages/install/src/files/paplp.conf index f5a6d096b..e4fc837d2 100755 --- a/packages/install/src/files/paplp.conf +++ b/packages/install/src/files/paplp.conf @@ -4,8 +4,8 @@ LOGPARSER_X_MS_MB=1024 LOGPARSER_X_MX_MB=1024 SERVER=https://${{FQDN}}:9091/pap/ -LOGPATH=${{POLICY_HOME}}/servers/pap/logs/pap-rest.log -PARSERLOGPATH=IntegrityMonitor.log +LOGPATH=${POLICY_LOGS}/policy/pap/pap-rest.log +PARSERLOGPATH=${POLICY_LOGS}/policy/pap/IntegrityMonitor.log node_type=logparser # the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase diff --git a/packages/install/src/files/pdplp.conf b/packages/install/src/files/pdplp.conf index 716326c56..9397e485b 100755 --- a/packages/install/src/files/pdplp.conf +++ b/packages/install/src/files/pdplp.conf @@ -4,8 +4,8 @@ LOGPARSER_X_MS_MB=1024 LOGPARSER_X_MX_MB=1024 SERVER=https://${{FQDN}}:8081/pdp/ -LOGPATH=${{POLICY_HOME}}/servers/pdp/logs/pdp-rest.log -PARSERLOGPATH==IntegrityMonitor.log +LOGPATH=${POLICY_LOGS}/policy/pdpx/pdp-rest.log +PARSERLOGPATH=${POLICY_LOGS}/policy/pdpx/IntegrityMonitor.log node_type=logparser # the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase |