-
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.
[es] Add remote read clusters option for cross-cluster querying (#2874)
* Add remote read clusters option to elasticsearch to enable cross-cluster querying Co-authored-by: allen13 <[email protected]> Signed-off-by: David Grizzanti <[email protected]> * Increase test timeout for TestKafkaStorage (#2873) * Increasing test timeout to allow for trace storage settle Signed-off-by: Jacob Goldsworthy <[email protected]> * Updating max storage test wait time to 10 seconds Signed-off-by: Jacob Goldsworthy <[email protected]> Signed-off-by: David Grizzanti <[email protected]> * Rename indexName to indexPrefix; short circuit addRemoteReadClusters when remoteReadClusters is emtpy Signed-off-by: David Grizzanti <[email protected]> * Add more test cases for remoteReadClusters with Archive: true and UseReadWriteAliases: true Signed-off-by: David Grizzanti <[email protected]> * Removing unnecessary changes from this PR Signed-off-by: David Grizzanti <[email protected]> * Increase test timeout for TestKafkaStorage (#2873) * Increasing test timeout to allow for trace storage settle Signed-off-by: Jacob Goldsworthy <[email protected]> * Updating max storage test wait time to 10 seconds Signed-off-by: Jacob Goldsworthy <[email protected]> Signed-off-by: David Grizzanti <[email protected]> * Update variable name for consistency Signed-off-by: David Grizzanti <[email protected]> * Fix index prefix name Signed-off-by: David Grizzanti <[email protected]> * Prevent remoteReadClusters from being []string{""} when no remote clusters are provided Signed-off-by: David Grizzanti <[email protected]> Co-authored-by: allen13 <[email protected]> Co-authored-by: Jacob G <[email protected]>
- Loading branch information
1 parent
bfd3e1b
commit 915d3af
Showing
6 changed files
with
105 additions
and
20 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