-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Team:GeoFormer Team Label for Geo Team. Now use Team:PresentationFormer Team Label for Geo Team. Now use Team:PresentationbugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceregression
Description
Kibana 7.9-BC2
Steps to view:
- Install flights sample data set
- Create new map and set time range to past 6 months to next 6 months.
- add documents layer. Keep scaling at "show clusters"
- Style fill color by value and choose
machine.os.keyword
Elasticsearch failure message
{
"error" : {
"root_cause" : [
{
"type" : "x_content_parse_exception",
"reason" : "[23:17] [geotile_grid] unknown field [size]"
}
],
"type" : "x_content_parse_exception",
"reason" : "[23:25] [composite] failed to parse field [sources]",
"caused_by" : {
"type" : "x_content_parse_exception",
"reason" : "[23:17] [geotile_grid] unknown field [size]"
}
},
"status" : 400
}
Regression caused by #70313. That PR added size to geotile_grid aggregation when nested under composite. This is not allowed.
Metadata
Metadata
Assignees
Labels
Team:GeoFormer Team Label for Geo Team. Now use Team:PresentationFormer Team Label for Geo Team. Now use Team:PresentationbugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceregression
