Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
boristane committed Sep 21, 2023
1 parent 575eaa9 commit d8b5ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sending-data/aws/ecs-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function API({ stack }: StackContext) {
logging: new ecs.FireLensLogDriver({
options: {
"Name": "http",
"Host": "ecs-logs-ingest.baselime.cc",
"Host": "ecs-logs-ingest.baselime.io",
"Port": "443",
"TLS": "on",
"format": "json",
Expand Down

0 comments on commit d8b5ace

Please sign in to comment.