File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -75,24 +75,20 @@ Your goal is to configure log sources for <log_type> to validate your table impl
75
75
1. Configure appropriate source in ~/.tailpipe/config/aws.tpc:
76
76
77
77
For S3 logs:
78
- ```
79
78
partition "aws_<log_type>" "s3_logs" {
80
79
source "aws_s3_bucket" {
81
80
connection = connection.aws.test_account
82
81
bucket = "test-logs-bucket"
83
82
}
84
83
}
85
- ```
86
84
87
85
For CloudWatch logs:
88
- ```
89
86
partition "aws_<log_type>" "cloudwatch_logs" {
90
87
source "aws_cloudwatch_log_group" {
91
88
connection = connection.aws.test_account
92
89
log_group_name = "/aws/my-log-group"
93
90
}
94
91
}
95
- ```
96
92
97
93
2. Ensure test logs are available in your configured source with sufficient data variety to test all table columns and features.
98
94
```
You can’t perform that action at this time.
0 commit comments