Flatten
This commit is contained in:
parent
8f165d15d2
commit
c620e4bf25
264 changed files with 9983 additions and 2280 deletions
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"title": "Pie",
|
||||
"type": "pie",
|
||||
"aggs": [
|
||||
{
|
||||
"id": "1",
|
||||
"enabled": true,
|
||||
"type": "count",
|
||||
"params": {},
|
||||
"schema": "metric"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"enabled": true,
|
||||
"type": "terms",
|
||||
"params": {
|
||||
"field": "technology.keyword",
|
||||
"orderBy": "1",
|
||||
"order": "desc",
|
||||
"size": 5,
|
||||
"otherBucket": true,
|
||||
"otherBucketLabel": "Other",
|
||||
"missingBucket": false,
|
||||
"missingBucketLabel": "Missing"
|
||||
},
|
||||
"schema": "segment"
|
||||
}
|
||||
],
|
||||
"params": {
|
||||
"type": "pie",
|
||||
"addTooltip": true,
|
||||
"addLegend": true,
|
||||
"legendPosition": "right",
|
||||
"isDonut": true,
|
||||
"labels": {
|
||||
"show": false,
|
||||
"values": true,
|
||||
"last_level": true,
|
||||
"truncate": 100
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue