-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Development][Add] Added plugins support for elasticsearch (#42)
* Added plugins support for elasticsearch Signed-off-by: iamabhishek-dubey <[email protected]> * Updated version of operator Signed-off-by: iamabhishek-dubey <[email protected]> * Added examples for elasticsearch plugin Signed-off-by: iamabhishek-dubey <[email protected]> * Fixed code for plugin installation Signed-off-by: iamabhishek-dubey <[email protected]> * Changed plugin installation architecture Signed-off-by: iamabhishek-dubey <[email protected]> * Changed plugin installation architecture Signed-off-by: iamabhishek-dubey <[email protected]> Signed-off-by: iamabhishek-dubey <[email protected]>
- Loading branch information
1 parent
6f1f2c8
commit c1a2a62
Showing
6 changed files
with
57 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
apiVersion: logging.logging.opstreelabs.in/v1beta1 | ||
kind: Elasticsearch | ||
metadata: | ||
name: elasticsearch | ||
spec: | ||
esClusterName: "prod" | ||
esVersion: "7.16.0" | ||
esPlugins: ["repository-s3"] |
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