Skip to content
Open
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
4 changes: 2 additions & 2 deletions sources/filedrop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ This source will collect logs, metrics and resource data from a target AWS accou

Upon install, this source will provide install instructions using both CloudFormation and Terraform.

More detailed documentation on the CloudFormation stack and collection architecture is available in the [aws-sam-apps repository](https://github.com/observeinc/aws-sam-apps/blob/main/docs/collection.md).
More detailed documentation on the CloudFormation stack and collection architecture is available in the [aws-sam-apps repository](https://github.com/observeinc/aws-sam-apps/blob/main/docs/stack.md).

Documentation for the `observeinc/collection/aws` Terraform module is available in the [HashiCorp registry](https://registry.terraform.io/modules/observeinc/collection/aws/latest/submodules/collection).
Documentation for the `observeinc/collection/aws` Terraform module is available in the [HashiCorp registry](https://registry.terraform.io/modules/observeinc/collection/aws/latest).
5 changes: 4 additions & 1 deletion sources/filedrop/post_install.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@ module "observe" {
%{ endif ~}
}

## If needed you can import from existing s3 bucket
# forwarder = {
## Grant forwarder access to read from pre-existing S3 buckets
# source_bucket_names = ["*"]
# source_bucket_names = ["bucket-1", "bucket-2"]
# }

%{ if !enable_config } /*%{ endif ~}
# enable AWS Config collection
Expand Down
Loading