Skip to content

Commit

Permalink
Use newer Datadof log intake endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Aug 17, 2024
1 parent e3de866 commit 7ac7731
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion cfn-parameters.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ObservabilityOu": "ou-c834-7gp1wa8v",
"TargetRegions": "us-east-1",
"DatadogHttpEndpointUrl": "https://aws-kinesis-http-intake.logs.datadoghq.com/v1/input",
"DatadogHttpEndpointUrl": "https://aws-kinesis-http-intake.logs.us5.datadoghq.com/api/v2/logs?dd-protocol=aws-kinesis-firehose",
"DatadogApiKey": $secrets.DATADOG_API_KEY
}
4 changes: 0 additions & 4 deletions stacksets/datadog-shipping/logs-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
Parameters:
DatadogHttpEndpointUrl:
Type: String
Default: https://aws-kinesis-http-intake.logs.datadoghq.com/v1/input
AllowedValues:
- https://aws-kinesis-http-intake.logs.datadoghq.com/v1/input
- https://aws-kinesis-http-intake.logs.datadoghq.eu/v1/input
DatadogAPIKey:
Type: String
NoEcho: 'true'
Expand Down
3 changes: 0 additions & 3 deletions stacksets/datadog-shipping/stackset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ Parameters:
Description: Regions to deploy to
DatadogHttpEndpointUrl:
Type: String
AllowedValues:
- https://aws-kinesis-http-intake.logs.datadoghq.com/v1/input
- https://aws-kinesis-http-intake.logs.datadoghq.eu/v1/input
DatadogApiKey:
Type: String
NoEcho: 'true'
Expand Down
3 changes: 0 additions & 3 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ Parameters:
Description: OU of observability accounts
DatadogHttpEndpointUrl:
Type: String
AllowedValues:
- https://aws-kinesis-http-intake.logs.datadoghq.com/v1/input
- https://aws-kinesis-http-intake.logs.datadoghq.eu/v1/input
DatadogApiKey:
Type: String
NoEcho: 'true'
Expand Down

0 comments on commit 7ac7731

Please sign in to comment.