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

Disable date detection in index templates #3528

Merged
merged 1 commit into from
Feb 5, 2017

Commits on Feb 3, 2017

  1. Disable date detection in index templates

    We use dynamic fields in some places and date detection is enabled by default so if a Beat sends a dynamic string field that looks like a date, the field mapping will be date. This means that all follow on data using the same field name must also be a date or else a field mapping exception will occur. Disabling date detection will make the generated index mappings more predicable.
    
    Closes elastic#3389
    andrewkroh committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    4a5afd6 View commit details
    Browse the repository at this point in the history