http_filters:# ... other filters- name:envoy.filters.http.ext_proctyped_config:"@type": type.googleapis.com/envoy.extensions.filters.http.ext_proc.v3.ExternalProcessorconfig:grpc_service:envoy_grpc:cluster_name:datadog_ext_proc_clustertimeout:1sclusters:# ... other clusters- name:datadog_ext_proc_clustertype:STRICT_DNSlb_policy:ROUND_ROBINhttp2_protocol_options:{}transport_socket:name:envoy.transport_sockets.tlstyped_config:"@type": type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContextload_assignment:cluster_name:datadog_ext_proc_clusterendpoints:- lb_endpoints:- endpoint:address:socket_address:address:Your Datadog image host from step 2port_value:443
Note: you need to replace Your Datadog image host from step 2 in the above example with the host where the Datadog Envoy docker image is running. You will configure this host next.
for ((i=1;i<=250;i++)); do # Target existing service’s routes curl https://your-application-url/existing-route -A dd-test-scanner-log; # Target non existing service’s routes curl https://your-application-url/non-existing-route -A dd-test-scanner-log; done
Note: The ASM Envoy integration is built on top of the Datadog Go Tracer. It follows the same release process as the tracer, and its Docker images are tagged with the corresponding tracer version.