From 253274468308054f0ba3158fb1ebdb775b7d51c5 Mon Sep 17 00:00:00 2001 From: Chris K Wensel Date: Sat, 24 Jun 2023 09:04:44 -0700 Subject: [PATCH] fix for httpStatus fields in schema --- .../src/main/resources/schemas/aws-s3-access-log.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tessellate-main/src/main/resources/schemas/aws-s3-access-log.json b/tessellate-main/src/main/resources/schemas/aws-s3-access-log.json index ec09310..7e144e8 100644 --- a/tessellate-main/src/main/resources/schemas/aws-s3-access-log.json +++ b/tessellate-main/src/main/resources/schemas/aws-s3-access-log.json @@ -15,7 +15,7 @@ "operation|string", "key|string|-", "requestURI|string", - "httpStatus|Integer", + "httpStatus|Integer|-", "errorCode|string|-", "bytesSent|Long|-", "objectSize|Long|-",