Skip to content

Commit

Permalink
Reverted some version changes on integrations with only doc link changes
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <jiallian@amazon.com>
  • Loading branch information
RyanL1997 committed Jun 3, 2024
1 parent e457d2b commit 2080de8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amazon_elb",
"version": "1.1.0",
"version": "1.0.0",
"displayName": "Elastic Load Balancing",
"description": "Analyze access logs for Elastic Load Balancing.",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,4 @@ CREATE EXTERNAL TABLE IF NOT EXISTS {table_name} (
traffic_path int
)
USING parquet
OPTIONS (
recursiveFileLookup='true'
)
LOCATION '{s3_bucket_location}'
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apache",
"version": "1.1.0",
"version": "1.0.0",
"displayName": "Apache Access Logs",
"description": "Insights on applications using the standard Apache access log format.",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nginx",
"version": "1.1.0",
"version": "1.0.0",
"displayName": "Nginx",
"description": "Analyze Nginx access logs.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 2080de8

Please sign in to comment.