-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Fleet] Migrate ES client #92805
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
2d00471
Migrate `deletePipeline` to new ESclient
0b52acc
Migrate `installILMPolicy` to new client
b6af091
Remove dead function
c3add82
Migrate `deleteIlms` to new client
75be7c2
Migrate `deleteTemplate` to new client
f8ca0f3
Migrate `deleteTransports` to new client
5e553a0
Remove old client from `deleteAssets`
2c17bf8
Remove old client from `removeInstallation`
2e02613
Migrate `updateCurrentWriteIndices` to new client
1c1a9d5
Remove old client from `installTransform`
cf61b1f
Migrate `installTemplates` to new client
63a9634
Migrate `installPipelines` to new client
dbf08af
Migrate `installIlmForDataStream` to new client
82b5955
Remove old client from `installPackage`
56b4ad1
Remove old client from `bulkInstallPackages`
d842493
Remove legacy client from `ensurePackagesCompletedInstall`
95db78c
Remove legacy client from `addPackageToAgentPolicy`
a31a6d7
Migrate `setupIngestManager` to new client
59536b5
Fix types inside `createSetupSideEffects`
82270f7
Fix failing jest tests
a797237
Properly handle `resource_already_exists_exception` errors
8401da6
Cleanup test file
3ecbde6
Remove dead function
14f1965
Migrate `getListHandler` to new client
8ddaf75
Use `putIndexTemplate` method
b304493
Use `ingest.putPipeline` method
c075e85
Use `cluster.putComponentTemplate`
8cbb052
Cleanup references
d27cecc
Merge branch 'master' into 74111-migrate-es-client
kibanamachine 09d5836
Handle v1 templates
32f4ca8
Use specific index template API methods
93a7a28
Use specific data stream API methods
8e850a3
Use specific security API methods
9b34fc7
Use specific transform API methods
fae1df1
Fix tests
b5f73c3
Fix installTemplat tests
0198e02
Merge branch 'master' into 74111-migrate-es-client
f6f094a
Merge branch 'master' into 74111-migrate-es-client
kibanamachine fabd93e
Run `node scripts/build_api_docs` locally to try to fix the build
d5f4f02
Merge branch 'master' into 74111-migrate-es-client
kibanamachine 9df6b37
Merge branch 'master' into 74111-migrate-es-client
c6c3c0a
Merge branch 'master' into 74111-migrate-es-client
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This method doesn't seem to be used anywhere.