Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about missing support on govcloud for custom destinations API #46

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-03-22 15:34:49.536706",
"spec_repo_commit": "24998b49"
"regenerated": "2024-03-22 16:45:27.832767",
"spec_repo_commit": "733f0b89"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-03-22 15:34:49.554368",
"spec_repo_commit": "24998b49"
"regenerated": "2024-03-22 16:45:27.850452",
"spec_repo_commit": "733f0b89"
}
}
}
4 changes: 4 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35881,6 +35881,10 @@ tags:
- description: 'Custom Destinations forward all the logs ingested to an external destination.


**Note**: Log forwarding is not available for the Government (US1-FED) site. Contact
your account representative for more information.


See the [Custom Destinations Page](https://app.datadoghq.com/logs/pipelines/log-forwarding/custom-destinations)

for a list of the custom destinations currently configured in web UI.'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
@endpoint(logs-custom-destinations) @endpoint(logs-custom-destinations-v2)
Feature: Logs Custom Destinations
Custom Destinations forward all the logs ingested to an external
destination. See the [Custom Destinations
destination. **Note**: Log forwarding is not available for the Government
(US1-FED) site. Contact your account representative for more information.
See the [Custom Destinations
Page](https://app.datadoghq.com/logs/pipelines/log-forwarding/custom-
destinations) for a list of the custom destinations currently configured
in web UI.
Expand Down
Loading