outcoldman / docker-splunk-cluster

How to run cluster of Splunk Enterprise in Docker. Examples.
MIT License
32 stars 17 forks source link

Issues when trying to add multiple licenses #1

Closed outcoldman closed 8 years ago

outcoldman commented 8 years ago
  1. test -f *.lic does not work with multiple files
  2. add_licenses using splunk add licenses cannot add multiple license files.
halr9000 commented 8 years ago

Also, docker cp does not support wildcards, so the loop needs to handle this before the splunk add license command.