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

Merge ES index and mapping creation in Indices#create() #1563

Merged
merged 1 commit into from Nov 20, 2015
Merged

Commits on Nov 16, 2015

  1. Merge ES index and mapping creation in Indices#create()

    When creating an Elasticsearch index and putting the respective mapping in separate
    operations, the mapping creation might fail (e. g. due to a timeout) and lead to
    invalid messages being indexed into Elasticsearch (e. g. with a wrong type for "timestamp"
    or other important message fields). Merging these operations should at least solve
    some of those error situations.
    Jochen Schalanda committed Nov 16, 2015
    Copy the full SHA
    173b22d View commit details
    Browse the repository at this point in the history