EventLog Analyzer:
We have replaced the %m with %m{nolookups} in the log4j2.properties of ES.
1.Download the log4j2.properties file from the below link.
2. Put the file in the following folders:
<Installation dir>/Eventlog Analyzer/ES/config
<Installation dir>/../elasticsearch/ES/config
3. Open an admin cmd and navigate to the following location
<Installation dir>/Eventlog Analyzer/ES/bin
run stopES.bat file
<Installation dir>/../elasticsearch/ES/bin
run stopES.bat file
Note: Product restart is not needed. ES will connect back in sometime by itself.
Log360:
We have replaced the %m with %m{nolookups} in the log4j2.properties of ES.
1.Download the log4j2.properties file from the below link.
2. Put the file in the following folders:
<Installation dir>/../elasticsearch/ES/config
3. Open an admin cmd and navigate to the following location
<Installation dir>/../elasticsearch/ES/bin
run stopES.bat file
Note: Product restart is not needed. ES will connect back in sometime by itself.
*********************************************************************************
ADAudit Plus:
1. Stop the ADAudit Plus service and wait till the service stops
2. Navigate to <product_installation_dir>\conf
3. Edit wrapper.conf present in the current folder with Wordpad or Notepad++ (Not Notepad)
4. Add the below entry under "Java Additional Parameters" (search for the string "wrapper.java.additional")
wrapper.java.additional.25=-Dlog4j2.formatMsgNoLookups=true
[Note : If you already have a line with 25, then insert this entry as 26]
5. Now again navigate to <product_installation_dir>\apps\dataengine-xnode\conf
6. Again edit wrapper.conf present in the current folder with Wordpad or Notepad++ (Not Notepad)
7. Search for the string "wrapper.java.additional" and add the below sequence as the last entry
wrapper.java.additional.20=-Dlog4j2.formatMsgNoLookups=true
[Note : If you already have a line with 20, then insert this entry as 21]
8. Start the service.
*********************************************************************************
1.Stop ADManager Plus
2.Navigate to <Installation folder>ADManager PlusESconfig
3.Take backup of jvm.options
4.Edit the jvm.options and add the following as displayed in the image and save the file
-Dlog4j2.formatMsgNoLookups=true
5.Start the ADManager Plus
*********************************************************************************
DataSecurity Plus:
1.Stop the DataSecurity Plus service and wait till the service stops
2.Navigate to <product_installation_dir>\conf
3.Edit wrapper.conf present in the current folder with Wordpad or Notepad++ (Not Notepad)
4.Add the below entry under "Java Additional Parameters" (search for the string "wrapper.java.additional")
wrapper.java.additional.25=-Dlog4j2.formatMsgNoLookups=true
[Note: If you already have a line with 25, then insert this entry as 26]
5.Now again navigate to <product_installation_dir>\apps\dataengine-xnode\conf
6.Again edit wrapper.conf present in the current folder with Wordpad or Notepad++ (Not Notepad)
7.Search for the string "wrapper.java.additional" and add the below sequence as the last entry
wrapper.java.additional.20=-Dlog4j2.formatMsgNoLookups=true
[Note: If you already have a line with 20, then insert this entry as 21]
8.Start the service.
其他:ADSelfService Plus和AD360不受影响。