Closed smerzlyakov closed 4 years ago
Pinging @elastic/kibana-app-arch
Hi @smerzlyakov, are you still experiencing this issue? Just want to make sure I understand how to reproduce it correctly. From what I understand:
Does that sound right?
please reopen if this is still valid
Kibana version: 7.2 Elasticsearch version: 7.2 Server OS version: Centos 7 Browser version: Firefox Browser OS version: Mac Original install method (e.g. download page, yum, from source, etc.): rpm Describe the bug: my working dashboard with visualisations returns only error "Kibana [esaggs] > aggs is undefined" Steps to reproduce:
Expected behavior:
Screenshots (if relevant):
Code of visualisation (if nessesarry):
{ "title": "Win: All eventid code numbers", "type": "table", "params": { "perPage": 100, "showPartialRows": true, "showMetricsAtAllLevels": false, "sort": { "columnIndex": null, "direction": null }, "showTotal": false, "totalFunc": "sum", "dimensions": { "metrics": [ { "accessor": 3, "format": { "id": "number" }, "params": {}, "aggType": "count" } ], "buckets": [ { "accessor": 0, "format": { "id": "terms", "params": { "id": "string", "otherBucketLabel": "Other", "missingBucketLabel": "Missing" } }, "params": {}, "aggType": "terms" }, { "accessor": 2, "format": { "id": "terms", "params": { "id": "string", "otherBucketLabel": "Other", "missingBucketLabel": "Missing" } }, "params": {}, "aggType": "terms" } ] } }, "aggs": [ { "id": "1", "enabled": true, "type": "count", "schema": "metric", "params": {} }, { "id": "2", "enabled": true, "type": "terms", "schema": "bucket", "params": { "field": "event.code", "order": "desc", "size": 500, "orderBy": "1", "otherBucket": true, "otherBucketLabel": "Other", "missingBucket": true, "missingBucketLabel": "Missing" } }, { "id": "3", "enabled": true, "type": "terms", "schema": "bucket", "params": { "field": "event.action", "order": "desc", "size": 500, "orderBy": "1", "otherBucket": true, "otherBucketLabel": "Other", "missingBucket": false, "missingBucketLabel": "Missing" } } ] }
Errors in browser console (if relevant):Provide logs and/or server output (if relevant):
Any additional context: