...
Code Block | ||
---|---|---|
| ||
"externalLabelMappings": [ { "regex": "regex_pattern_for_external_label_Public", "tagsettagsetid": "e16409a7-1700-4153-9090-3955bc2f0ae8", "tag": "Public" }, { "regex": "regex_pattern_for_external_label_External", "tagsettagsetid": "e16409a7-1700-4153-9090-3955bc2f0ae8", "tag": "External" }, { "regex": "regex_pattern_for_external_label_Confidential", "tagsettagsetid": "e16409a7-1700-4153-9090-3955bc2f0ae8", "tag": "Confidential" } ], |
...
Code Block | ||
---|---|---|
| ||
"externalLabelMappings": [ { "regex": "xxxxxxxxxxxxx", "tagsettagsetid": "f14fc1f1-8950-40d5-8a29-45909da947d6", "tag": "GDPR/PII" }, { "regex": "yyyyyyyyyyyyy", "tagsettagsetid": "004dea33-8751-4399-a76e-95f371cb4119", "tag": "External" } ], |
...
Code Block |
---|
%AppData%\Roaming\GVClient.CLI.Windows\Logs |
Example of log after running CLI with --map
:
...
Since the CLI is designed as a lightweight intermediary application that communicates with AgentEngine (which executes the actual classification logic), the AgentEngine logs must also be checked under:
Code Block |
---|
%AppData%\GVClient.AgentEngine.Windows\Logs |
The output from the CLI will also provide some feedback on the result of the classification, as well as reasons that files were skipped/failed (see below). Failures in single files should not prevent the remaining files from classifying. Note that file paths are only reported for files that were skipped or failed to keep the output concise.
...