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

Make journals work with elasticsearch 2.x #428

Merged
merged 1 commit into from
Sep 21, 2016
Merged

Make journals work with elasticsearch 2.x #428

merged 1 commit into from
Sep 21, 2016

Commits on Sep 21, 2016

  1. Remove format for journals 'created_at' field

    - elasticsearch >= 2 will complain about the format, because
      `basic_date_time` is specified and epoch is given, while es < 2 will
      silently accept epoch
    - removing the format should make es < 2 accept the epoch value as usual
      and let es >= 2 use its default
      `strict_date_optional_time||epoch_millis`
    msievers committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    9ef0936 View commit details
    Browse the repository at this point in the history