Customer is facing an issue while installing an app from Splunk base. Splunk Operator uses the following command to extract the app name:
tar tf <name> |head -1|cut -d/ -f1
In the case of harmless errors, we would want to log an error and continue with the installation. We will log errors with the Splunk Operator in all cases of errors/warnings but return error and fail installation only when the extracted name is empty
Customer is facing an issue while installing an app from Splunk base. Splunk Operator uses the following command to extract the app name:
In the case of harmless errors, we would want to log an error and continue with the installation. We will log errors with the Splunk Operator in all cases of errors/warnings but return error and fail installation only when the extracted name is empty