Skip to content

[Maps] blended layer aggregation error when using composite aggregation #72752

@nreese

Description

@nreese

Kibana 7.9-BC2

Steps to view:

  1. Install flights sample data set
  2. Create new map and set time range to past 6 months to next 6 months.
  3. add documents layer. Keep scaling at "show clusters"
  4. Style fill color by value and choose machine.os.keyword

Screen Shot 2020-07-21 at 3 51 05 PM

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:PresentationbugFixes for quality problems that affect the customer experienceregression

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions