File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
src/datadog_api_client/v2/api Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2024-03-22 15:34:50.992449 ",
8
- "spec_repo_commit": "24998b49 "
7
+ "regenerated": "2024-03-22 16:45:28.475736 ",
8
+ "spec_repo_commit": "733f0b89 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-03-22 15:34:51.009165 ",
13
- "spec_repo_commit": "24998b49 "
12
+ "regenerated": "2024-03-22 16:45:28.508146 ",
13
+ "spec_repo_commit": "733f0b89 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -35881,6 +35881,10 @@ tags:
35881
35881
- description: 'Custom Destinations forward all the logs ingested to an external destination.
35882
35882
35883
35883
35884
+ **Note**: Log forwarding is not available for the Government (US1-FED) site. Contact
35885
+ your account representative for more information.
35886
+
35887
+
35884
35888
See the [Custom Destinations Page](https://app.datadoghq.com/logs/pipelines/log-forwarding/custom-destinations)
35885
35889
35886
35890
for a list of the custom destinations currently configured in web UI.'
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ class LogsCustomDestinationsApi:
17
17
"""
18
18
Custom Destinations forward all the logs ingested to an external destination.
19
19
20
+ **Note** : Log forwarding is not available for the Government (US1-FED) site. Contact your account representative for more information.
21
+
20
22
See the `Custom Destinations Page <https://app.datadoghq.com/logs/pipelines/log-forwarding/custom-destinations>`_
21
23
for a list of the custom destinations currently configured in web UI.
22
24
"""
Original file line number Diff line number Diff line change 1
1
@endpoint(logs-custom-destinations) @endpoint(logs-custom-destinations-v2)
2
2
Feature : Logs Custom Destinations
3
3
Custom Destinations forward all the logs ingested to an external
4
- destination. See the [Custom Destinations
4
+ destination. **Note**: Log forwarding is not available for the Government
5
+ (US1-FED) site. Contact your account representative for more information.
6
+ See the [Custom Destinations
5
7
Page](https://app.datadoghq.com/logs/pipelines/log-forwarding/custom-
6
8
destinations) for a list of the custom destinations currently configured
7
9
in web UI.
You can’t perform that action at this time.
0 commit comments