There was an error while loading. Please reload this page.
1 parent 0f5a5ec commit 5527536Copy full SHA for 5527536
1 file changed
infra/athena/alb_access_logs_ddl.sql
@@ -46,4 +46,4 @@ WITH SERDEPROPERTIES (
46
'serialization.format' = '1',
47
'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]+)\" \"([^ ]*)\" \"([^ ]*)\" ?([^ ]*)?'
48
)
49
-LOCATION 's3://districtr-prod-alb-logs-34269a1/alb/AWSLogs/729015560966/elasticloadbalancing/us-east-2/';
+LOCATION 's3://<BUCKET>/alb/AWSLogs/<ACCOUNT_ID>/elasticloadbalancing/us-east-2/';
0 commit comments