Move in progress apps temporarily
This commit is contained in:
parent
ba04aa108c
commit
6eaaf8e9be
360 changed files with 6171 additions and 55 deletions
88
fix/leafcutter/config/visualizations/verticalBar.json
Normal file
88
fix/leafcutter/config/visualizations/verticalBar.json
Normal file
|
|
@ -0,0 +1,88 @@
|
|||
{
|
||||
"title": "VerticalBar",
|
||||
"type": "histogram",
|
||||
"aggs": [
|
||||
{
|
||||
"id": "1",
|
||||
"enabled": true,
|
||||
"type": "count",
|
||||
"params": {},
|
||||
"schema": "metric"
|
||||
},
|
||||
{
|
||||
"id": "2",
|
||||
"enabled": true,
|
||||
"type": "terms",
|
||||
"params": {
|
||||
"field": "actor.keyword",
|
||||
"orderBy": "1",
|
||||
"order": "desc",
|
||||
"size": 10,
|
||||
"otherBucket": false,
|
||||
"otherBucketLabel": "Other",
|
||||
"missingBucket": false,
|
||||
"missingBucketLabel": "Missing"
|
||||
},
|
||||
"schema": "segment"
|
||||
}
|
||||
],
|
||||
"params": {
|
||||
"type": "histogram",
|
||||
"grid": { "categoryLines": false },
|
||||
"categoryAxes": [
|
||||
{
|
||||
"id": "CategoryAxis-1",
|
||||
"type": "category",
|
||||
"position": "bottom",
|
||||
"show": true,
|
||||
"style": {},
|
||||
"scale": { "type": "linear" },
|
||||
"labels": { "show": true, "filter": true, "truncate": 100 },
|
||||
"title": {}
|
||||
}
|
||||
],
|
||||
"valueAxes": [
|
||||
{
|
||||
"id": "ValueAxis-1",
|
||||
"name": "LeftAxis-1",
|
||||
"type": "value",
|
||||
"position": "left",
|
||||
"show": true,
|
||||
"style": {},
|
||||
"scale": { "type": "linear", "mode": "normal" },
|
||||
"labels": {
|
||||
"show": true,
|
||||
"rotate": 0,
|
||||
"filter": false,
|
||||
"truncate": 100
|
||||
},
|
||||
"title": { "text": "Count" }
|
||||
}
|
||||
],
|
||||
"seriesParams": [
|
||||
{
|
||||
"show": true,
|
||||
"type": "histogram",
|
||||
"mode": "normal",
|
||||
"data": { "label": "Count", "id": "1" },
|
||||
"valueAxis": "ValueAxis-1",
|
||||
"drawLinesBetweenPoints": true,
|
||||
"lineWidth": 2,
|
||||
"showCircles": true
|
||||
}
|
||||
],
|
||||
"addTooltip": true,
|
||||
"addLegend": true,
|
||||
"legendPosition": "right",
|
||||
"times": [],
|
||||
"addTimeMarker": false,
|
||||
"labels": { "show": false },
|
||||
"thresholdLine": {
|
||||
"show": false,
|
||||
"value": 10,
|
||||
"width": 1,
|
||||
"style": "full",
|
||||
"color": "#E7664C"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue