-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Sets ES mapping to single_type=false #11451
Conversation
This will fail until elastic/elasticsearch#24317 is merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we'll have to update our tests too. There's an apache and nginx type in makelogs data.
Working on running the tests against the ES branch to verify |
9067a78
to
47919f3
Compare
You should be able to run the tests against master now. |
Until we are able to remove our usage of types, we need to disable this breaking change. Signed-off-by: Tyler Smalley <[email protected]>
47919f3
to
c3be95b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran tests locally against elastic/elasticsearch#24428. I had some failures on the integration tests, but it looks unrelated. LGTM
Until we can remove our use of types, we need to disable this breaking change.