-
Notifications
You must be signed in to change notification settings - Fork 441
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[indexer] Allow manually managed elastic index (#1602)
Summary: Opensearch doesn't use the same index lifecycle management as elasticsearch. This means the current indexer will fail to create a managed index on clusters using opensearch. This PR allows users to bypass our index management logic, and manually deploy a managed index to their elastic cluster. This should allow people using opensearch to still deploy Pixie cloud albeit with more burden on the user. Type of change: /kind cleanup Test Plan: Tested by skaffolding public cloud to my cluster with `PL_MD_MANUAL_INDEX_MANAGEMENT: true`, saw that the indexer reused the index already created and didn't attempt to create a new index lifecycle policy. Signed-off-by: James Bartlett <[email protected]>
- Loading branch information
1 parent
3b2afb4
commit 0e72c87
Showing
6 changed files
with
44 additions
and
13 deletions.
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