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
There's no benefit in running direct mode, so remove the documentation
for it. The right way of connecting to the backend is via the
orchestrator agent.
Copy file name to clipboardExpand all lines: website/docs/d/fargate_workload_agent.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Updates the fargate workload definition to add a [Sysdig Agent](https://docs.sys
12
12
13
13
-> **Note:** Sysdig Terraform Provider is under rapid development at this point. If you experience any issue or discrepancy while using it, please make sure you have the latest version. If the issue persists, or you have a Feature Request to support an additional set of resources, please open a [new issue](https://github.com/sysdiglabs/terraform-provider-sysdig/issues/new) in the GitHub repository.
14
14
15
-
You can connect the Sysdig agent directly to a collector (using `collector_host` and `collector` port) or through an orchestrator (using `orchestrator_host` and `orchestrator_port`). For details about how to deploy an orchestrator check the [Sysdig Orchestrator module](https://registry.terraform.io/modules/sysdiglabs/fargate-orchestrator-agent/aws/latest).
15
+
You'll need to connect the Sysdig Agent to the Sysdig backend through an orchestrator. For details about how to deploy an orchestrator check the [Sysdig Orchestrator module](https://registry.terraform.io/modules/sysdiglabs/fargate-orchestrator-agent/aws/latest).
16
16
17
17
## Example Usage
18
18
@@ -24,21 +24,19 @@ data "sysdig_fargate_workload_agent" "instrumented_containers" {
*`container_definitions` - (Required) The input Fargate container definitions to instrument with the Sysdig workload agent.
35
35
*`sysdig_access_key` - (Required) The Sysdig Access Key (Agent token).
36
+
*`orchestrator_host` - (Required) The orchestrator host to connect to.
37
+
*`orchestrator_port` - (Required) The orchestrator port to connect to.
36
38
*`workload_agent_image` - (Required) The Sysdig workload agent image.
37
39
*`image_auth_secret` - (Optional) The registry authentication secret.
38
-
*`orchestrator_host` - (Optional) The orchestrator host to connect to.
39
-
*`orchestrator_port` - (Optional) The orchestrator port to connect to.
40
-
*`collector_host` - (Optional) The collector host to connect to.
41
-
*`collector_port` - (Optional) The collector port to connect to.
42
40
*`log_configuration` - (Optional) Configuration for the awslogs driver on the instrumentation container. All three values must be specified if instrumentation logging is desired:
43
41
*`group` - The name of the existing log group for instrumentation logs
44
42
*`stream_prefix` - Prefix for the instrumentation log stream
0 commit comments