Skip to content

Commit

Permalink
fix vpc protocol field to match vpc original declaration: (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
YANG-DB committed Jun 28, 2024
1 parent eace3a5 commit cf2e886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amazon_vpc_flow",
"version": "1.1.0",
"version": "1.1.1",
"displayName": "Amazon VPC",
"description": "Monitor IP traffic with VPC Flow Logs.",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CREATE EXTERNAL TABLE IF NOT EXISTS {table_name} (
dstaddr string,
srcport int,
dstport int,
protocol bigint,
protocol int,
packets bigint,
bytes bigint,
start bigint,
Expand Down

0 comments on commit cf2e886

Please sign in to comment.