Skip to content

Commit

Permalink
Revert "Add S3 integration for Nginx and VPC (opensearch-project#1214) (
Browse files Browse the repository at this point in the history
opensearch-project#1216)"

This reverts commit e0a509c.
  • Loading branch information
mengweieric committed Nov 8, 2023
1 parent 14c72ec commit 7bf4513
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 112 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "AWS VPC Flow log collector",
"license": "Apache-2.0",
"type": "logs_vpc",
"labels": ["Observability", "Logs", "AWS", "Cloud", "Flint S3"],
"labels": ["Observability", "Logs", "AWS", "Cloud"],
"author": "Haidong Wang",
"sourceUrl": "https://github.com/opensearch-project/dashboards-observability/tree/main/server/adaptors/integrations/__data__/repository/aws_vpc_flow/info",
"statics": {
Expand Down Expand Up @@ -46,24 +46,7 @@
"savedObjects": {
"name": "aws_vpc_flow",
"version": "1.0.0"
},
"queries": [
{
"name": "create_table_vpc",
"version": "1.0.0",
"language": "sql"
},
{
"name": "create_mv_vpc",
"version": "1.0.0",
"language": "sql"
},
{
"name": "refresh_mv_vpc",
"version": "1.0.0",
"language": "sql"
}
]
}
},
"sampleData": {
"path": "sample.json"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Nginx HTTP server collector",
"license": "Apache-2.0",
"type": "logs",
"labels": ["Observability", "Logs", "Flint S3"],
"labels": ["Observability", "Logs"],
"author": "OpenSearch",
"sourceUrl": "https://github.com/opensearch-project/dashboards-observability/tree/main/server/adaptors/integrations/__data__/repository/nginx/info",
"statics": {
Expand Down Expand Up @@ -38,24 +38,7 @@
"savedObjects": {
"name": "nginx",
"version": "1.0.0"
},
"queries": [
{
"name": "create_table",
"version": "1.0.0",
"language": "sql"
},
{
"name": "create_mv",
"version": "1.0.0",
"language": "sql"
},
{
"name": "refresh_mv",
"version": "1.0.0",
"language": "sql"
}
]
}
},
"sampleData": {
"path": "sample.json"
Expand Down

0 comments on commit 7bf4513

Please sign in to comment.