Skip to content

Updating to version 3.19.6

Pre-startup tasks

  • Linux only: For collectors using the ModuleCSVUpdateOrInsertTable primitive (and other file-related primitives), verify that source file paths are relative to the directory defined by the path.source.csv property in the config.properties file.

    • Source file paths must be within the data file directories only.
    • Update any collector configurations that reference source files outside of the path.source.csv directory to use paths relative to that directory.

    Example

    If a collector references a source file with an absolute path starting with / (e.g., /directory/data.csv), it must be converted to a relative path starting with ./ (e.g., ./directory/data.csv).