Skip to content

Commit 5527536

Browse files
Revert "Hotfix: stress test bucket info"
This reverts commit 5daad03. This does not actually run in Pulumi, so hardcoded values are not needed.
1 parent 0f5a5ec commit 5527536

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/athena/alb_access_logs_ddl.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ WITH SERDEPROPERTIES (
4646
'serialization.format' = '1',
4747
'input.regex' = '([^ ]*) ([^ ]*) ([^ ]*) ([^ ]*):([0-9]*) ([^ ]*)[:-]([0-9]*) ([-.0-9]*) ([-.0-9]*) ([-.0-9]*) (|[-0-9]*) (-|[-0-9]*) ([-0-9]*) ([-0-9]*) \"([^ ]*) (.*) (- |[^ ]*)\" \"([^\"]*)\" ([A-Z0-9-_]+) ([A-Za-z0-9.-]*) ([^ ]*) \"([^\"]*)\" \"([^\"]*)\" \"([^\"]*)\" ([-.0-9]*) ([^ ]*) \"([^\"]*)\" \"([^\"]*)\" \"([^ ]*)\" \"([^\\s]+?)\" \"([^\\s]+)\" \"([^ ]*)\" \"([^ ]*)\" ?([^ ]*)?'
4848
)
49-
LOCATION 's3://districtr-prod-alb-logs-34269a1/alb/AWSLogs/729015560966/elasticloadbalancing/us-east-2/';
49+
LOCATION 's3://<BUCKET>/alb/AWSLogs/<ACCOUNT_ID>/elasticloadbalancing/us-east-2/';

0 commit comments

Comments
 (0)