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

Fix fallback implementation of ML-related runners #956

Merged
merged 1 commit into from
Apr 14, 2020

Commits on Apr 7, 2020

  1. Fix fallback implementation of ML-related runners

    With this commit we fix several issues of the fallback implementation of
    ML-related runners. This implementation is only used for older versions
    of Elasticsearch which still include the `_xpack` path component and use
    the raw transport API of the Elasticsearch client. However, especially
    the handling of request parameters did not conform to the API
    requirements.
    
    Relates elastic#812
    danielmitterdorfer committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    c6bbeab View commit details
    Browse the repository at this point in the history