Sensor file structure
Sensor installation writes this directory structure into your system:
Directory / File | Contents |
---|---|
start.bat | Windows file that starts the sensor. This file is located in the top level of the sensor's installation directory. |
start.sh | Linux script that starts the sensor. This script is located in the top level of the sensor's installation directory. |
./automationdata/ | User-created custom scripts. |
./bundles/ | .jar files that are required to run the sensor. |
./cli/ | Executable commands for the sensor. |
./cli/bin | .jar files required to run the executables. |
./config/ | Configuration files for the sensor components. |
./jre/ | Java environment for running the sensor on 64-bit Linux systems. |
./logs/ | Log files for the sensor components. |
./startup/ | Additional scripts and the .jar files required to configure and start the sensor. |