Closed outcoldman closed 8 years ago
test -f *.lic
add_licenses
splunk add licenses
Also, docker cp does not support wildcards, so the loop needs to handle this before the splunk add license command.
docker cp
splunk add license
test -f *.lic
does not work with multiple filesadd_licenses
usingsplunk add licenses
cannot add multiple license files.