If you log events that contain sensitive data to the application eventlog, and you want to prevent these data from being sent to the AIMS backend, you can filter out these events directly on the server agent.


To configure which events you want to filter out, you will need to access the Windows Server agent config file which is located in "C:\ProgramData\AIMS Innovation\Windows Server Agent"


The filtering syntax is a regular expression, an example is provided below. Please notice the XML tags for positioning.


...</EnvironmentId>
<IgnoreRules>
  <string>message1</string>
  <string>\{[\da-fA-F]{8}-([\da-fA-F]{4}-){3}[\da-fA-F]{12}\}</string>
</IgnoreRules>
<IterationTime>...


Save the config file and remember to restart the Windows Server agent service to apply any changes.