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

Remove type filter helper #30887

Merged
merged 2 commits into from
Feb 13, 2019

Conversation

ycombinator
Copy link
Contributor

@ycombinator ycombinator commented Feb 12, 2019

This is no longer required in ES 7.0 onwards and will remove warnings from the ES deprecation log of this nature:

[types removal] Using the _type field in queries and aggregations is deprecated, prefer to use a field instead.

This is no longer required in ES 7.0 onwards.
@elasticmachine
Copy link
Contributor

Pinging @elastic/stack-monitoring

@elasticmachine
Copy link
Contributor

💔 Build Failed

Copy link
Contributor

@chrisronline chrisronline left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code change LGTM. If/When CI goes green, this is good to go

@elasticmachine
Copy link
Contributor

💔 Build Failed

@chrisronline
Copy link
Contributor

I ran the following tests locally and they all passed:

  • Mocha -> yarn test:mocha
  • API tests -> node scripts/functional_test_server.js -> node ../scripts/functional_test_runner.js --grep "Monitoring" --config test/api_integration/config.js
  • Functional tests -> node scripts/functional_test_server.js -> node ../scripts/functional_test_runner.js --grep "Monitoring" --config test/functional/config.js

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@ycombinator ycombinator merged commit 3469347 into elastic:master Feb 13, 2019
ycombinator added a commit to ycombinator/kibana that referenced this pull request Feb 13, 2019
* Remove type filter helper.

This is no longer required in ES 7.0 onwards.

* Remove more usages of filter helper
ycombinator added a commit to ycombinator/kibana that referenced this pull request Feb 13, 2019
* Remove type filter helper.

This is no longer required in ES 7.0 onwards.

* Remove more usages of filter helper
ycombinator added a commit that referenced this pull request Feb 13, 2019
Backports the following commits to 7.x:
 - Remove type filter helper  (#30887)
ycombinator added a commit that referenced this pull request Feb 13, 2019
* Remove type filter helper.

This is no longer required in ES 7.0 onwards.

* Remove more usages of filter helper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants