Loving the Splunk docker but having issues with some of the older versions that we support. Versions on the 7.0.X line doesn't seem to have the same health check as anything newer (where I could use docker inspect --format "{{json .State.Health.Status }})
Is there a health check in the older versions I can call to see if the image is fully up? It was suggested that I use the latest and change the SPLUNK_BUILD_URL arg which when I tried with 7.0.1 just ended up not being able to install.
Any suggestions?