InsightIDR - Event Code Exclusion
Starting with Insight Agent version 1.4.88 and higher, you can configure the Insight Agent to exclude specific event codes from the event log monitor; this can be useful in high-load situations or "noisy" environments. Please note that you cannot configure the file to collect additional event codes.
To do this, complete the following:
- Stop the Insight Agent service.
- As an admin user, open the
config\agent.jobs.windows.ui_realtime.json
file, which should live in the agent root configuration directory. - Add the following JSON into the original file, leaving only the event codes you want to exclude. To exclude more events, make sure to include their relevant log name like
securityWithSource
and source name likeMicrosoft-Windows-Security-Auditing
if applicable.
Advanced Configuration
1{2"EventLogMonitor": {3"excludes": {4"application": [51033,61034,711707,811708,911724,101172511],12"applicationWithSource": {13"EMET": [14215]16},17"security": [181102,194624,204625,214648,224720,23469724],25"securityWithSource": {26"Microsoft-Windows-Security-Auditing": [27514528]29},30"system": [31704532],33"systemWithSource": {34"Service Control Manager": [35704536]37}38}39}40}
This JSON will prevent the event log monitor from scanning the listed event codes.
- Verify that the modified config file is valid JSON before saving.
- Restart the Insight Agent service.
Use at your own discretion.
Rapid7 does not manage your config file; if you notice that it is causing errors, you can remove it from the file.
Did this page help you?