forked from opensearch-project/dashboards-observability
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated integration configs to json5
- Loading branch information
1 parent
cdba076
commit 5c93001
Showing
5 changed files
with
106 additions
and
217 deletions.
There are no files selected for viewing
83 changes: 0 additions & 83 deletions
83
server/adaptors/integrations/__data__/repository/apache/apache-1.0.0.json
This file was deleted.
Oops, something went wrong.
51 changes: 51 additions & 0 deletions
51
server/adaptors/integrations/__data__/repository/apache/apache-1.0.0.json5
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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
name: "apache", | ||
version: "1.0.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/dashboards-observability/tree/main/server/adaptors/integrations/__data__/repository/apache/info", | ||
workflows: [ | ||
{ | ||
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 | ||
} | ||
], | ||
statics: { | ||
logo: { | ||
annotation: "Apache Logo", | ||
path: "logo.png" | ||
}, | ||
gallery: [ | ||
{ | ||
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" } | ||
], | ||
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_mv", version: "1.0.0", extension: "sql", type: "query", workflows: ["dashboards"] } | ||
], | ||
sampleData: { | ||
path: "sample.json" | ||
} | ||
} |
87 changes: 0 additions & 87 deletions
87
server/adaptors/integrations/__data__/repository/nginx/nginx-1.0.0.json
This file was deleted.
Oops, something went wrong.
55 changes: 55 additions & 0 deletions
55
server/adaptors/integrations/__data__/repository/nginx/nginx-1.0.0.json5
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 |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
name: "nginx", | ||
version: "1.0.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/dashboards-observability/tree/main/server/adaptors/integrations/__data__/repository/nginx/info", | ||
workflows: [ | ||
{ | ||
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 | ||
} | ||
], | ||
statics: { | ||
logo: { | ||
annotation: "NginX Logo", | ||
path: "logo.svg" | ||
}, | ||
gallery: [ | ||
{ | ||
annotation: "NginX Dashboard", | ||
path: "dashboard1.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" } | ||
], | ||
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_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" | ||
} | ||
} |
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