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
Copy file name to clipboardExpand all lines: website/docs/d/fargate_workload_agent.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,10 @@ data "sysdig_fargate_workload_agent" "instrumented_containers" {
39
39
*`orchestrator_port` - (Optional) The orchestrator port to connect to.
40
40
*`collector_host` - (Optional) The collector host to connect to.
41
41
*`collector_port` - (Optional) The collector port to connect to.
42
+
*`log_configuration` - (Optional) Configuration for the awslogs driver on the instrumentation container. All three values must be specified if instrumentation logging is desired:
43
+
*`group` - The name of the existing log group for instrumentation logs
44
+
*`stream_prefix` - Prefix for the instrumentation log stream
45
+
*`region` - The AWS region where the target log group resides
0 commit comments