mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Added an initial version of segment counts
This commit is contained in:
parent
8a118bb230
commit
c2474ed377
3 changed files with 157 additions and 19 deletions
|
@ -142,6 +142,16 @@ var rows = [
|
|||
],
|
||||
"notice": false
|
||||
},
|
||||
{
|
||||
"title": "Segments",
|
||||
"panels": [
|
||||
{
|
||||
"value_field": "total.segments.count",
|
||||
"title": "Avg Shard Segment Count*",
|
||||
}
|
||||
],
|
||||
"notice": false
|
||||
},
|
||||
{
|
||||
"title": "Indexing",
|
||||
"panels": [
|
||||
|
|
|
@ -298,20 +298,6 @@ var rows = [
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Data",
|
||||
"panels": [
|
||||
{
|
||||
"value_field": "indices.docs.count",
|
||||
"title": "Documents"
|
||||
},
|
||||
{
|
||||
"value_field": "indices.store.size_in_bytes",
|
||||
"title": "Size",
|
||||
"y_as_bytes": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Indexing",
|
||||
"panels": [
|
||||
|
@ -365,6 +351,29 @@ var rows = [
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Data",
|
||||
"panels": [
|
||||
{
|
||||
"value_field": "indices.docs.count",
|
||||
"title": "Documents"
|
||||
},
|
||||
{
|
||||
"value_field": "indices.store.size_in_bytes",
|
||||
"title": "Size",
|
||||
"y_as_bytes": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Segments",
|
||||
"panels": [
|
||||
{
|
||||
"value_field": "indices.segments.count",
|
||||
"title": "Segment no."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Process",
|
||||
"panels": [
|
||||
|
|
|
@ -118,7 +118,19 @@
|
|||
"grid": {
|
||||
"max": null,
|
||||
"min": 0
|
||||
}
|
||||
},
|
||||
"annotate": {
|
||||
"enable": false,
|
||||
"query": "*",
|
||||
"size": 20,
|
||||
"field": "_type",
|
||||
"sort": [
|
||||
"_score",
|
||||
"desc"
|
||||
]
|
||||
},
|
||||
"pointradius": 5,
|
||||
"y_as_bytes": false
|
||||
},
|
||||
{
|
||||
"span": 4,
|
||||
|
@ -181,7 +193,19 @@
|
|||
"grid": {
|
||||
"max": null,
|
||||
"min": 0
|
||||
}
|
||||
},
|
||||
"annotate": {
|
||||
"enable": false,
|
||||
"query": "*",
|
||||
"size": 20,
|
||||
"field": "_type",
|
||||
"sort": [
|
||||
"_score",
|
||||
"desc"
|
||||
]
|
||||
},
|
||||
"pointradius": 5,
|
||||
"y_as_bytes": false
|
||||
},
|
||||
{
|
||||
"span": 4,
|
||||
|
@ -244,7 +268,19 @@
|
|||
"grid": {
|
||||
"max": null,
|
||||
"min": 0
|
||||
}
|
||||
},
|
||||
"annotate": {
|
||||
"enable": false,
|
||||
"query": "*",
|
||||
"size": 20,
|
||||
"field": "_type",
|
||||
"sort": [
|
||||
"_score",
|
||||
"desc"
|
||||
]
|
||||
},
|
||||
"pointradius": 5,
|
||||
"y_as_bytes": false
|
||||
}
|
||||
],
|
||||
"notice": false
|
||||
|
@ -911,6 +947,89 @@
|
|||
],
|
||||
"notice": false
|
||||
},
|
||||
{
|
||||
"title": "Segments",
|
||||
"height": "150px",
|
||||
"editable": true,
|
||||
"collapse": false,
|
||||
"collapsable": true,
|
||||
"panels": [
|
||||
{
|
||||
"span": 4,
|
||||
"editable": true,
|
||||
"type": "histogram",
|
||||
"loadingEditor": false,
|
||||
"mode": "max",
|
||||
"time_field": "@timestamp",
|
||||
"queries": {
|
||||
"mode": "all",
|
||||
"ids": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"annotate": {
|
||||
"enable": false,
|
||||
"query": "*",
|
||||
"size": 20,
|
||||
"field": "_type",
|
||||
"sort": [
|
||||
"_score",
|
||||
"desc"
|
||||
]
|
||||
},
|
||||
"value_field": "segments.count",
|
||||
"auto_int": true,
|
||||
"resolution": 30,
|
||||
"interval": "1m",
|
||||
"intervals": [
|
||||
"auto",
|
||||
"1s",
|
||||
"1m",
|
||||
"5m",
|
||||
"10m",
|
||||
"30m",
|
||||
"1h",
|
||||
"3h",
|
||||
"12h",
|
||||
"1d",
|
||||
"1w",
|
||||
"1y"
|
||||
],
|
||||
"fill": 0,
|
||||
"linewidth": 3,
|
||||
"pointradius": 5,
|
||||
"timezone": "browser",
|
||||
"spyable": true,
|
||||
"zoomlinks": true,
|
||||
"bars": false,
|
||||
"stack": false,
|
||||
"points": false,
|
||||
"lines": true,
|
||||
"legend": true,
|
||||
"show_query": true,
|
||||
"legend_counts": false,
|
||||
"x-axis": true,
|
||||
"y-axis": true,
|
||||
"percentage": false,
|
||||
"zerofill": true,
|
||||
"interactive": true,
|
||||
"options": true,
|
||||
"derivative": false,
|
||||
"scale": 1,
|
||||
"y_as_bytes": false,
|
||||
"tooltip": {
|
||||
"value_type": "cumulative",
|
||||
"query_as_alias": true
|
||||
},
|
||||
"grid": {
|
||||
"max": null,
|
||||
"min": 0
|
||||
},
|
||||
"title": "Segment count"
|
||||
}
|
||||
],
|
||||
"notice": false
|
||||
},
|
||||
{
|
||||
"title": "Memory",
|
||||
"height": "150px",
|
||||
|
@ -1140,8 +1259,8 @@
|
|||
},
|
||||
{
|
||||
"type": "filtering",
|
||||
"collapse": false,
|
||||
"notice": true,
|
||||
"collapse": true,
|
||||
"notice": false,
|
||||
"enable": true
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue