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

[7.x] [Watcher] Migrate to new ES client (#97260) #98878

Merged
merged 1 commit into from
Apr 30, 2021

Commits on Apr 30, 2021

  1. [Watcher] Migrate to new ES client (elastic#97260)

    * initial migration away from ILegacyScopedClusterClient to
    IScopedClusterClient and from "isEsError" to "handleEsError"
    
    * re-instate ignore: [404]
    
    * remove use of ignore_unavailable
    
    * get the correct payload from the response
    
    * fix use of new licensePreRoutingFactory
    
    * fix jest tests
    
    * address CJs feedback and re-add ignore_unavailable, clean up remaining TODOs
    
    * remove legacy client config
    
    * undo renaming as part of destructuring assignment
    
    Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
    jloleysens and kibanamachine committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    7f40aaf View commit details
    Browse the repository at this point in the history