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

Allow for backwards compatibility for unix timestamp in pre 2.x indices #11515

Merged
merged 1 commit into from Jun 25, 2015

Commits on Jun 25, 2015

  1. Dates: Be backwards compatible with pre 2.x indices

    In order to be backwards compatible, indices created before 2.x must support
    indexing of a unix timestamp and its configured date format. Indices created
    with 2.x must configure the `epoch_millis` date formatter in order to
    support this.
    
    Relates elastic#10971
    spinscale committed Jun 25, 2015
    Copy the full SHA
    23cf9af View commit details
    Browse the repository at this point in the history