# edScript
Specifies the path to a custom script that is executed by the yc-360 script to collect extended diagnostic data from the server. This allows users to integrate proprietary tools or capture additional artifacts beyond the default set. To learn more about this argument, please visit Extended Data Collection page
Type: string
Default: ""
Example (YAML):
options:
edScript: /home/user/capture-db-logs.sh
1
2
2
Example (CLI):
./yc -edScript /home/user/capture-db-logs.sh
1