6.1.1 Updating install.properties to enable Highlights in Real-Time
The following is an example of the install.properties
file
with Highlights in Real-Time disabled.
To enable, set the parameter ipe.produce.hglights.results=false
to
ipe.produce.hglights.results=true
in the file.
sql.config.datasource.jndi.name=jdbc/FICMASTER
sql.atomic.datasource.jndi.name=jdbc/OFSAAAIINFO
sql.metadom.datasource.jndi.name=jdbc/OFSAAAIINFOCNF
system.infodom=OFSAAAIINFO system.domain=FRA system.appid=OFS_IPE
deployment.assessment.execution.mode=LIVE deployment.datastore=RDBMS
deployment.test.java.naming.initial.context.factory=
deployment.test.java.naming.provider.url= batch.audit.backup=true
ipe.persist.eval.results=false process.maxalert.count=100
action.json.constant=200 action.json.response.url= aai.auth.url=
kafka.bootstrap-servers= kafka.inbound.topic.group.id=IPE
kafka.inbound.topic=IPERT.t kafka.outbound.topic=IPERESPONSE.t
ipe.produce.hglights.results=false kafka.consumer.num=5
kafka.inbound.partitions=10 kafka.inbound.poll.timeout=3000
Parent topic: Updating Install Properties