Filesystem Crawler Installation and Administration
Overview
Installation of FS Crawler includes 4 Steps.
- Adding new Connector Class
- Creating new Connector based on the Connector Class
- Adding corresponding Data Handler Class
- Creating new Data Handler based on the Data Handler Class
1. Adding Connector Class
Navigate to Connectors in the Navigation menu on the left side of the screen.
Click on the Add Class button.
Choose the JAR file you have received from Cogniware (locate it on your file system).
Example of the file:
FilesystemCrawler-1.0.15-2018-05-15_07-02-09.jar
Fill in the Class Name depending on the type of target system:
GDPR Explorer:
eu.cogniware.Crawlers.FilesystemCrawler.FilesystemCrawler
Click Add Connector Class button.
You can follow with immediately creating the corresponding Connector or you can do this later.
2. Creating Connector
If you didn't use the option to create the Connector immediately after adding the Connector Class, than:
Choose the Filesystem Connector Class you have created in the previous stem from the Navigation menu in Connectors pane.
Click Add Connector button.
Fill in the Name of the connector.
Click Add Connector button.
3. Adding Data Handler Class
Navigate to Data Handlers in the Navigation menu on the left side of the screen.
Click the Add Class button.
Choose the JAR file you have received from Cogniware (locate it on your file system).
Example of the file:
FilesystemCrawler-1.0.15-2018-05-15_07-02-09.jar
Fill in the Class Name depending on the type of target system:
GDPR Explorer:
eu.cogniware.DataHandlers.Filesystem.PlatformFilesystemDataHandler
Click Add Data Handler Class button.
You can follow with immediately creating the corresponding Data Handler or you can do this later.
4. Creating Data Handler
If you didn't use the option to create the Data Handler immediately after adding the Data Handler Class than:
Choose the Filesystem Data Handler Class you have created from the Navigation menu in Data Handlers pane.
Click Add Data Handler button.
Fill in the Name of Data Handler.
GDPR Explorer Standard Setup
platform_protocol: http
platform_server: apimodules
platform_port: 8080
contains_personal_data: no (yes is only used when crawling data subjects)
Click Add Data Handler button.
Get me there: