Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression: in table vis, you can only split a table one level deep #24244

Closed
lukeelmers opened this issue Oct 18, 2018 · 2 comments
Closed

Regression: in table vis, you can only split a table one level deep #24244

lukeelmers opened this issue Oct 18, 2018 · 2 comments
Assignees
Labels
blocker bug Fixes for quality problems that affect the customer experience Feature:Data Table Data table visualization feature regression Team:Visualizations Visualization editors, elastic-charts and infrastructure v6.5.0

Comments

@lukeelmers
Copy link
Member

lukeelmers commented Oct 18, 2018

Within the buckets for a table visualization, you can split the tables an arbitrary number of times, nesting them multiple levels deep.

Here's an example using sample flight data on demo.elastic.co, which is currently running v6.3.x (we have also verified this is how it looks in v6.4.x:
screenshot 2018-10-18 14 49 04

Here's the exact same editor configuration running master locally. Note how the table only splits once on the carrier:
screenshot 2018-10-18 14 49 15

This is a regression and should be addressed prior to v6.5 release.

Link to demo page example:

https://demo.elastic.co/app/kibana#/visualize/create?type=table&indexPattern=d3d7af60-4c81-11e8-b3d7-01146121b73d&_g=(refreshInterval:(pause:!t,value:0),time:(from:now-1y,mode:quick,to:now))&_a=(filters:!(),linked:!f,query:(language:kuery,query:''),uiState:(vis:(params:(sort:(columnIndex:!n,direction:!n)))),vis:(aggs:!((enabled:!t,id:'1',params:(),schema:metric,type:count),(enabled:!t,id:'2',params:(field:Carrier,missingBucket:!f,missingBucketLabel:Missing,order:asc,orderBy:_key,otherBucket:!f,otherBucketLabel:Other,row:!t,size:5),schema:split,type:terms),(enabled:!t,id:'3',params:(field:DestWeather,missingBucket:!f,missingBucketLabel:Missing,order:desc,orderBy:_key,otherBucket:!f,otherBucketLabel:Other,row:!t,size:5),schema:split,type:terms),(enabled:!t,id:'4',params:(customInterval:'2h',drop_partials:!f,extended_bounds:(),field:timestamp,interval:M,min_doc_count:1,row:!t,time_zone:America%2FDenver),schema:split,type:date_histogram)),params:(perPage:10,showMeticsAtAllLevels:!f,showMetricsAtAllLevels:!f,showPartialRows:!f,showTotal:!f,sort:(columnIndex:!n,direction:!n),totalFunc:sum),title:'New%20Visualization',type:table))

@lukeelmers lukeelmers added bug Fixes for quality problems that affect the customer experience blocker Feature:Data Table Data table visualization feature regression v6.5.0 Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Oct 18, 2018
@lukeelmers
Copy link
Member Author

cc @elastic/kibana-app

@lukeelmers lukeelmers self-assigned this Oct 19, 2018
@lukeelmers
Copy link
Member Author

The regression seems to have been introduced in #19061

I'm looking into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker bug Fixes for quality problems that affect the customer experience Feature:Data Table Data table visualization feature regression Team:Visualizations Visualization editors, elastic-charts and infrastructure v6.5.0
Projects
None yet
Development

No branches or pull requests

1 participant