nkumar15 commented on issue #9486:
URL: https://github.com/apache/airflow/issues/9486#issuecomment-808065297


   Thanks @amirhmk for your response.
   Not sure what I am doing wrong.
   
   in cloud watch I see log entries
   log group as /ecs/hello-world
   logstream as /ecs/hello-world/<unique uuid value>
   
   in ecs fargate
   my task name and container name are both hello-world
   and container log configuration is
   
   awslogs-group = /ecs/hello-world
   awslogs-region =ap-southeast-1
   awslogs-stream-prefix = ecs
   
   
   and in airflowecsoperator
    task_id="hello-world"
   awslogs_group="/ecs/hello-world"
   
   I tried with 
   
   awslogs_stream_prefix="/ecs/hello-world"
   awslogs_stream_prefix="/hello-world/hello-world"
   
   but in both cases its not working. Looking at ECS Operator code it seems it 
expects prefix as /ecs/hello-world.
   
   Sorry, I understand I am asking too specific here, however just hoping in 
case anybody can help.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to