@@ -24,17 +24,17 @@ You can add the YAML configuration to your `datadog.yaml` or launch the Agent wi
24
24
In ` datadog.yaml ` :
25
25
``` yaml
26
26
additional_endpoints :
27
- " https://mydomain .datadoghq.com " :
27
+ " https://app .datadoghq.com " :
28
28
- apikey2
29
29
- apikey3
30
- " https://mydomain .datadoghq.eu " :
30
+ " https://app .datadoghq.eu " :
31
31
- apikey4
32
32
` ` `
33
33
34
34
### Environment variable configuration
35
35
36
36
` ` ` bash
37
- DD_ADDITIONAL_ENDPOINTS='{\"https://mydomain .datadoghq.com\" : [\"apikey2\", \"apikey3\"], \"https://mydomain .datadoghq.eu\": [\"apikey4\"]}'
37
+ DD_ADDITIONAL_ENDPOINTS='{\"https://app .datadoghq.com\" : [\"apikey2\", \"apikey3\"], \"https://app .datadoghq.eu\": [\"apikey4\"]}'
38
38
` ` `
39
39
40
40
{{% /tab %}}
@@ -47,26 +47,26 @@ In `datadog.yaml`:
47
47
apm_config:
48
48
[...]
49
49
additional_endpoints:
50
- "https://mydomain .datadoghq.com":
50
+ "https://trace.agent .datadoghq.com":
51
51
- apikey2
52
52
- apikey3
53
- "https://mydomain .datadoghq.eu":
53
+ "https://trace.agent .datadoghq.eu":
54
54
- apikey4
55
55
56
56
profiling_additional_endpoints:
57
- "https://mydomain .datadoghq.com":
57
+ "https://trace.agent .datadoghq.com":
58
58
- apikey2
59
59
- apikey3
60
- "https://mydomain .datadoghq.eu":
60
+ "https://trace.agent .datadoghq.eu":
61
61
- apikey4
62
62
` ` `
63
63
64
64
# ## Environment variable configuration
65
65
66
66
` ` ` bash
67
- DD_APM_ADDITIONAL_ENDPOINTS='{\" https://mydomain. datadoghq.com\" : [\" apikey2\" , \" apikey3\" ], \" https://mydomain .datadoghq.eu\" : [\" apikey4\" ]}'
67
+ DD_APM_ADDITIONAL_ENDPOINTS='{\" https://trace.agent. datadoghq.com\" : [\" apikey2\" , \" apikey3\" ], \" https://trace.agent .datadoghq.eu\" : [\" apikey4\" ]}'
68
68
69
- DD_APM_PROFILING_ADDITIONAL_ENDPOINTS='{\" https://mydomain. datadoghq.com\" : [\" apikey2\" , \" apikey3\" ], \" https://mydomain .datadoghq.eu\" : [\" apikey4\" ]}'
69
+ DD_APM_PROFILING_ADDITIONAL_ENDPOINTS='{\" https://trace.agent. datadoghq.com\" : [\" apikey2\" , \" apikey3\" ], \" https://trace.agent .datadoghq.eu\" : [\" apikey4\" ]}'
70
70
` ` `
71
71
72
72
{{% /tab %}}
@@ -156,7 +156,7 @@ logs_config:
156
156
use_http: true
157
157
additional_endpoints:
158
158
- api_key: "apiKey2"
159
- Host: "mydomain .datadoghq.com"
159
+ Host: "agent-http-intake.logs .datadoghq.com"
160
160
Port: 443
161
161
is_reliable: true
162
162
` ` `
@@ -165,7 +165,7 @@ logs_config:
165
165
166
166
` ` ` bash
167
167
DD_LOGS_CONFIG_USE_HTTP=true
168
- DD_LOGS_CONFIG_ADDITIONAL_ENDPOINTS="[{\" api_key\" : \" apiKey2\" , \" Host\" : \" mydomain .datadoghq.com\" , \" Port\" : 443, \" is_reliable\" : true}]"
168
+ DD_LOGS_CONFIG_ADDITIONAL_ENDPOINTS="[{\" api_key\" : \" apiKey2\" , \" Host\" : \" agent-http-intake.logs .datadoghq.com\" , \" Port\" : 443, \" is_reliable\" : true}]"
169
169
` ` `
170
170
171
171
{{% /tab %}}
@@ -320,17 +320,17 @@ and add the relevant settings to `customAgentConfig`.
320
320
# # Note the `agents.useConfigMap` needs to be set to `true` for this parameter to be taken into account.
321
321
customAgentConfig :
322
322
additional_endpoints :
323
- " https://mydomain .datadoghq.com " :
323
+ " https://app .datadoghq.com " :
324
324
- apikey2
325
325
- apikey3
326
- " https://mydomain .datadoghq.eu " :
326
+ " https://app .datadoghq.eu " :
327
327
- apikey4
328
328
329
329
logs_config :
330
330
use_http : true
331
331
additional_endpoints :
332
332
- api_key : " apiKey2"
333
- Host : " mydomain .datadoghq.com"
333
+ Host : " agent-http-intake.logs .datadoghq.com"
334
334
Port : 443
335
335
is_reliable : true
336
336
` ` `
0 commit comments