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

Preserve format when aggregation contains unmapped date fields #35254

Merged
merged 3 commits into from
Nov 8, 2018

Commits on Nov 5, 2018

  1. Preserve date_histogram format when aggregating on unmapped fields

    Currently when aggregating on an unmapped date field (e.g. using a
    date_histogram) we don't preserve the aggregations `format` setting but instead
    use the default format. This can lead to loosing the aggregations `format` when
    aggregating over several indices where some of them contain unmapped date fields
    and are encountered first in the reduce phase.
    
    Related to elastic#31760
    Christoph Büscher committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    b30acf5 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Merge branch 'master' into fix-dateFormatBug

    Christoph Büscher committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    3b97a42 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fix-dateFormatBug

    Christoph Büscher committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    96f5314 View commit details
    Browse the repository at this point in the history