Targets configuration
The Elimity Insights built-in connector for NTFS supports a 'Targets' configuration option to determine which files it should target. Customers should provide this value as an HJSON object mapping file labels to paths from which you want to start scanning. Refer to the following snippet as an example:
{
# Scan `C:\target1` and display it as `\\server\share\dir`
\\server\share\dir: C:\target1
# Scan `C:\target2` and display it as `C:\local\dir`
"C:\\local\\dir": C:\target2
# Scan `C:\` and display it as `D:\`
"D:\\": C:\
}Last updated

