Hi,
I am using AWS ECS for hosting some of my microservices with splunk installed in my AMI.
I have mapped all my logs from docker containers to the EC2 instance.
Splunk then picks up these logs from EC2 instance.
The problem is, I also need release version number of my microservice to be indexed but it is
configured one time in the inputs.conf when a launch configuration is created from user data.
So, when a new version of my micro service is released, the task definition (docker image) is updated
but the version number in inputs.conf remains old.
Is there any way to solve this problem ?
... View more