Hello!
I try to do next log path in CloudWatch: /asg/raw/i-000fdfffdf/httpd
But conf file don't work. I have tried use ${aws:InstanceId}, {aws:InstanceId}
If I do that :
"file_path": "/var/log/httpd/",
"log_group_name": "/asg/raw/",
"log_stream_name": "httpd",
"timezone": "Local"
it is work. But I neet InstanceID in path
{
"file_path": "/var/log/httpd/",
"log_group_name": "/asg/raw/${aws:InstanceId}",
"log_stream_name": "httpd",
"timezone": "Local"
}