Come for answers, stay for best practices. All we're missing is you.
## PROPERTY_START ## PROPERTY_NAME: makeCorrelationForMailbox ## PROPERTY_TYPE: Boolean ## PROPERTY_DESCRIPTION ## Allows to enable/disable the creation of Mailbox Correlation records. ## If makeTrackingExtensions is set to false, no Mailbox Correlation entries will be ## created if this property is set to true. makeCorrelationForMailbox=true ## PROPERTY_START ## PROPERTY_NAME: makeCorrelationForFTP ## PROPERTY_TYPE: Boolean ## PROPERTY_DESCRIPTION ## Allows to enable/disable the creation of FTP Correlation records. makeCorrelationForFTP=true ## PROPERTY_START ## PROPERTY_NAME: makeCorrelationForSFTP ## PROPERTY_TYPE: Boolean ## PROPERTY_DESCRIPTION ## Allows to enable/disable the creation of SFTP Correlation records. makeCorrelationForSFTP=true ## PROPERTY_START ## PROPERTY_NAME: makeTrackingExtensions ## PROPERTY_TYPE: Boolean ## PROPERTY_DESCRIPTION ## Allows to enable/disable the creation of System Tracking Extension records. makeTrackingExtensions=true
You can override these all to false in the customer_overrides.properties file:
doc_tracking.makeCorrelationForMailbox=false doc_tracking.makeCorrelationForFTP=false doc_tracking.makeCorrelationForSFTP=false doc_tracking.makeTrackingExtensions=false
With the values set to true, you see the following in CORRELATION_SET after ftping a file named "hosts" to a directory named "test".
With the values set to false, there are no entries in the table.
Copy