-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the source url to release of catalog repo, and fix the formats…
… for apache and nginx Signed-off-by: Ryan Liang <jiallian@amazon.com>
- Loading branch information
Showing
9 changed files
with
83 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
74 changes: 37 additions & 37 deletions
74
server/adaptors/integrations/__data__/repository/apache/apache-1.1.0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,52 @@ | ||
{ | ||
name: "apache", | ||
version: "1.1.0", | ||
displayName: "Apache Access Logs", | ||
description: "Insights on applications using the standard Apache access log format.", | ||
license: "Apache-2.0", | ||
type: "logs_apache", | ||
labels: ["Observability", "Logs", "Flint S3"], | ||
author: "OpenSearch", | ||
sourceUrl: "https://github.com/opensearch-project/opensearch-catalog/tree/main/integrations/observability/apache/info", | ||
workflows: [ | ||
"name": "apache", | ||
"version": "1.1.0", | ||
"displayName": "Apache Access Logs", | ||
"description": "Insights on applications using the standard Apache access log format.", | ||
"license": "Apache-2.0", | ||
"type": "logs_apache", | ||
"labels": ["Observability", "Logs", "Flint S3"], | ||
"author": "OpenSearch", | ||
"sourceUrl": "https://github.com/opensearch-project/opensearch-catalog/releases/tag/apache-1.0.0", | ||
"workflows": [ | ||
{ | ||
name: "queries", | ||
label: "Queries (recommended)", | ||
description: "Tables and pre-written queries for quickly getting insights on your data.", | ||
enabled_by_default: true | ||
"name": "queries", | ||
"label": "Queries (recommended)", | ||
"description": "Tables and pre-written queries for quickly getting insights on your data.", | ||
"enabled_by_default": true | ||
}, | ||
{ | ||
name: "dashboards", | ||
label: "Dashboards & Visualizations", | ||
description: "Dashboards and indices that enable you to easily visualize important metrics.", | ||
enabled_by_default: false | ||
"name": "dashboards", | ||
"label": "Dashboards & Visualizations", | ||
"description": "Dashboards and indices that enable you to easily visualize important metrics.", | ||
"enabled_by_default": false | ||
} | ||
], | ||
statics: { | ||
logo: { | ||
annotation: "Apache Logo", | ||
path: "logo.png" | ||
"statics": { | ||
"logo": { | ||
"annotation": "Apache Logo", | ||
"path": "logo.png" | ||
}, | ||
gallery: [ | ||
"gallery": [ | ||
{ | ||
annotation: "Apache Dashboard", | ||
path: "dashboard1.png" | ||
"annotation": "Apache Dashboard", | ||
"path": "dashboard1.png" | ||
} | ||
] | ||
}, | ||
components: [ | ||
{ name: "communication", version: "1.0.0" }, | ||
{ name: "http", version: "1.0.0" }, | ||
{ name: "logs_apache", version: "1.0.0" } | ||
"components": [ | ||
{ "name": "communication", "version": "1.0.0" }, | ||
{ "name": "http", "version": "1.0.0" }, | ||
{ "name": "logs_apache", "version": "1.0.0" } | ||
], | ||
assets: [ | ||
{ name: "apache", version: "1.0.0", extension: "ndjson", type: "savedObjectBundle", workflows: ["dashboards"] }, | ||
{ name: "example_queries", version: "1.0.0", extension: "ndjson", type: "savedObjectBundle", workflows: ["queries"] }, | ||
{ name: "create_table", version: "1.0.0", extension: "sql", type: "query" }, | ||
{ name: "create_skipping_index", version: "1.0.0", extension: "sql", type: "query", workflows: ["queries"] }, | ||
{ name: "create_mv", version: "1.0.0", extension: "sql", type: "query", workflows: ["dashboards"] } | ||
"assets": [ | ||
{ "name": "apache", "version": "1.0.0", "extension": "ndjson", "type": "savedObjectBundle", "workflows": ["dashboards"] }, | ||
{ "name": "example_queries", "version": "1.0.0", "extension": "ndjson", "type": "savedObjectBundle", "workflows": ["queries"] }, | ||
{ "name": "create_table", "version": "1.0.0", "extension": "sql", "type": "query" }, | ||
{ "name": "create_skipping_index", "version": "1.0.0", "extension": "sql", "type": "query", "workflows": ["queries"] }, | ||
{ "name": "create_mv", "version": "1.0.0", "extension": "sql", "type": "query", "workflows": ["dashboards"] } | ||
], | ||
sampleData: { | ||
path: "sample.json" | ||
"sampleData": { | ||
"path": "sample.json" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
78 changes: 39 additions & 39 deletions
78
server/adaptors/integrations/__data__/repository/nginx/nginx-1.1.0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,56 @@ | ||
{ | ||
name: "nginx", | ||
version: "1.1.0", | ||
displayName: "Nginx", | ||
description: "Analyze Nginx access logs.", | ||
license: "Apache-2.0", | ||
type: "logs", | ||
labels: ["Observability", "Logs", "Flint S3"], | ||
author: "OpenSearch", | ||
sourceUrl: "https://github.com/opensearch-project/opensearch-catalog/tree/main/integrations/observability/nginx/info", | ||
workflows: [ | ||
"name": "nginx", | ||
"version": "1.1.0", | ||
"displayName": "Nginx", | ||
"description": "Analyze Nginx access logs.", | ||
"license": "Apache-2.0", | ||
"type": "logs", | ||
"labels": ["Observability", "Logs", "Flint S3"], | ||
"author": "OpenSearch", | ||
"sourceUrl": "https://github.com/opensearch-project/opensearch-catalog/releases/tag/nginx-1.0.0", | ||
"workflows": [ | ||
{ | ||
name: "queries", | ||
label: "Queries (recommended)", | ||
description: "Tables and pre-written queries for quickly getting insights on your data.", | ||
enabled_by_default: true | ||
"name": "queries", | ||
"label": "Queries (recommended)", | ||
"description": "Tables and pre-written queries for quickly getting insights on your data.", | ||
"enabled_by_default": true | ||
}, | ||
{ | ||
name: "dashboards", | ||
label: "Dashboards & Visualizations", | ||
description: "Dashboards and indices that enable you to easily visualize important metrics.", | ||
enabled_by_default: false | ||
"name": "dashboards", | ||
"label": "Dashboards & Visualizations", | ||
"description": "Dashboards and indices that enable you to easily visualize important metrics.", | ||
"enabled_by_default": false | ||
} | ||
], | ||
statics: { | ||
logo: { | ||
annotation: "NginX Logo", | ||
path: "logo.svg" | ||
"statics": { | ||
"logo": { | ||
"annotation": "NginX Logo", | ||
"path": "logo.svg" | ||
}, | ||
gallery: [ | ||
"gallery": [ | ||
{ | ||
annotation: "NginX Dashboard", | ||
path: "dashboard1.png" | ||
"annotation": "NginX Dashboard", | ||
"path": "dashboard1.png" | ||
}, | ||
{ | ||
annotation: "NginX Dashboard view", | ||
path: "dashboard2.png" | ||
"annotation": "NginX Dashboard view", | ||
"path": "dashboard2.png" | ||
} | ||
] | ||
}, | ||
components: [ | ||
{ name: "communication", version: "1.0.0" }, | ||
{ name: "http", version: "1.0.0" }, | ||
{ name: "logs", version: "1.0.0" } | ||
"components": [ | ||
{ "name": "communication", "version": "1.0.0" }, | ||
{ "name": "http", "version": "1.0.0" }, | ||
{ "name": "logs", "version": "1.0.0" } | ||
], | ||
assets: [ | ||
{ name: "nginx", version: "1.0.0", extension: "ndjson", type: "savedObjectBundle", workflows: ["dashboards"] }, | ||
{ name: "create_table", version: "1.0.0", extension: "sql", type: "query" }, | ||
{ name: "create_skipping_index", version: "1.0.0", extension: "sql", type: "query", workflows: ["queries"] }, | ||
{ name: "create_mv", version: "1.0.0", extension: "sql", type: "query", workflows: ["dashboards"] }, | ||
{ name: "example_queries", version: "1.0.0", extension: "ndjson", type: "savedObjectBundle", workflows: ["queries"] } | ||
"assets": [ | ||
{ "name": "nginx", "version": "1.0.0", "extension": "ndjson", "type": "savedObjectBundle", "workflows": ["dashboards"] }, | ||
{ "name": "create_table", "version": "1.0.0", "extension": "sql", "type": "query" }, | ||
{ "name": "create_skipping_index", "version": "1.0.0", "extension": "sql", "type": "query", "workflows": ["queries"] }, | ||
{ "name": "create_mv", "version": "1.0.0", "extension": "sql", "type": "query", "workflows": ["dashboards"] }, | ||
{ "name": "example_queries", "version": "1.0.0", "extension": "ndjson", "type": "savedObjectBundle", "workflows": ["queries"] } | ||
], | ||
sampleData: { | ||
path: "sample.json" | ||
"sampleData": { | ||
"path": "sample.json" | ||
} | ||
} |