From a025510cca3a5bac0836dac7f27faa1d687527d0 Mon Sep 17 00:00:00 2001 From: Ryan Liang Date: Mon, 3 Jun 2024 14:23:21 -0700 Subject: [PATCH] Reverted some version changes on integrations with only doc link changes Signed-off-by: Ryan Liang --- .../{amazon_elb-1.1.0.json => amazon_elb-1.0.0.json} | 2 +- .../amazon_vpc_flow/assets/create_table_vpc_schema-1.0.0.sql | 3 --- .../repository/apache/{apache-1.1.0.json => apache-1.0.0.json} | 2 +- .../repository/nginx/{nginx-1.1.0.json => nginx-1.0.0.json} | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) rename server/adaptors/integrations/__data__/repository/amazon_elb/{amazon_elb-1.1.0.json => amazon_elb-1.0.0.json} (99%) rename server/adaptors/integrations/__data__/repository/apache/{apache-1.1.0.json => apache-1.0.0.json} (98%) rename server/adaptors/integrations/__data__/repository/nginx/{nginx-1.1.0.json => nginx-1.0.0.json} (98%) diff --git a/server/adaptors/integrations/__data__/repository/amazon_elb/amazon_elb-1.1.0.json b/server/adaptors/integrations/__data__/repository/amazon_elb/amazon_elb-1.0.0.json similarity index 99% rename from server/adaptors/integrations/__data__/repository/amazon_elb/amazon_elb-1.1.0.json rename to server/adaptors/integrations/__data__/repository/amazon_elb/amazon_elb-1.0.0.json index bce491ea21..d1f9aa87b5 100644 --- a/server/adaptors/integrations/__data__/repository/amazon_elb/amazon_elb-1.1.0.json +++ b/server/adaptors/integrations/__data__/repository/amazon_elb/amazon_elb-1.0.0.json @@ -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", diff --git a/server/adaptors/integrations/__data__/repository/amazon_vpc_flow/assets/create_table_vpc_schema-1.0.0.sql b/server/adaptors/integrations/__data__/repository/amazon_vpc_flow/assets/create_table_vpc_schema-1.0.0.sql index 96bceab39e..bab97cc538 100644 --- a/server/adaptors/integrations/__data__/repository/amazon_vpc_flow/assets/create_table_vpc_schema-1.0.0.sql +++ b/server/adaptors/integrations/__data__/repository/amazon_vpc_flow/assets/create_table_vpc_schema-1.0.0.sql @@ -30,7 +30,4 @@ CREATE EXTERNAL TABLE IF NOT EXISTS {table_name} ( traffic_path int ) USING parquet -OPTIONS ( - recursiveFileLookup='true' -) LOCATION '{s3_bucket_location}' diff --git a/server/adaptors/integrations/__data__/repository/apache/apache-1.1.0.json b/server/adaptors/integrations/__data__/repository/apache/apache-1.0.0.json similarity index 98% rename from server/adaptors/integrations/__data__/repository/apache/apache-1.1.0.json rename to server/adaptors/integrations/__data__/repository/apache/apache-1.0.0.json index d454df815b..36186d9241 100644 --- a/server/adaptors/integrations/__data__/repository/apache/apache-1.1.0.json +++ b/server/adaptors/integrations/__data__/repository/apache/apache-1.0.0.json @@ -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", diff --git a/server/adaptors/integrations/__data__/repository/nginx/nginx-1.1.0.json b/server/adaptors/integrations/__data__/repository/nginx/nginx-1.0.0.json similarity index 98% rename from server/adaptors/integrations/__data__/repository/nginx/nginx-1.1.0.json rename to server/adaptors/integrations/__data__/repository/nginx/nginx-1.0.0.json index f01f7b44b9..c64a83b68e 100644 --- a/server/adaptors/integrations/__data__/repository/nginx/nginx-1.1.0.json +++ b/server/adaptors/integrations/__data__/repository/nginx/nginx-1.0.0.json @@ -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",