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

[Fleet] Migrate ES client #92805

Merged
merged 42 commits into from
Mar 8, 2021
Merged

Commits on Feb 25, 2021

  1. Migrate deletePipeline to new ESclient

    Alejandro Fernández Gómez committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    2d00471 View commit details
    Browse the repository at this point in the history
  2. Migrate installILMPolicy to new client

    Alejandro Fernández Gómez committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    0b52acc View commit details
    Browse the repository at this point in the history
  3. Remove dead function

    Alejandro Fernández Gómez committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    b6af091 View commit details
    Browse the repository at this point in the history
  4. Migrate deleteIlms to new client

    Alejandro Fernández Gómez committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    c3add82 View commit details
    Browse the repository at this point in the history
  5. Migrate deleteTemplate to new client

    Alejandro Fernández Gómez committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    75be7c2 View commit details
    Browse the repository at this point in the history
  6. Migrate deleteTransports to new client

    Alejandro Fernández Gómez committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    f8ca0f3 View commit details
    Browse the repository at this point in the history
  7. Remove old client from deleteAssets

    Alejandro Fernández Gómez committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    5e553a0 View commit details
    Browse the repository at this point in the history
  8. Remove old client from removeInstallation

    Alejandro Fernández Gómez committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    2c17bf8 View commit details
    Browse the repository at this point in the history
  9. Migrate updateCurrentWriteIndices to new client

    Alejandro Fernández Gómez committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    2e02613 View commit details
    Browse the repository at this point in the history
  10. Remove old client from installTransform

    Alejandro Fernández Gómez committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    1c1a9d5 View commit details
    Browse the repository at this point in the history
  11. Migrate installTemplates to new client

    Alejandro Fernández Gómez committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    cf61b1f View commit details
    Browse the repository at this point in the history
  12. Migrate installPipelines to new client

    Alejandro Fernández Gómez committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    63a9634 View commit details
    Browse the repository at this point in the history
  13. Migrate installIlmForDataStream to new client

    Alejandro Fernández Gómez committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    dbf08af View commit details
    Browse the repository at this point in the history
  14. Remove old client from installPackage

    Alejandro Fernández Gómez committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    82b5955 View commit details
    Browse the repository at this point in the history
  15. Remove old client from bulkInstallPackages

    Alejandro Fernández Gómez committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    56b4ad1 View commit details
    Browse the repository at this point in the history
  16. Remove legacy client from ensurePackagesCompletedInstall

    Alejandro Fernández Gómez committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    d842493 View commit details
    Browse the repository at this point in the history
  17. Remove legacy client from addPackageToAgentPolicy

    Alejandro Fernández Gómez committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    95db78c View commit details
    Browse the repository at this point in the history
  18. Migrate setupIngestManager to new client

    Alejandro Fernández Gómez committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    a31a6d7 View commit details
    Browse the repository at this point in the history
  19. Fix types inside createSetupSideEffects

    Alejandro Fernández Gómez committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    59536b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Fix failing jest tests

    Alejandro Fernández Gómez committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    82270f7 View commit details
    Browse the repository at this point in the history
  2. Properly handle resource_already_exists_exception errors

    Alejandro Fernández Gómez committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    a797237 View commit details
    Browse the repository at this point in the history
  3. Cleanup test file

    Alejandro Fernández Gómez committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    8401da6 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Remove dead function

    Alejandro Fernández Gómez committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    3ecbde6 View commit details
    Browse the repository at this point in the history
  2. Migrate getListHandler to new client

    Alejandro Fernández Gómez committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    14f1965 View commit details
    Browse the repository at this point in the history
  3. Use putIndexTemplate method

    Alejandro Fernández Gómez committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    8ddaf75 View commit details
    Browse the repository at this point in the history
  4. Use ingest.putPipeline method

    Alejandro Fernández Gómez committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    b304493 View commit details
    Browse the repository at this point in the history
  5. Use cluster.putComponentTemplate

    Alejandro Fernández Gómez committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    c075e85 View commit details
    Browse the repository at this point in the history
  6. Cleanup references

    Alejandro Fernández Gómez committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    8cbb052 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d27cecc View commit details
    Browse the repository at this point in the history
  8. Handle v1 templates

    Alejandro Fernández Gómez committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    09d5836 View commit details
    Browse the repository at this point in the history
  9. Use specific index template API methods

    Alejandro Fernández Gómez committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    32f4ca8 View commit details
    Browse the repository at this point in the history
  10. Use specific data stream API methods

    Alejandro Fernández Gómez committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    93a7a28 View commit details
    Browse the repository at this point in the history
  11. Use specific security API methods

    Alejandro Fernández Gómez committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    8e850a3 View commit details
    Browse the repository at this point in the history
  12. Use specific transform API methods

    Alejandro Fernández Gómez committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    9b34fc7 View commit details
    Browse the repository at this point in the history
  13. Fix tests

    Alejandro Fernández Gómez committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    fae1df1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Fix installTemplat tests

    Alejandro Fernández Gómez committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    b5f73c3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into 74111-migrate-es-client

    Alejandro Fernández Gómez committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    0198e02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6f094a View commit details
    Browse the repository at this point in the history
  4. Run node scripts/build_api_docs locally to try to fix the build

    Alejandro Fernández Gómez committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    fabd93e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5f4f02 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Merge branch 'master' into 74111-migrate-es-client

    Alejandro Fernández Gómez committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    9df6b37 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into 74111-migrate-es-client

    Alejandro Fernández Gómez committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    c6c3c0a View commit details
    Browse the repository at this point in the history