-
Notifications
You must be signed in to change notification settings - Fork 19
/
nginx-1.0.0.json
57 lines (57 loc) · 2.04 KB
/
nginx-1.0.0.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"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/opensearch-catalog/tree/main/integrations/observability/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": "getting-started-tutorial", "version": "1.0.0", "extension": "ndjson", "type": "savedObjectBundle", "workflows": ["dashboards"] },
{ "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"
}
}