#
Include or Exclude Applications
The include-exclude.conf
file serves as a general configuration file for including and excluding applications in data collection. This affects freeze, appusage, module, and process data collection.
Open the
include-exclude.conf
configuration file located atC:\Program Files\OpeniT\Core\Configuration
. Notice the written instructions for proper configuration.include-exclude.conf# Include # The following will include everything include after=1970-01-01 # Exclude Windows Core Applications exclude exe=*windows\system32* exclude exe=*windows\syswow64* exclude exe=*conhost* exclude exe=*consent* exclude exe=*svchost* exclude exe=*windowsapps\microsoft*
Use the following format for each entry:
<use_key> <key>=<key_value>
<use_key> - Any of include or exclude depending on the purpose of the entry.
<key> - Any of the acceptable keys depending on the purpose of the entry. Use the following descriptions for proper configuration.
<key_value> - A valid value corresponding to the key provided.
Available Include Exclude Keys
Add new lines for new entries.
Specify general, followed by specific elements. Entries are processed sequentially, starting from the top.
Example# The following will include everything until 2010-01-01 include after=1970-01-01 exclude after=2010-01-01 include exe=*explorer*
This includes the data from 1970-01-01 until 2010-01-01 and executable names containing explorer.
Save the changes.
Open the
include-exclude.conf
configuration file located at/var/opt/openit/etc
. Notice the written instructions for proper configuration.include-exclude.conf# Include # The following will include everything include after=1970-01-01 # Exclude Windows Core Applications exclude exe=*windows\system32* exclude exe=*windows\syswow64* exclude exe=*conhost* exclude exe=*consent* exclude exe=*svchost* exclude exe=*windowsapps\microsoft*
Use the following format for each entry:
<use_key> <key>=<key_value>
<use_key> - Any of include or exclude depending on the purpose of the entry.
<key> - Any of the acceptable keys depending on the purpose of the entry. Use the following descriptions for proper configuration.
<key_value> - A valid value corresponding to the key provided.
Available Include Exclude Keys
Add new lines for new entries.
Specify general, followed by specific elements. Entries are processed sequentially, starting from the top.
Example# The following will include everything until 2010-01-01 include after=1970-01-01 exclude after=2010-01-01 include exe=*explorer*
This includes the data from 1970-01-01 until 2010-01-01 and executable names containing explorer.
Save the changes.