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

[Transform] Suppress max_page_search_size deprecation on _transform/_upgrade #81530

Open
pheyos opened this issue Dec 8, 2021 · 1 comment
Open
Labels
:ml/Transform Transform Team:ML Meta label for the ML team

Comments

@pheyos
Copy link
Member

pheyos commented Dec 8, 2021

To fix the deprecation warning around max_page_search_size in pivot transforms, we recommend running POST /_transform/_upgrade. Doing this in dev tools triggers the same deprecation again:

#! [max_page_search_size] is deprecated inside pivot. Use settings instead.
{
  "updated" : 110,
  "no_action" : 4,
  "needs_update" : 0
}

As discussed on slack, this can be confusing for the user and should be suppressed.

@pheyos pheyos added the :ml/Transform Transform label Dec 8, 2021
@elasticmachine elasticmachine added the Team:ML Meta label for the ML team label Dec 8, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core (Team:ML)

@przemekwitek przemekwitek self-assigned this Dec 8, 2021
@hendrikmuhs hendrikmuhs changed the title [ML] Suppress max_page_search_size deprecation on _transform/_upgrade [Transform] Suppress max_page_search_size deprecation on _transform/_upgrade Dec 9, 2021
@przemekwitek przemekwitek removed their assignment Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:ml/Transform Transform Team:ML Meta label for the ML team
Projects
None yet
Development

No branches or pull requests

3 participants