You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a DD agent running in the ECS cluster. I have several applications deployed into ECS as docker containers. I have the agent with configurations enabled to collect logs. Now one of my application need to stop recording logs to Datadog. But I need to keep sending logs to CloudWatch(CFT has the LogDriver as awslogs with its configuration and it is recording logs currently to CloudWatch and DD parallelly)
Can I stop sending logs to Datadog using application level configuration in CFT?
Or do I need to update DD agent task definition to adopt this? If so, I have posted sample of my DD agent ECS task definition. Could anyone please suggest a way?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a DD agent running in the ECS cluster. I have several applications deployed into ECS as docker containers. I have the agent with configurations enabled to collect logs. Now one of my application need to stop recording logs to Datadog. But I need to keep sending logs to CloudWatch(CFT has the LogDriver as
awslogs
with its configuration and it is recording logs currently to CloudWatch and DD parallelly)Definition:
Beta Was this translation helpful? Give feedback.
All reactions