It seems logsearch-shipper was relying on the fact that previously there was a ruby interpreter present on the stemcells under /var/vcap/bosh/bin/ruby. This is no longer the case.
logs.control.log:
/bin/bash: /var/vcap/jobs/logsearch-shipper/bin/logs.generate-config: /var/vcap/bosh/bin/ruby: bad interpreter: No such file or directory
metrics.control.log:
/var/vcap/jobs/logsearch-shipper/bin/metrics.control: /var/vcap/jobs/logsearch-shipper/bin/metrics.generate-config: /var/vcap/bosh/bin/ruby: bad interpreter: No such file or directory
# ls -l /var/vcap/bosh/bin/ruby
ls: cannot access /var/vcap/bosh/bin/ruby: No such file or directory
Could you add the needed ruby package to your boshrelease?
Or maybe you might know of an adequate replacement for logsearch-shipper boshrelease?