Hi,
I am trying to push logs to aws cloudwatch with docker driver log support using awslog plugin. Pattern for log storage is `Cloudwatch > Log group "service name" > Log stream "allocation id"`. We have enabled canary deployments, in order to effectively separate multiple versions of deployment we would like a ${NOMAD_JOB_VERSION} in our stream name.
Is it possible to get the job version as environment variable in nomad file?
If not, would it be nice to expose the job version as environment variable?
Is there any other way to solve my logs for canary deployment problem!
Thanks,
Sai Pranav