-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use es-rollover golang implementation (#3258)
* Use es-rollover golang implementation Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Some es-rollover fixes Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Fix docker build Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Increase coverage of rollover action Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Git ignore es-rollover and es-index-cleaner binaries Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Prefix template name, but not mapping name Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
- Loading branch information
1 parent
7756bf4
commit 5ea0d8f
Showing
15 changed files
with
151 additions
and
364 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
ARG base_image | ||
|
||
FROM $base_image AS release | ||
ARG TARGETARCH | ||
COPY es-rollover-linux-$TARGETARCH /go/bin/es-rollover | ||
ENTRYPOINT ["/go/bin/es-rollover"] |
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.