-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy pathrequest.CreateDashboard_3669695268.json
50 lines (50 loc) · 1.17 KB
/
request.CreateDashboard_3669695268.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
{
"layout_type": "ordered",
"title": "Example-Dashboard with query table widget and storage parameter",
"widgets": [
{
"definition": {
"type": "query_table",
"requests": [
{
"queries": [
{
"data_source": "logs",
"name": "query1",
"search": {
"query": ""
},
"indexes": [
"*"
],
"compute": {
"aggregation": "count"
},
"group_by": [],
"storage": "online_archives"
}
],
"formulas": [
{
"conditional_formats": [],
"cell_display_mode": "bar",
"formula": "query1"
}
],
"sort": {
"count": 50,
"order_by": [
{
"type": "formula",
"index": 0,
"order": "desc"
}
]
},
"response_format": "scalar"
}
]
}
}
]
}