{"id":24857391,"url":"https://github.com/blend/log-pipeline","last_synced_at":"2026-03-02T06:31:06.995Z","repository":{"id":146503026,"uuid":"84886226","full_name":"blend/log-pipeline","owner":"blend","description":"Centralize all logs in a separate AWS account.","archived":false,"fork":false,"pushed_at":"2017-03-29T18:30:50.000Z","size":12,"stargazers_count":10,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T21:51:37.848Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blend.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-14T00:02:20.000Z","updated_at":"2018-12-10T01:40:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"46b28251-f444-423b-acc0-dd25959e63dd","html_url":"https://github.com/blend/log-pipeline","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blend/log-pipeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blend%2Flog-pipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blend%2Flog-pipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blend%2Flog-pipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blend%2Flog-pipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blend","download_url":"https://codeload.github.com/blend/log-pipeline/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blend%2Flog-pipeline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29994121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-31T17:53:21.843Z","updated_at":"2026-03-02T06:31:06.922Z","avatar_url":"https://github.com/blend.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# log-pipeline\nCentralize all logs in a separate AWS account. See [blog post](https://blend.com/centralizing-logs-in-an-isolated-aws-account/).\n\n## Deploying\n\n1. Launch AWS Elasticsearch Domain.\n`$ aws cloudformation create-stack --stack-name LogEsDomain --template-body file://es.yml --parameters ParameterKey=KibanaJumpboxPublicIpAddress,ParameterValue=x.x.x.x --profile isolated-account-admin`\n\n2. Launch AWS Kinesis Firehose that delivers logs to Elasticsearch Domain in step 1.\n`$ aws cloudformation create-stack --stack-name LogFirehose --template-body file://firehose.yml --parameters ParameterKey=ElasticsearchDomainArn,ParameterValue=\u003cfrom_step_1\u003e ParameterKey=FirehoseBackupS3KmsKeyArn,ParameterValue=\u003ckms_key\u003e --capabilities CAPABILITY_IAM --profile isolated-account-admin`\n\n3. Launch log sink stack that accepts logs from another account and forwards them to the AWS Kinesis Firehose in step 2.\n`$ aws cloudformation create-stack --stack-name LogSink --template-body file://cloudwatch_logs_sink.yml --parameters ParameterKey=LogSinkFirehoseDeliveryStream,ParameterValue=\u003cfrom_step_2\u003e ParameterKey=SubscriptionFilterAccountId,ParameterValue=111111111111 --capabilities CAPABILITY_IAM --profile isolated-account-admin`\n\n4. Launch log source in each AWS account to send logs to the log sink in the isolated AWS account.\n`$ aws cloudformation create-stack --stack-name LogSource --template-body file://cloudwatch_logs_source.yml --parameters ParameterKey=DestinationArn,ParameterValue=\u003cfrom_step_3\u003e --profile 111111111111-admin`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblend%2Flog-pipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblend%2Flog-pipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblend%2Flog-pipeline/lists"}