Skip to content

Commit dab9bbe

Browse files
committed
initial commit for adding cloudfront integrations
Signed-off-by: Sean Li <[email protected]>
1 parent 2126a15 commit dab9bbe

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

server/adaptors/integrations/__data__/repository/aws_cloudfront/aws_cloudfront-1.0.0.json

+30-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Analyze access logs for Amazon CloudFront.",
66
"license": "Apache-2.0",
77
"type": "logs-aws_cloudfront",
8-
"labels": ["Observability", "Logs", "AWS", "Cloud"],
8+
"labels": ["Observability", "Logs", "AWS", "Cloud", "Flint S3"],
99
"author": "OpenSearch",
1010
"sourceUrl": "https://github.com/opensearch-project/dashboards-observability/tree/main/server/adaptors/integrations/__data__/repository/aws_cloudfront/info",
1111
"statics": {
@@ -20,6 +20,20 @@
2020
}
2121
]
2222
},
23+
"workflows": [
24+
{
25+
"name": "queries",
26+
"label": "Queries (recommended)",
27+
"description": "Tables and pre-written queries for quickly getting insights on your data.",
28+
"enabled_by_default": true
29+
},
30+
{
31+
"name": "dashboards",
32+
"label": "Dashboards & Visualizations",
33+
"description": "Dashboards and indices that enable you to easily visualize important metrics.",
34+
"enabled_by_default": false
35+
}
36+
],
2337
"components": [
2438
{
2539
"name": "aws_cloudfront",
@@ -43,7 +57,21 @@
4357
"name": "aws_cloudfront",
4458
"version": "1.0.0",
4559
"extension": "ndjson",
46-
"type": "savedObjectBundle"
60+
"type": "savedObjectBundle",
61+
"workflows": ["dashboards"]
62+
},
63+
{
64+
"name": "create_table",
65+
"version": "1.0.0",
66+
"extension": "sql",
67+
"type": "query"
68+
},
69+
{
70+
"name": "create_mv",
71+
"version": "1.0.0",
72+
"extension": "sql",
73+
"type": "query",
74+
"workflows": ["dashboards"]
4775
}
4876
],
4977
"sampleData": {

0 commit comments

Comments
 (0)