-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure Barito-flow Consumer to be compatible with ES 6.X and ES 7.X (
#44) * setup basicAuth for elasticClient Co-authored-by: galuhest <[email protected]> * remove template and version from index API Co-authored-by: Fadli <[email protected]> * rollback remove Template and Version Co-authored-by: Fadli <[email protected]> * use es7 API Co-authored-by: Fadli <[email protected]> * rollback remove Template and version in elastic.go Co-authored-by: Fadli <[email protected]> * roll dynamic_mappings inside mappings Co-authored-by: Fadli <[email protected]> * patch_match -> path_match Co-authored-by: Fadli <[email protected]> * remove check version Co-authored-by: Fadli <[email protected]> * consumer should not set indices config anymore Co-authored-by: Fadli <[email protected]> * es and es7 packages are not used anymore Co-authored-by: Fadli <[email protected]> * remove documentType from parameter Co-authored-by: Fadli <[email protected]> * remove es and es7 from dependency Co-authored-by: Fadli <[email protected]> * documentType is set as _doc Co-authored-by: Fadli <[email protected]> * bump version to 13.3, list changes in CHANGELOG Co-authored-by: Fadli <[email protected]> * put default username and password to variables Co-authored-by: Fadli <[email protected]> * put default username and password to contant, and revert remove documentType chang it to contant instead Co-authored-by: Fadli <[email protected]> * put documentType to constant Co-authored-by: Fadli <[email protected]> * create const for username and password Co-authored-by: galuhest <[email protected]> Co-authored-by: Fadli Nurhasan <[email protected]>
- Loading branch information
1 parent
46cfaed
commit 67fc035
Showing
11 changed files
with
61 additions
and
124 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ import ( | |
|
||
const ( | ||
Name = "barito-flow" | ||
Version = "0.13.2" | ||
Version = "0.13.3" | ||
) | ||
|
||
var ( | ||
|