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

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

Closed
nreese opened this issue Jul 21, 2020 · 1 comment · Fixed by #72759
Closed

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

nreese opened this issue Jul 21, 2020 · 1 comment · Fixed by #72759
Assignees
Labels
bug Fixes for quality problems that affect the customer experience [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation regression

Comments

@nreese
Copy link
Contributor

nreese commented Jul 21, 2020

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.

@nreese nreese added bug Fixes for quality problems that affect the customer experience regression [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation labels Jul 21, 2020
@nreese nreese self-assigned this Jul 21, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-gis (Team:Geo)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation regression
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants